aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-18acl_create_entry: Don't invalidate existing entry_d and permset_d.github/topic/posix_acl_funcstopic/posix_acl_funcsCorinna Vinschen1-16/+11
2016-02-18__acltotext: Always append NULCorinna Vinschen1-1/+1
2016-02-18Implement POSIX.1e ACL functionsCorinna Vinschen18-276/+1825
2016-02-18cygwin/acl.h: Don't clutter namespaceCorinna Vinschen1-32/+38
2016-02-18sys/features.h: Update Cygwin POSIX option macrosCorinna Vinschen1-34/+34
2016-02-18Drop temporary declaration of GetSystemTimePreciseAsFileTime.Corinna Vinschen1-3/+0
2016-02-18setuid: Create token from scratch without credentials of callerCorinna Vinschen3-35/+29
2016-02-17Also fix libm/machine generated files.Jeff Johnston2-19/+12139
2016-02-17Fix libm regenerated files again.Jeff Johnston2-134/+2920
2016-02-17Fix regeneration of libm autotool files.Jeff Johnston2-7/+9337
2016-02-17Define the newlib version macros in one place: _newlib_version.h.Pieter du Preez14-33640/+175
2016-02-17cyglsa: Drop code handling Windows 2000 and earlierCorinna Vinschen1-35/+2
2016-02-17Silent relocation truncations considered harmfulMark Geisert1-1/+1
2016-02-15cygwin_conv_path: Really always preserve trailing slash in conversion to POSI...Corinna Vinschen1-1/+1
2016-02-15Make buffered console characters visible to select().John Hood1-1/+1
2016-02-13Document pthread_barrier* functions as implementedCorinna Vinschen1-1/+7
2016-02-13Remove local winbase.h (again).Corinna Vinschen1-59/+0
2016-02-13Bump Cygwin version to 2.5.0Corinna Vinschen3-2/+53
2016-02-13POSIX barrier implementation, take 3Václav Haisman8-4/+328
2016-02-13cygwin: work around GCC 5 preprocessor changesYaakov Selkowitz1-1/+1
2016-02-12Bump Cygwin version to 2.4.2.Corinna Vinschen1-1/+1
2016-02-12cygwin: fix errors with GCC 5Yaakov Selkowitz3-2/+5
2016-02-12Remove broken ieeefp.h macrosYaakov Selkowitz1-11/+6
2016-02-12Fix compile with GCC 5 -WerrorYaakov Selkowitz4-1/+5
2016-02-09cygwin_conv_path: Always preserve trailing backslashes in conversion to POSIX...Corinna Vinschen4-5/+12
2016-02-09Seperate MSP430 cio syscalls into individual function sections.Nick Clifton1-29/+46
2016-02-08printf(3): Handle multibyte decimal point in field size computationCorinna Vinschen1-7/+9
2016-02-08stdio.h: Use __POSIX_VISIBLE etc. guards for POSIX 1003.1:2001 functionsJon Turney1-4/+10
2016-02-08Newlib build is broken if configured with nano-malloc and non-reentrant syste...Игорь Веневцев1-4/+6
2016-02-08* newlib/libc/stdio/nano-vfscanf.c: Fix '%X' specifier procesingIgor Venevtsev1-0/+1
2016-02-08* newlib/libc/stdio/nano-vfscanf.c: Fix '%F', '%G' and '%E' specifiers proces...Igor Venevtsev1-3/+3
2016-02-04Change if_nameindex() to use unsigned int i variable.Jeff Johnston1-1/+2
2016-01-29include/grp.h: Remove prototypes of non-standard functionsCorinna Vinschen1-5/+0
2016-01-28Fix memcpy bug that reads past end of buffer.Steve Ellcey1-1/+1
2016-01-28grp.h: use __BSD_VISIBLE and __XSI_VISIBLE guardsYaakov Selkowitz1-7/+5
2016-01-28Treat ACLs with extra ACEs for Admins and SYSTEM like a trivial ACLCorinna Vinschen3-20/+30
2016-01-28get_posix_access: Fix primary group handing when multiple ACEs existCorinna Vinschen1-3/+5
2016-01-28Make macro checks ARMv8-M baseline proofThomas Preud'homme14-63/+72
2016-01-28Deprecate newlib and winsup ChangeLog filesCorinna Vinschen4-34854/+34856
2016-01-27Don't use LoadLibraryEx(..., LOAD_LIBRARY_SEARCH_SYSTEM32). It hangsCorinna Vinschen3-31/+13
2016-01-27Drop has_broken_fnoi flagCorinna Vinschen3-7/+0
2016-01-27Make select wait state more readableCorinna Vinschen1-15/+19
2016-01-27Fix missing 'user' in usertemp docsCorinna Vinschen1-1/+1
2016-01-23Add 2.4.1 release message filecygwin-2_4_1-releaseCorinna Vinschen1-0/+12
2016-01-21cygpath: Avoid returning SysWOW64Corinna Vinschen1-0/+13
2016-01-21cygwin_logon_user: Return non-privileged token as wellCorinna Vinschen1-3/+7
2016-01-21Fix formatting in sec_auth.ccCorinna Vinschen1-3/+3
2016-01-16Bump cygwin version to 2.4.1Corinna Vinschen1-1/+1
2016-01-15faq: Update FAQ question and answer about gdb and signalsJon Turney1-6/+13
2016-01-15get_posix_access: Fix group deny bits leaking into file type attribute bitscygwin-2_4_0-releaseCorinna Vinschen1-1/+1