summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/sys
Commit message (Expand)AuthorAgeFilesLines
* Revert "headers: avoid bareword attributes" for clangEric Blake2017-08-251-14/+16
* Make _CLOCK_T_ system configurableSebastian Huber2017-08-251-0/+3
* headers: avoid bareword attributesEric Blake2017-08-171-14/+14
* Add RISC-V port for newlibKito Cheng2017-08-161-1/+1
* cygwin: Set __STDC_ISO_10646__ to Unicode 5.2 valueCorinna Vinschen2017-07-261-4/+3
* MSP430: Define __BUFSIZ__ as 256 to prevent default of 1024 being usednewlib-snapshot-20170720Jozef Lawrynowicz2017-07-201-0/+1
* Feature test macros overhaul: unistd.h, part 2cygwin-2_8_1-releaseYaakov Selkowitz2017-06-301-4/+17
* Add --enable-newlib-global-stdio-streamsSebastian Huber2017-06-301-0/+6
* Enable _REENT_GLOBAL_STDIO_STREAMS for RTEMSSebastian Huber2017-06-301-0/+1
* Introduce _REENT_GLOBAL_STDIO_STREAMSSebastian Huber2017-06-301-6/+15
* unistd.h: Remove trailing whitespaceDionna Glaze2017-06-291-1/+1
* unistd.h: remove mktempCorinna Vinschen2017-06-291-1/+0
* Make gethostname, getdtablesize, mktemp, ualarm available in BSD, XOPEN_SOURC...Dionna Glaze2017-06-291-2/+5
* Fix guard for siginfo_t and pthread_t definitionThomas Preud'homme2017-06-192-8/+12
* Export XSI sigpauseYaakov Selkowitz2017-06-141-1/+13
* Feature test macros overhaul: signal.h (part 3)Yaakov Selkowitz2017-06-141-8/+16
* Renumber copyright clause 4imp2017-04-041-1/+1
* queue.3: Document existing QMD_* macroscem2017-04-041-0/+39
* queue(3): Enhance queue debugging macroscem2017-04-041-5/+37
* Add two new macros, SLIST_CONCAT and LIST_CONCATmckusick2017-04-041-2/+36
* Make the <sys/queue.h> fully usable within C++hselasky2017-04-041-14/+73
* Pass macro arguments properly.hselasky2017-04-041-2/+2
* Fix order of arguments in the TRACEBUF_INITIALIZERhselasky2017-04-041-1/+1
* Add new FOREACH_FROM variants for queue(3)lstewart2017-04-041-0/+53
* Renumber copyright clause 4imp2017-04-041-1/+1
* don't use C99 static array indices with older GCC versionsavg2017-04-041-0/+1
* Addition of clang nullability qualifiers.pfg2017-04-041-0/+7
* Remove unused __gnu_inline() attribute.pfg2017-04-041-16/+0
* Addition of clang nullability qualifiers.pfg2017-04-041-0/+8
* Fix C++ includability of crypto headers with static array sizesasomers2017-04-041-0/+14
* Stop exposing the C11 _Atomic() macro in <sys/cdefs.h>, when compiling for C++.dim2017-04-041-1/+2
* Rename __sentinel to __null_sentinelpfg2017-04-041-2/+2
* Rename <sys/_locale.h> to <xlocale.h>Yaakov Selkowitz2017-03-221-12/+0
* Allow locking routine to be retargetedThomas Preud'homme2017-02-131-2/+47
* Add _POSIX_SHARED_MEMORY_OBJECTSGedare Bloom2017-01-131-1/+1
* Fix sys/reent.h to remove use of DEBUG flag.Jeff Johnston2017-01-101-2/+2
* Add <devctl.h> per POSIX 1003.26-2003Joel Sherrill2016-12-052-0/+4
* Move pthread types to <sys/_pthreadtypes.h>Sebastian Huber2016-11-172-226/+234
* sys/cdefs.h: Define __hidden as empty on CygwinCorinna Vinschen2016-11-081-0/+5
* Provide __intmax_t and __uintmax_tSebastian Huber2016-10-252-14/+10
* Fix typo in <sys/_stdint.h>Sebastian Huber2016-10-251-1/+1
* Add _PC_CASE_INSENSITIVE to [f]pathconfKen Brown2016-10-211-0/+1
* Fix off_t typedef on Cygwin64Yaakov Selkowitz2016-08-291-1/+1
* Fix _REENT_INIT initialization of _localeCorinna Vinschen2016-08-151-3/+2
* Add sys/_locale.h header and fix up headersCorinna Vinschen2016-08-152-3/+12
* Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen2016-08-151-3/+3
* rtems: define _POSIX_CLOCK_SELECTION featureGedare Bloom2016-08-081-0/+1
* Fix typo in comment added by previous commitCorinna Vinschen2016-07-061-1/+1
* Redefine locale info in struct _reent for per-thread localesCorinna Vinschen2016-07-061-6/+11
* sys/time.h: Change visibility of gettimeofday.Corinna Vinschen2016-06-201-1/+2