aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2015-12-08Remove unnecessary locking in pthread_setcancelstate/pthread_setcanceltypeCorinna Vinschen2-26/+15
2015-12-08Rename FileId to IndexNumber in NT structures to align with upstreamCorinna Vinschen4-12/+20
2015-12-07Fix minor style issue in _dll_crt0.Corinna Vinschen1-1/+1
2015-12-07Introduce the 'usertemp' filesystem typeJohannes Schindelin5-4/+54
2015-12-07Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen7-50/+21
2015-12-07Always allocate main thread stack from pthread stack area on x86_64.Corinna Vinschen8-79/+96
2015-12-06Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen13-45/+131
2015-12-03Add release message for workaround added with previous commitsCorinna Vinschen1-0/+7
2015-12-03On 64 bit, only create new thread stack if started from 32 bit process on aff...Corinna Vinschen6-60/+90
2015-12-03Fix thinko in /proc/<PID>/maps TEB detection on W10 1511Corinna Vinschen2-26/+60
2015-12-03Fix /proc/<PID>/maps output for PEB and TEBs on W10 1511Corinna Vinschen5-10/+113
2015-12-03Always move 64 bit main thread stack to defined pthread stack areaCorinna Vinschen4-0/+83
2015-12-03Cleanup in dcrt0.cc and fork.ccCorinna Vinschen3-6/+12
2015-12-03Always restore full TEB stack info in forkeeCorinna Vinschen2-9/+14
2015-12-03Add missing dcrt0.cc patch to previous commitCorinna Vinschen2-1/+4
2015-12-03Safely recognize when fork is running from main thread or another pthreadCorinna Vinschen3-2/+10
2015-12-02Rename parent stack members in child_info struct to align with OS namesCorinna Vinschen4-28/+36
2015-12-02Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.Corinna Vinschen7-40/+41
2015-12-02miscfuncs.cc: Fix typos in commentCorinna Vinschen1-2/+2
2015-11-29Only generate BUILTIN SIDs for uid/gid values <= 999Corinna Vinschen2-2/+7
2015-11-29Use correct gid value for Microsoft Account when /etc/group is in useCorinna Vinschen2-2/+18
2015-11-28Save and restore MXCSR register in delayed signal handlingCorinna Vinschen2-0/+7
2015-11-27Belatedly create release notes for commits 2f4fef9 and 9471b0bCorinna Vinschen1-0/+7
2015-11-27Fix race condition when waiting for a signalCorinna Vinschen12-26/+63
2015-11-26Fix SEGV of kill -l 0Michael Kwasigroch2-3/+8
2015-11-26Fix creating relative native symlinks in top-level directoriesCorinna Vinschen2-1/+5
2015-11-26Add MacType to BLODADavid Macek2-2/+7
2015-11-26Add a section describing peculiarities of how Cygwin creates NTFS symlinksDavid Macek2-0/+8
2015-11-26Add Forefront TMG to the BLODADavid Macek2-0/+5
2015-11-21Fix numeric and monetary decimal point and thousands separator in fa_IR and p...Corinna Vinschen5-10/+77
2015-11-20Mention strtold patch in Cygwin 2.4.0 release messageCorinna Vinschen1-0/+4
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen2-1/+5
2015-11-18Document new ACL codeCorinna Vinschen3-0/+63
2015-11-18get_posix_access: Skip merging permissions if user can't get more permissionsCorinna Vinschen2-2/+17
2015-11-18get_posix_access: Fix computation of effective user permissionsCorinna Vinschen2-2/+7
2015-11-18Fix file type mode bit handling on object security.Corinna Vinschen3-12/+24
2015-11-18setfacl: Allow to combine -b and -k optionsCorinna Vinschen5-129/+156
2015-11-18Fix permission evaluation for !new_style ACLsCorinna Vinschen4-54/+72
2015-11-18Fix up POSIX permission handlingCorinna Vinschen3-9/+67
2015-11-18Use Authz to fetch correct user permissions.Corinna Vinschen2-2/+28
2015-11-18Add Authz class to compute exact POSIX user perms in a security descriptorCorinna Vinschen5-25/+194
2015-11-18* sec_acl.cc (get_posix_access): Fix class_perm in !new_style case.Corinna Vinschen2-1/+6
2015-11-18Reapply POSIX ACL changes.Corinna Vinschen18-1359/+1819
2015-11-18Bump Cygwin DLL version to 2.4.0Corinna Vinschen2-2/+7
2015-11-18Add missing ChangeLog entry for previous commitCorinna Vinschen1-0/+6
2015-11-18Update Cygwin's fnmatch to latest from FreeBSD.Corinna Vinschen3-55/+87
2015-11-18Don't generate Windows native symlinks targeting Cygwin-only targetsCorinna Vinschen2-2/+15
2015-11-18Regenerate Cygwin locale message infoCorinna Vinschen2-29/+46
2015-11-17cygwin: export rpmatch(3)Yaakov Selkowitz6-1/+26
2015-11-12flock: Fix hang in object collision caseCorinna Vinschen3-2/+12