summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* POSIX barrier implementation, take 3Václav Haisman2016-02-138-4/+328
* cygwin: work around GCC 5 preprocessor changesYaakov Selkowitz2016-02-131-1/+1
* Bump Cygwin version to 2.4.2.Corinna Vinschen2016-02-121-1/+1
* cygwin: fix errors with GCC 5Yaakov Selkowitz2016-02-123-2/+5
* Remove broken ieeefp.h macrosYaakov Selkowitz2016-02-121-11/+6
* Fix compile with GCC 5 -WerrorYaakov Selkowitz2016-02-124-1/+5
* cygwin_conv_path: Always preserve trailing backslashes in conversion to POSIX...Corinna Vinschen2016-02-094-5/+12
* Seperate MSP430 cio syscalls into individual function sections.Nick Clifton2016-02-091-29/+46
* printf(3): Handle multibyte decimal point in field size computationCorinna Vinschen2016-02-081-7/+9
* stdio.h: Use __POSIX_VISIBLE etc. guards for POSIX 1003.1:2001 functionsJon Turney2016-02-081-4/+10
* Newlib build is broken if configured with nano-malloc and non-reentrant syste...Игорь Веневцев2016-02-081-4/+6
* * newlib/libc/stdio/nano-vfscanf.c: Fix '%X' specifier procesingIgor Venevtsev2016-02-081-0/+1
* * newlib/libc/stdio/nano-vfscanf.c: Fix '%F', '%G' and '%E' specifiers proces...Igor Venevtsev2016-02-081-3/+3
* Change if_nameindex() to use unsigned int i variable.Jeff Johnston2016-02-041-1/+2
* include/grp.h: Remove prototypes of non-standard functionsCorinna Vinschen2016-01-291-5/+0
* Fix memcpy bug that reads past end of buffer.Steve Ellcey2016-01-281-1/+1
* grp.h: use __BSD_VISIBLE and __XSI_VISIBLE guardsYaakov Selkowitz2016-01-281-7/+5
* Treat ACLs with extra ACEs for Admins and SYSTEM like a trivial ACLCorinna Vinschen2016-01-283-20/+30
* get_posix_access: Fix primary group handing when multiple ACEs existCorinna Vinschen2016-01-281-3/+5
* Make macro checks ARMv8-M baseline proofThomas Preud'homme2016-01-2814-63/+72
* Deprecate newlib and winsup ChangeLog filesCorinna Vinschen2016-01-284-34854/+34856
* Don't use LoadLibraryEx(..., LOAD_LIBRARY_SEARCH_SYSTEM32). It hangsCorinna Vinschen2016-01-273-31/+13
* Drop has_broken_fnoi flagCorinna Vinschen2016-01-273-7/+0
* Make select wait state more readableCorinna Vinschen2016-01-271-15/+19
* Fix missing 'user' in usertemp docsCorinna Vinschen2016-01-271-1/+1
* Add 2.4.1 release message filecygwin-2_4_1-releaseCorinna Vinschen2016-01-231-0/+12
* cygpath: Avoid returning SysWOW64Corinna Vinschen2016-01-211-0/+13
* cygwin_logon_user: Return non-privileged token as wellCorinna Vinschen2016-01-211-3/+7
* Fix formatting in sec_auth.ccCorinna Vinschen2016-01-211-3/+3
* Bump cygwin version to 2.4.1Corinna Vinschen2016-01-161-1/+1
* faq: Update FAQ question and answer about gdb and signalsJon Turney2016-01-151-6/+13
* 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