Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2015-12-19Fix missing arg requirement for setfacl -x optionHouder
2015-12-18Drop sys_cp_wcstombs and save two arguments per callCorinna Vinschen
2015-12-16Add release message for previous commitCorinna Vinschen
2015-12-16Fix crash reading invalid SIDs from passwd and group filesCorinna Vinschen
2015-12-15Add usertemp to 2.4.0 release textCorinna Vinschen
2015-12-14FreeBSD compatibility for <sys/select.h>Sebastian Huber
2015-12-14Fix regparm attribute of fhandler_base::fstat_helperKen Brown
2015-12-10Fetch and store FileAllInformation rather than FileNetworkOpenInformationCorinna Vinschen
2015-12-10Drop unused path_conv::ndisk_links methodCorinna Vinschen
2015-12-10Use fii instead of fai for FILE_INTERNAL_INFORMATION varsCorinna Vinschen
2015-12-09In FILE_ID_BOTH_DIR_INFORMATION it's actually FileId, not IndexNumberCorinna Vinschen
2015-12-08Remove unnecessary locking in pthread_setcancelstate/pthread_setcanceltypeCorinna Vinschen
2015-12-08Rename FileId to IndexNumber in NT structures to align with upstreamCorinna Vinschen
2015-12-07Fix minor style issue in _dll_crt0.Corinna Vinschen
2015-12-07Introduce the 'usertemp' filesystem typeJohannes Schindelin
2015-12-07Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen
2015-12-07Always allocate main thread stack from pthread stack area on x86_64.Corinna Vinschen
2015-12-06Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen
2015-12-04Add release message for workaround added with previous commitsCorinna Vinschen
2015-12-04On 64 bit, only create new thread stack if started from 32 bit process on aff...Corinna Vinschen
2015-12-03Fix thinko in /proc/<PID>/maps TEB detection on W10 1511Corinna Vinschen
2015-12-03Fix /proc/<PID>/maps output for PEB and TEBs on W10 1511Corinna Vinschen
2015-12-03Always move 64 bit main thread stack to defined pthread stack areaCorinna Vinschen
2015-12-03Cleanup in dcrt0.cc and fork.ccCorinna Vinschen
2015-12-03Always restore full TEB stack info in forkeeCorinna Vinschen
2015-12-03Add missing dcrt0.cc patch to previous commitCorinna Vinschen
2015-12-03Safely recognize when fork is running from main thread or another pthreadCorinna Vinschen
2015-12-02Rename parent stack members in child_info struct to align with OS namesCorinna Vinschen
2015-12-02Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.Corinna Vinschen
2015-12-02miscfuncs.cc: Fix typos in commentCorinna Vinschen
2015-11-29Only generate BUILTIN SIDs for uid/gid values <= 999Corinna Vinschen
2015-11-29Use correct gid value for Microsoft Account when /etc/group is in useCorinna Vinschen
2015-11-28Save and restore MXCSR register in delayed signal handlingCorinna Vinschen
2015-11-27Belatedly create release notes for commits 2f4fef9 and 9471b0bCorinna Vinschen
2015-11-27Fix race condition when waiting for a signalCorinna Vinschen
2015-11-27Fix SEGV of kill -l 0Michael Kwasigroch
2015-11-26Fix creating relative native symlinks in top-level directoriesCorinna Vinschen
2015-11-26Add MacType to BLODADavid Macek
2015-11-26Add a section describing peculiarities of how Cygwin creates NTFS symlinksDavid Macek
2015-11-26Add Forefront TMG to the BLODADavid Macek
2015-11-21Fix numeric and monetary decimal point and thousands separator in fa_IR and p...Corinna Vinschen
2015-11-20Mention strtold patch in Cygwin 2.4.0 release messageCorinna Vinschen
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen
2015-11-19Document new ACL codeCorinna Vinschen
2015-11-19get_posix_access: Skip merging permissions if user can't get more permissionsCorinna Vinschen
2015-11-19get_posix_access: Fix computation of effective user permissionsCorinna Vinschen
2015-11-19Fix file type mode bit handling on object security.Corinna Vinschen
2015-11-19setfacl: Allow to combine -b and -k optionsCorinna Vinschen
2015-11-19Fix permission evaluation for !new_style ACLsCorinna Vinschen
2015-11-19Fix up POSIX permission handlingCorinna Vinschen