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-04-04cygwin: make POSIX/XSI version macros dependent on feature test macrosYaakov Selkowitz
2016-03-24Drop usage of old-age BSD types in generically used Cygwin headersCorinna Vinschen
2016-03-24Define BSD u_intN_t types indiscriminatelyCorinna Vinschen
2016-03-24Feature test macros overhaul: C++ TR1Yaakov Selkowitz
2016-03-23Guard u_char,u_short,u_int,u_long with __MISC_VISIBLECorinna Vinschen
2016-03-23Fix "/*" within comment warningSebastian Huber
2016-03-18Feature test macros overhaul: signal.h (part 2)Yaakov Selkowitz
2016-03-18Add arc4random() etc. from OpenBSD 5.8Sebastian Huber
2016-03-18Guard ssize_t definition by _SSIZE_T_DECLAREDSebastian Huber
2016-03-18Feature test macros overhaul: sys/types.hYaakov Selkowitz
2016-03-18Revert "Remove inclusion of sys/select.h in sys/types.h for backward compat"Yaakov Selkowitz
2016-03-18Feature test macros overhaul: sys/time.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: sys/stat.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: sys/select.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: unistd.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: signal.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: fcntl.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: sys/features.hYaakov Selkowitz
2016-02-22pthread.h, sys/types.h Add missing pthread methodsJoel Sherrill
2016-02-18sys/features.h: Update Cygwin POSIX option macrosCorinna Vinschen
2016-02-18Define the newlib version macros in one place: _newlib_version.h.Pieter du Preez
2016-02-13POSIX barrier implementation, take 3Václav Haisman
2015-12-18Remove inclusion of sys/select.h in sys/types.h for backward compatCorinna Vinschen
2015-12-14Add _REENT_INIT_PTR_ZEROED()Sebastian Huber
2015-12-14FreeBSD compatibility for <sys/select.h>Sebastian Huber
2015-12-07Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen
2015-10-19Extend _intsup.h to support 16-bit and 20-bit pointers.Nick Clifton
2015-10-14Synchronize with FreeBSD.Jeff Johnston
2015-10-14Add FreeBSD style changes to sys/cdefs.hJeff Johnston
2015-08-29Allow sysconf to return CPU cache informationCorinna Vinschen
2015-08-27Fix for pri and scn formatsAndre Simoes Dias Vieira
2015-08-25Always declare "kill" in include/sys/signal.hJames Greenhalgh
2015-08-18sys/signal.h: include sys/ucontext.h on Cygwin per POSIX.1-2008Yaakov Selkowitz
2015-07-06Fix sys/time.h build problem due to inconsistent macro usageCorinna Vinschen
2015-06-22sys/signal.h requires sys/cdefs.hCorinna Vinschen
2015-06-20Use MINSIGSTKSZ and SIGSTKSZ from newlib for Cygwin as wellCorinna Vinschen
2015-06-19Preliminary infrastructure to implement alternate stackCorinna Vinschen
2015-05-28Fix comment in sys/wait.hcygwin-2.0Corinna Vinschen
2015-05-02Revert to exposing sys/select.h from sys/time.h on CygwinCorinna Vinschen
2015-04-29Improve check for int32_t being long or intCorinna Vinschen
2015-04-23Add <sys/_stdint.h> for FreeBSD compatibilitySebastian Huber
2015-04-23Make stack_t typedef generally availableJon TURNEY
2015-04-23Import <sys/tree.h> from FreeBSDSebastian Huber
2015-04-23Change from configure time to compile time probe for intptr_t definition.Joel Sherrill
2015-04-23 Replace uint32_t/uint64_t type usage with __uint32_t/__uint64_t.Steve Ellcey
2015-03-13Drop including cygwin/sys_time.h on Cygwin.Corinna Vinschen
2015-03-13Merge parts of <sys/time.h> from FreeBSDSebastian Huber
2015-03-11Add and use latest <sys/timespec.h> from FreeBSDSebastian Huber
2015-02-25* libc/include/sys/cdefs.h (_GNU_SOURCE): Move check so it has anJon TURNEY
2015-01-29 * libc/include/sys/time.h: #include <sys/cdefs.h> for __BSD_VISIBLE.Corinna Vinschen