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-24Add 2.4.1 release message filecygwin-2_4_1-releaseCorinna Vinschen
2016-01-21cygpath: Avoid returning SysWOW64Corinna Vinschen
2016-01-21cygwin_logon_user: Return non-privileged token as wellCorinna Vinschen
2016-01-21Fix formatting in sec_auth.ccCorinna Vinschen
2016-01-16Bump cygwin version to 2.4.1Corinna Vinschen
2016-01-15faq: Update FAQ question and answer about gdb and signalsJon Turney
2016-01-15get_posix_access: Fix group deny bits leaking into file type attribute bitscygwin-2_4_0-releaseCorinna Vinschen
2016-01-12Initialize handle in dll_load to avoid compiler warningCorinna Vinschen
2016-01-12Use MAKEWORD macro in WSAStartup call per documentationCorinna Vinschen
2016-01-12Try loading with safe path using LOAD_LIBRARY_SEARCH_SYSTEM32 firstCorinna Vinschen
2016-01-11Fix previous fix for generating unique inode numbers for socketsCorinna Vinschen
2016-01-11Revert "autoload.cc: Drop using full paths for system DLLs"Corinna Vinschen
2016-01-11Return unique inode numbers when calling stat/fstat on pipes and IP socketsCorinna Vinschen
2016-01-11select(2): Drop checking descriptors in case of immediate timeout.Corinna Vinschen
2016-01-09Add release message for previous commitCorinna Vinschen
2016-01-09select: Don't timeout without setting descriptor arrays to all zeroCorinna Vinschen
2016-01-08Do not treat the command line or environment like pathsJohannes Schindelin
2016-01-07Deprecate all winsup ChangeLog filesCorinna Vinschen
2016-01-07cygpath: Try to return system directories with correct caseCorinna Vinschen
2016-01-07select: Set exceptfd bit if fetching mailslot info failsCorinna Vinschen
2016-01-07select.cc: Fit comments into 80 columnsCorinna Vinschen
2016-01-07Convert utmp{x}name to int, return useful value. Define _PATH_UTMPXCorinna Vinschen
2016-01-07Drop use of not yet available type acl_perm_tCorinna Vinschen
2016-01-07Deprecate Cygwin ChangeLog fileCorinna Vinschen
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