summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get_posix_access: Fix group deny bits leaking into file type attribute bitscygwin-2_4_0-releaseCorinna Vinschen2016-01-151-1/+1
* Initialize handle in dll_load to avoid compiler warningCorinna Vinschen2016-01-121-1/+1
* Use MAKEWORD macro in WSAStartup call per documentationCorinna Vinschen2016-01-121-1/+1
* Try loading with safe path using LOAD_LIBRARY_SEARCH_SYSTEM32 firstCorinna Vinschen2016-01-123-18/+43
* Fix previous fix for generating unique inode numbers for socketsCorinna Vinschen2016-01-113-8/+12
* Revert "autoload.cc: Drop using full paths for system DLLs"Corinna Vinschen2016-01-111-3/+11
* Return unique inode numbers when calling stat/fstat on pipes and IP socketsCorinna Vinschen2016-01-117-45/+88
* select(2): Drop checking descriptors in case of immediate timeout.Corinna Vinschen2016-01-111-6/+11
* Add release message for previous commitCorinna Vinschen2016-01-091-0/+4
* select: Don't timeout without setting descriptor arrays to all zeroCorinna Vinschen2016-01-091-15/+20
* Do not treat the command line or environment like pathsJohannes Schindelin2016-01-084-13/+44
* Deprecate all winsup ChangeLog filesCorinna Vinschen2016-01-0712-9890/+9896
* cygpath: Try to return system directories with correct caseCorinna Vinschen2016-01-072-14/+40
* select: Set exceptfd bit if fetching mailslot info failsCorinna Vinschen2016-01-071-0/+1
* select.cc: Fit comments into 80 columnsCorinna Vinschen2016-01-071-11/+12
* Convert utmp{x}name to int, return useful value. Define _PATH_UTMPXCorinna Vinschen2016-01-076-8/+21
* Drop use of not yet available type acl_perm_tCorinna Vinschen2016-01-071-1/+1
* Deprecate Cygwin ChangeLog fileCorinna Vinschen2016-01-072-2260/+2261
* Fix up errors in regenerated files for 2.3.0 release.newlib-snapshot-20160104Jeff Johnston2016-01-044-3223/+4941
* setfacl: Remove unused local variableCorinna Vinschen2015-12-252-1/+5
* Only request WRITE_DAC rights when writing an ACLCorinna Vinschen2015-12-252-2/+8
* aclsort: Honor calclass argument and allow recalculating ACL mask.Corinna Vinschen2015-12-242-1/+26
* aclfromtext: Actually return aclcnt parameterCorinna Vinschen2015-12-242-2/+10
* Use TLS buffer in ACL<->text conversionCorinna Vinschen2015-12-242-4/+11
* sec_acl.cc: Cosmetic changesCorinna Vinschen2015-12-242-14/+18
* Regenerate files for newlib 2.3.0.newlib-2_3_0Jeff Johnston2015-12-21105-6166/+4598
* setfacl(1): Fix handling of -m and -x on a single commandlineCorinna Vinschen2015-12-212-9/+28
* Fix atexit logic to honor _ATEXIT_DYNAMIC_ALLOC setting.Jeff Johnston2015-12-212-0/+12
* Add static instance of _on_exit_args for _REENT_SMALL platforms.Jeff Johnston2015-12-218-23/+108
* 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
* Build msp430-specific libnosysDJ Delorie2015-12-174-6/+12
* ARC: Use new definitions for optional ARC CPU featuresAnton Kolesov2015-12-1724-69/+126
* Remove inclusion of sys/select.h in sys/types.h for backward compatCorinna Vinschen2015-12-172-2/+4
* Update CIO hooks to be more flexible.DJ Delorie2015-12-172-9/+21
* rl78: Don't output CR when LF is encountered in write().Kevin Buettner2015-12-162-2/+4
* 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
* Add _REENT_INIT_PTR_ZEROED()Sebastian Huber2015-12-142-6/+14
* FreeBSD compatibility for <sys/select.h>Sebastian Huber2015-12-148-23/+74
* Add missing lock releases in __register_exitproc().Freddie Chopin2015-12-142-1/+14
* 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
* Check for 64 FP instructions availability in libm before using themThomas Preud'homme2015-12-097-6/+16