summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing checks for __SNLK flagCorinna Vinschen2015-12-085-15/+39
* Fix re-initialization of FILE flags and mbstate in freopenCorinna Vinschen2015-12-083-1/+10
* 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
* Add definitions for NBBY to arm and rtems targetsNick Withers2015-12-073-0/+9
* Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen2015-12-0711-96/+122
* 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
* Always define __high_bsssize, do not just PROVIDE it.Nick Clifton2015-12-042-2/+6
* 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