summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
...
* Drop unused path_conv::ndisk_links methodCorinna Vinschen2015-12-093-89/+5
* Use fii instead of fai for FILE_INTERNAL_INFORMATION varsCorinna Vinschen2015-12-092-8/+14
* In FILE_ID_BOTH_DIR_INFORMATION it's actually FileId, not IndexNumberCorinna Vinschen2015-12-093-3/+9
* Remove unnecessary locking in pthread_setcancelstate/pthread_setcanceltypeCorinna Vinschen2015-12-082-26/+15
* Rename FileId to IndexNumber in NT structures to align with upstreamCorinna Vinschen2015-12-084-12/+20
* Fix minor style issue in _dll_crt0.Corinna Vinschen2015-12-071-1/+1
* Introduce the 'usertemp' filesystem typeJohannes Schindelin2015-12-075-4/+54
* Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen2015-12-077-50/+21
* Always allocate main thread stack from pthread stack area on x86_64.Corinna Vinschen2015-12-078-79/+96
* Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen2015-12-0613-45/+131
* Add release message for workaround added with previous commitsCorinna Vinschen2015-12-031-0/+7
* On 64 bit, only create new thread stack if started from 32 bit process on aff...Corinna Vinschen2015-12-036-60/+90
* Fix thinko in /proc/<PID>/maps TEB detection on W10 1511Corinna Vinschen2015-12-032-26/+60
* Fix /proc/<PID>/maps output for PEB and TEBs on W10 1511Corinna Vinschen2015-12-035-10/+113
* Always move 64 bit main thread stack to defined pthread stack areaCorinna Vinschen2015-12-034-0/+83
* Cleanup in dcrt0.cc and fork.ccCorinna Vinschen2015-12-033-6/+12
* Always restore full TEB stack info in forkeeCorinna Vinschen2015-12-032-9/+14
* Add missing dcrt0.cc patch to previous commitCorinna Vinschen2015-12-032-1/+4
* Safely recognize when fork is running from main thread or another pthreadCorinna Vinschen2015-12-033-2/+10
* Rename parent stack members in child_info struct to align with OS namesCorinna Vinschen2015-12-024-28/+36
* Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.Corinna Vinschen2015-12-027-40/+41
* miscfuncs.cc: Fix typos in commentCorinna Vinschen2015-12-021-2/+2
* Only generate BUILTIN SIDs for uid/gid values <= 999Corinna Vinschen2015-11-292-2/+7
* Use correct gid value for Microsoft Account when /etc/group is in useCorinna Vinschen2015-11-292-2/+18
* Save and restore MXCSR register in delayed signal handlingCorinna Vinschen2015-11-282-0/+7
* Belatedly create release notes for commits 2f4fef9 and 9471b0bCorinna Vinschen2015-11-271-0/+7
* Fix race condition when waiting for a signalCorinna Vinschen2015-11-2712-26/+63
* Fix SEGV of kill -l 0Michael Kwasigroch2015-11-262-3/+8
* Fix creating relative native symlinks in top-level directoriesCorinna Vinschen2015-11-262-1/+5
* Add MacType to BLODADavid Macek2015-11-262-2/+7
* Add a section describing peculiarities of how Cygwin creates NTFS symlinksDavid Macek2015-11-262-0/+8
* Add Forefront TMG to the BLODADavid Macek2015-11-262-0/+5
* Fix numeric and monetary decimal point and thousands separator in fa_IR and p...Corinna Vinschen2015-11-215-10/+77
* Mention strtold patch in Cygwin 2.4.0 release messageCorinna Vinschen2015-11-201-0/+4
* Import correctly working strtold from David M. Gay.Corinna Vinschen2015-11-202-1/+5
* Document new ACL codeCorinna Vinschen2015-11-183-0/+63
* get_posix_access: Skip merging permissions if user can't get more permissionsCorinna Vinschen2015-11-182-2/+17
* get_posix_access: Fix computation of effective user permissionsCorinna Vinschen2015-11-182-2/+7
* Fix file type mode bit handling on object security.Corinna Vinschen2015-11-183-12/+24
* setfacl: Allow to combine -b and -k optionsCorinna Vinschen2015-11-185-129/+156
* Fix permission evaluation for !new_style ACLsCorinna Vinschen2015-11-184-54/+72
* Fix up POSIX permission handlingCorinna Vinschen2015-11-183-9/+67
* Use Authz to fetch correct user permissions.Corinna Vinschen2015-11-182-2/+28
* Add Authz class to compute exact POSIX user perms in a security descriptorCorinna Vinschen2015-11-185-25/+194
* * sec_acl.cc (get_posix_access): Fix class_perm in !new_style case.Corinna Vinschen2015-11-182-1/+6
* Reapply POSIX ACL changes.Corinna Vinschen2015-11-1818-1359/+1819
* Bump Cygwin DLL version to 2.4.0Corinna Vinschen2015-11-182-2/+7
* Add missing ChangeLog entry for previous commitCorinna Vinschen2015-11-181-0/+6
* Update Cygwin's fnmatch to latest from FreeBSD.Corinna Vinschen2015-11-183-55/+87
* Don't generate Windows native symlinks targeting Cygwin-only targetsCorinna Vinschen2015-11-182-2/+15