aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include/sys
AgeCommit message (Expand)AuthorFilesLines
2018-01-18ansification: unifdef -D__STDC__ libc/includeYaakov Selkowitz1-50/+0
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz8-206/+205
2018-01-17ansification: remove _EXFNPTR, _EXPARMYaakov Selkowitz1-15/+15
2018-01-17ansification: remove _VOIDYaakov Selkowitz2-2/+2
2018-01-17ansification: remove _CAST_VOIDYaakov Selkowitz2-12/+12
2018-01-17ansification: remove _PTRYaakov Selkowitz1-11/+11
2018-01-17ansification: remove _PARAMSYaakov Selkowitz4-12/+12
2018-01-17ansification: remove _CONSTYaakov Selkowitz3-8/+8
2018-01-16Make __always_inline macro compatible with glibcYaakov Selkowitz1-1/+1
2018-01-16cygwin: add LFS_CFLAGS etc. to confstr/getconfYaakov Selkowitz1-0/+4
2017-12-18newlib: Availability of _kill() in sys/signal.hMartin Aberg1-2/+0
2017-11-30Feature test macros overhaul: unistd.h, part 3Yaakov Selkowitz1-1/+21
2017-11-29ssp: add Object Size Checking for unistd.h, part 1Yaakov Selkowitz1-0/+5
2017-11-29ssp: add Object Size Checking common codeYaakov Selkowitz1-1/+17
2017-11-28Make __nonnull macro compatible with glibcYaakov Selkowitz1-1/+1
2017-11-28cygwin: define _POSIX_TIMEOUTSYaakov Selkowitz1-1/+1
2017-11-14Cygwin: fcntl.h: Use test macros to guard non-standard open flagsCorinna Vinschen1-4/+12
2017-11-14Cygwin: fcntl.h: Define O_NOATIMECorinna Vinschen1-0/+2
2017-11-14Cygwin: fcntl.h: Define O_TMPFILE and implement itCorinna Vinschen1-0/+2
2017-09-07Change time_t to 64-bit by defaultSebastian Huber2-1/+11
2017-08-25Revert "headers: avoid bareword attributes" for clangEric Blake1-14/+16
2017-08-25Make _CLOCK_T_ system configurableSebastian Huber1-0/+3
2017-08-17headers: avoid bareword attributesEric Blake1-14/+14
2017-08-16Add RISC-V port for newlibKito Cheng1-1/+1
2017-07-26cygwin: Set __STDC_ISO_10646__ to Unicode 5.2 valueCorinna Vinschen1-4/+3
2017-07-20MSP430: Define __BUFSIZ__ as 256 to prevent default of 1024 being usednewlib-snapshot-20170720Jozef Lawrynowicz1-0/+1
2017-06-30Feature test macros overhaul: unistd.h, part 2cygwin-2_8_1-releaseYaakov Selkowitz1-4/+17
2017-06-30Add --enable-newlib-global-stdio-streamsSebastian Huber1-0/+6
2017-06-30Enable _REENT_GLOBAL_STDIO_STREAMS for RTEMSSebastian Huber1-0/+1
2017-06-30Introduce _REENT_GLOBAL_STDIO_STREAMSSebastian Huber1-6/+15
2017-06-29unistd.h: Remove trailing whitespaceDionna Glaze1-1/+1
2017-06-29unistd.h: remove mktempCorinna Vinschen1-1/+0
2017-06-29Make gethostname, getdtablesize, mktemp, ualarm available in BSD, XOPEN_SOURC...Dionna Glaze1-2/+5
2017-06-19Fix guard for siginfo_t and pthread_t definitionThomas Preud'homme2-8/+12
2017-06-14Export XSI sigpauseYaakov Selkowitz1-1/+13
2017-06-14Feature test macros overhaul: signal.h (part 3)Yaakov Selkowitz1-8/+16
2017-04-04Renumber copyright clause 4imp1-1/+1
2017-04-04queue.3: Document existing QMD_* macroscem1-0/+39
2017-04-04queue(3): Enhance queue debugging macroscem1-5/+37
2017-04-04Add two new macros, SLIST_CONCAT and LIST_CONCATmckusick1-2/+36
2017-04-04Make the <sys/queue.h> fully usable within C++hselasky1-14/+73
2017-04-04Pass macro arguments properly.hselasky1-2/+2
2017-04-04Fix order of arguments in the TRACEBUF_INITIALIZERhselasky1-1/+1
2017-04-04Add new FOREACH_FROM variants for queue(3)lstewart1-0/+53
2017-04-04Renumber copyright clause 4imp1-1/+1
2017-04-04don't use C99 static array indices with older GCC versionsavg1-0/+1
2017-04-04Addition of clang nullability qualifiers.pfg1-0/+7
2017-04-04Remove unused __gnu_inline() attribute.pfg1-16/+0
2017-04-04Addition of clang nullability qualifiers.pfg1-0/+8
2017-04-04Fix C++ includability of crypto headers with static array sizesasomers1-0/+14