summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* setfacl(1): Fix handling of -m and -x on a single commandlineCorinna Vinschen2015-12-212-9/+28
* setfacl(1): Rewrite support for mask recomputationCorinna Vinschen2015-12-216-37/+78
* setfacl --mask/--no-mask really don't need an argumentHouder2015-12-202-2/+7
* Fix missing arg requirement for setfacl -x optionHouder2015-12-192-1/+5
* Drop sys_cp_wcstombs and save two arguments per callCorinna Vinschen2015-12-184-14/+12
* Add release message for previous commitCorinna Vinschen2015-12-161-0/+4
* Fix crash reading invalid SIDs from passwd and group filesCorinna Vinschen2015-12-163-4/+9
* Add usertemp to 2.4.0 release textCorinna Vinschen2015-12-151-0/+3
* FreeBSD compatibility for <sys/select.h>Sebastian Huber2015-12-142-8/+4
* Fix regparm attribute of fhandler_base::fstat_helperKen Brown2015-12-142-1/+6
* Fetch and store FileAllInformation rather than FileNetworkOpenInformationCorinna Vinschen2015-12-105-119/+83
* 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