aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include/sys
AgeCommit message (Expand)AuthorFilesLines
2019-01-15AMD GCN Port contributed by Andrew Stubbs <ams@codesourcery.com>Jeff Johnston1-0/+4
2019-01-07fcntl.h: expose AT_EMPTY_PATH with _GNU_SOURCE onlyCorinna Vinschen1-0/+2
2019-01-07Cygwin: linkat: support Linux-specific AT_EMPTY_PATH flagCorinna Vinschen1-0/+1
2019-01-07Cygwin: open: support Linux-specific O_PATH flagCorinna Vinschen1-0/+2
2018-12-04sys/time.h: Remove KASSERTSebastian Huber1-12/+0
2018-12-04Ensure that all values of ns, us and ms workimp1-7/+52
2018-12-04When converting ns,us,ms to sbt, return the ceil()imp1-3/+7
2018-12-04Correct a misplaced closing paren.ian1-3/+3
2018-12-04sys: further adoption of SPDX licensing ID tags.pfg1-0/+2
2018-12-04Add inline functions to convert between sbintime_tian1-7/+52
2018-12-04Renumber copyright clause 4imp1-1/+1
2018-11-08Fix v850 target for RTEMScygwin-2_11_2-releaseSebastian Huber1-1/+1
2018-10-11Make some standard open() flags visibleSebastian Huber1-21/+27
2018-08-29Drop non-reserved parameter names from sys/signal.hcygwin-2_11_0-releaseAndy Koppe1-8/+7
2018-08-24This commit brings in a new refactored TCP stack called Rack.rrs1-0/+11
2018-08-24Add __nl_item to <sys/_types.h> and use itSebastian Huber1-0/+1
2018-07-30FreeBSD compat. __alloc_size(), __alloc_align()Sebastian Huber1-2/+2
2018-07-30Define a new __alloc_size2 attribute to complement the exiting support.pfg1-0/+2
2018-07-30Remove lint support from system headers and MD x86 headers.kib1-15/+3
2018-07-30sys: further adoption of SPDX licensing ID tags.pfg1-0/+2
2018-07-30Make _Static_assert() work with GCC in older C++ standards.ed@FreeBSD.org1-1/+1
2018-07-25Cygwin: define _POSIX_ASYNCHRONOUS_IOYaakov Selkowitz1-1/+1
2018-03-14Fix alloc_align and alloc_size macros for multiple argumentsYaakov Selkowitz1-2/+2
2018-03-06Make _CLOCKID_T_ system configurableSebastian Huber1-0/+3
2018-03-01Add global stdio streams support for reent small.Our Air Quality1-3/+42
2018-02-02newlib: drop Cygwin license from sys/select.hcygwin-2_10_0-releaseCorinna Vinschen1-11/+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