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
AgeCommit message (Expand)Author
2016-01-04Fix up errors in regenerated files for 2.3.0 release.newlib-snapshot-20160104Jeff Johnston
2015-12-25setfacl: Remove unused local variableCorinna Vinschen
2015-12-25Only request WRITE_DAC rights when writing an ACLCorinna Vinschen
2015-12-24aclsort: Honor calclass argument and allow recalculating ACL mask.Corinna Vinschen
2015-12-24aclfromtext: Actually return aclcnt parameterCorinna Vinschen
2015-12-24Use TLS buffer in ACL<->text conversionCorinna Vinschen
2015-12-24sec_acl.cc: Cosmetic changesCorinna Vinschen
2015-12-22Regenerate files for newlib 2.3.0.newlib-2_3_0Jeff Johnston
2015-12-21setfacl(1): Fix handling of -m and -x on a single commandlineCorinna Vinschen
2015-12-21Fix atexit logic to honor _ATEXIT_DYNAMIC_ALLOC setting.Jeff Johnston
2015-12-21Add static instance of _on_exit_args for _REENT_SMALL platforms.Jeff Johnston
2015-12-21setfacl(1): Rewrite support for mask recomputationCorinna Vinschen
2015-12-20setfacl --mask/--no-mask really don't need an argumentHouder
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-18Build msp430-specific libnosysDJ Delorie
2015-12-18ARC: Use new definitions for optional ARC CPU featuresAnton Kolesov
2015-12-18Remove inclusion of sys/select.h in sys/types.h for backward compatCorinna Vinschen
2015-12-18Update CIO hooks to be more flexible.DJ Delorie
2015-12-16rl78: Don't output CR when LF is encountered in write().Kevin Buettner
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-14Add _REENT_INIT_PTR_ZEROED()Sebastian Huber
2015-12-14FreeBSD compatibility for <sys/select.h>Sebastian Huber
2015-12-14Add missing lock releases in __register_exitproc().Freddie Chopin
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-09Check for 64 FP instructions availability in libm before using themThomas Preud'homme
2015-12-08Add missing checks for __SNLK flagCorinna Vinschen
2015-12-08Fix re-initialization of FILE flags and mbstate in freopenCorinna 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-07Add definitions for NBBY to arm and rtems targetsNick Withers
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-04Always define __high_bsssize, do not just PROVIDE it.Nick Clifton
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