aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-21Regenerate files for newlib 2.3.0.newlib-2_3_0Jeff Johnston105-6166/+4598
2015-12-21setfacl(1): Fix handling of -m and -x on a single commandlineCorinna Vinschen2-9/+28
2015-12-21Fix atexit logic to honor _ATEXIT_DYNAMIC_ALLOC setting.Jeff Johnston2-0/+12
2015-12-21Add static instance of _on_exit_args for _REENT_SMALL platforms.Jeff Johnston8-23/+108
2015-12-21setfacl(1): Rewrite support for mask recomputationCorinna Vinschen6-37/+78
2015-12-20setfacl --mask/--no-mask really don't need an argumentHouder2-2/+7
2015-12-19Fix missing arg requirement for setfacl -x optionHouder2-1/+5
2015-12-18Drop sys_cp_wcstombs and save two arguments per callCorinna Vinschen4-14/+12
2015-12-17Build msp430-specific libnosysDJ Delorie4-6/+12
2015-12-17ARC: Use new definitions for optional ARC CPU featuresAnton Kolesov24-69/+126
2015-12-17Remove inclusion of sys/select.h in sys/types.h for backward compatCorinna Vinschen2-2/+4
2015-12-17Update CIO hooks to be more flexible.DJ Delorie2-9/+21
2015-12-16rl78: Don't output CR when LF is encountered in write().Kevin Buettner2-2/+4
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-14Add _REENT_INIT_PTR_ZEROED()Sebastian Huber2-6/+14
2015-12-14FreeBSD compatibility for <sys/select.h>Sebastian Huber8-23/+74
2015-12-14Add missing lock releases in __register_exitproc().Freddie Chopin2-1/+14
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-09Check for 64 FP instructions availability in libm before using themThomas Preud'homme7-6/+16
2015-12-08Add missing checks for __SNLK flagCorinna Vinschen5-15/+39
2015-12-08Fix re-initialization of FILE flags and mbstate in freopenCorinna Vinschen3-1/+10
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
2015-12-07Introduce the 'usertemp' filesystem typeJohannes Schindelin5-4/+54
2015-12-07Add definitions for NBBY to arm and rtems targetsNick Withers3-0/+9
2015-12-07Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen11-96/+122
2015-12-07Always allocate main thread stack from pthread stack area on x86_64.Corinna Vinschen8-79/+96
2015-12-06Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen13-45/+131
2015-12-04Always define __high_bsssize, do not just PROVIDE it.Nick Clifton2-2/+6
2015-12-03Add release message for workaround added with previous commitsCorinna Vinschen1-0/+7
2015-12-03On 64 bit, only create new thread stack if started from 32 bit process on aff...Corinna Vinschen6-60/+90
2015-12-03Fix thinko in /proc/<PID>/maps TEB detection on W10 1511Corinna Vinschen2-26/+60
2015-12-03Fix /proc/<PID>/maps output for PEB and TEBs on W10 1511Corinna Vinschen5-10/+113
2015-12-03Always move 64 bit main thread stack to defined pthread stack areaCorinna Vinschen4-0/+83
2015-12-03Cleanup in dcrt0.cc and fork.ccCorinna Vinschen3-6/+12
2015-12-03Always restore full TEB stack info in forkeeCorinna Vinschen2-9/+14
2015-12-03Add missing dcrt0.cc patch to previous commitCorinna Vinschen2-1/+4
2015-12-03Safely recognize when fork is running from main thread or another pthreadCorinna Vinschen3-2/+10
2015-12-02Rename parent stack members in child_info struct to align with OS namesCorinna Vinschen4-28/+36