aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2016-02-13POSIX barrier implementation, take 3Václav Haisman6-0/+324
2016-02-13cygwin: work around GCC 5 preprocessor changesYaakov Selkowitz1-1/+1
2016-02-12Bump Cygwin version to 2.4.2.Corinna Vinschen1-1/+1
2016-02-12cygwin: fix errors with GCC 5Yaakov Selkowitz3-2/+5
2016-02-09cygwin_conv_path: Always preserve trailing backslashes in conversion to POSIX...Corinna Vinschen4-5/+12
2016-01-28Treat ACLs with extra ACEs for Admins and SYSTEM like a trivial ACLCorinna Vinschen3-20/+30
2016-01-28get_posix_access: Fix primary group handing when multiple ACEs existCorinna Vinschen1-3/+5
2016-01-27Don't use LoadLibraryEx(..., LOAD_LIBRARY_SEARCH_SYSTEM32). It hangsCorinna Vinschen3-31/+13
2016-01-27Drop has_broken_fnoi flagCorinna Vinschen3-7/+0
2016-01-27Make select wait state more readableCorinna Vinschen1-15/+19
2016-01-23Add 2.4.1 release message filecygwin-2_4_1-releaseCorinna Vinschen1-0/+12
2016-01-21cygwin_logon_user: Return non-privileged token as wellCorinna Vinschen1-3/+7
2016-01-21Fix formatting in sec_auth.ccCorinna Vinschen1-3/+3
2016-01-16Bump cygwin version to 2.4.1Corinna Vinschen1-1/+1
2016-01-15get_posix_access: Fix group deny bits leaking into file type attribute bitscygwin-2_4_0-releaseCorinna Vinschen1-1/+1
2016-01-12Initialize handle in dll_load to avoid compiler warningCorinna Vinschen1-1/+1
2016-01-12Use MAKEWORD macro in WSAStartup call per documentationCorinna Vinschen1-1/+1
2016-01-12Try loading with safe path using LOAD_LIBRARY_SEARCH_SYSTEM32 firstCorinna Vinschen3-18/+43
2016-01-11Fix previous fix for generating unique inode numbers for socketsCorinna Vinschen3-8/+12
2016-01-11Revert "autoload.cc: Drop using full paths for system DLLs"Corinna Vinschen1-3/+11
2016-01-11Return unique inode numbers when calling stat/fstat on pipes and IP socketsCorinna Vinschen7-45/+88
2016-01-11select(2): Drop checking descriptors in case of immediate timeout.Corinna Vinschen1-6/+11
2016-01-09Add release message for previous commitCorinna Vinschen1-0/+4
2016-01-09select: Don't timeout without setting descriptor arrays to all zeroCorinna Vinschen1-15/+20
2016-01-08Do not treat the command line or environment like pathsJohannes Schindelin4-13/+44
2016-01-07cygpath: Try to return system directories with correct caseCorinna Vinschen1-0/+4
2016-01-07select: Set exceptfd bit if fetching mailslot info failsCorinna Vinschen1-0/+1
2016-01-07select.cc: Fit comments into 80 columnsCorinna Vinschen1-11/+12
2016-01-07Convert utmp{x}name to int, return useful value. Define _PATH_UTMPXCorinna Vinschen5-8/+17
2016-01-07Drop use of not yet available type acl_perm_tCorinna Vinschen1-1/+1
2016-01-07Deprecate Cygwin ChangeLog fileCorinna Vinschen2-2260/+2261
2015-12-25Only request WRITE_DAC rights when writing an ACLCorinna Vinschen2-2/+8
2015-12-24aclsort: Honor calclass argument and allow recalculating ACL mask.Corinna Vinschen2-1/+26
2015-12-24aclfromtext: Actually return aclcnt parameterCorinna Vinschen2-2/+10
2015-12-24Use TLS buffer in ACL<->text conversionCorinna Vinschen2-4/+11
2015-12-24sec_acl.cc: Cosmetic changesCorinna Vinschen2-14/+18
2015-12-21setfacl(1): Rewrite support for mask recomputationCorinna Vinschen1-2/+4
2015-12-18Drop sys_cp_wcstombs and save two arguments per callCorinna Vinschen4-14/+12
2015-12-16Add release message for previous commitCorinna Vinschen1-0/+4
2015-12-16Fix crash reading invalid SIDs from passwd and group filesCorinna Vinschen3-4/+9
2015-12-15Add usertemp to 2.4.0 release textCorinna Vinschen1-0/+3
2015-12-14FreeBSD compatibility for <sys/select.h>Sebastian Huber2-8/+4
2015-12-14Fix regparm attribute of fhandler_base::fstat_helperKen Brown2-1/+6
2015-12-10Fetch and store FileAllInformation rather than FileNetworkOpenInformationCorinna Vinschen5-119/+83
2015-12-09Drop unused path_conv::ndisk_links methodCorinna Vinschen3-89/+5
2015-12-09Use fii instead of fai for FILE_INTERNAL_INFORMATION varsCorinna Vinschen2-8/+14
2015-12-09In FILE_ID_BOTH_DIR_INFORMATION it's actually FileId, not IndexNumberCorinna Vinschen3-3/+9
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