aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include/sys
AgeCommit message (Expand)AuthorFilesLines
2024-08-19newlib/libc/include/sys/tree.h: Add deprecation warningJoel Sherrill1-0/+4
2024-08-19libc/include/sys/tree.h: Re-add sys/tree.hJoel Sherrill1-0/+864
2024-08-15features.h: support POSIX.1-2024Corinna Vinschen1-3/+15
2024-08-15features.h: fix whitespaceCorinna Vinschen1-44/+44
2024-07-09sys/tree.h: RemovedJoel Sherrill1-864/+0
2024-07-09libc/include/sys/resource.h: Add RUSAGE_THREADJoel Sherrill1-0/+3
2024-07-03libc/include/sys/_default_fcntl.h: O_RSYNC and O_DSYNC are POSIXJoel Sherrill1-2/+3
2024-03-13libc/include/sys/select.h: Use elif not elifdefJoel Sherrill1-1/+1
2024-03-13RTEMS: Increase FS_SETSIZE to 256 bitsChris Johns1-0/+2
2024-02-28Cygwin: add compile warning if ENOSHARE or ECASECLASH is usedChristian Franke1-3/+3
2024-02-05getlocalename_l: fix _reent for _REENT_SMALL targetsCorinna Vinschen1-1/+6
2024-01-31Cygwin: implement setproctitlegithub/topic/3.6topic/3.6Corinna Vinschen1-0/+8
2024-01-31sys/stat.h: drop __INSIDE_CYGWIN__ guardsCorinna Vinschen1-2/+2
2024-01-31getlocalename_l: implement per SUS Base Specifications Issue 8 draftCorinna Vinschen1-0/+12
2024-01-29ssp: add support for _FORTIFY_SOURCE=3Christian Franke1-3/+9
2024-01-15Cygwin: introduce close_range(2)Christian Franke1-0/+6
2023-09-25newlib: Add missing prototype for _getentropyTorbjörn SVENSSON1-0/+1
2023-09-11Reentrancy, attempt to always provide _Thread_local in <sys/reent.h>Pekka Seppänen1-0/+1
2023-08-15struct _reent: add state for unicode functionsCorinna Vinschen1-0/+16
2023-08-09sys/unistd.h: define GNU extensions SEEK_DATA and SEEK_HOLECorinna Vinschen1-0/+4
2023-08-07sys/cdefs.h: introduce __restrict_arr, as in glibcCorinna Vinschen1-0/+13
2023-08-07sys/cdefs.h: fix for use __restrict in C++Sebastian Huber1-9/+7
2023-08-07<sys/cdefs.h>: Decay expression passed to fallbackJohn Baldwin1-1/+4
2023-08-02sys/features.h: Define _ISOC2X_SOURCE and __ISO_C_VISIBLECorinna Vinschen1-1/+14
2023-07-26Define _AT_NULL_PATHNAME_ALLOWEDCorinna Vinschen1-5/+6
2023-06-21Make SIG2STR_MAX usable in #ifMingye Wang1-2/+2
2023-05-16newlib: Add FreeBSD files for non LDBL_EQ_DBL supportJennifer Averett1-0/+207
2023-04-26Fix _REENT_EMERGENCY() if TLS is enabledSebastian Huber1-1/+1
2022-12-08Cygwin: define FILE as struct __sFILE64, not as __sFILECorinna Vinschen1-1/+17
2022-09-26Fix missing extern C statementMarkus B. Moessner1-0/+7
2022-07-13Add --enable-newlib-reent-thread-local optionMatt Joyce3-0/+104
2022-07-13Add _REENT_IS_NULL()Matt Joyce1-0/+2
2022-07-13Add _REENT_SIG_FUNC(ptr)Matt Joyce1-0/+1
2022-07-13Add _REENT_CVTBUF(ptr)Matt Joyce1-0/+1
2022-07-13Add _REENT_CVTLEN(ptr)Matt Joyce1-0/+1
2022-07-13Add _REENT_CLEANUP(ptr)Matt Joyce1-0/+1
2022-07-13Add _REENT_LOCALE(ptr)Matt Joyce1-0/+1
2022-07-13Add _REENT_INC(ptr)Matt Joyce1-0/+1
2022-07-13Add _REENT_STDERR(ptr)Matt Joyce1-0/+1
2022-07-13Add _REENT_STDOUT(ptr)Matt Joyce1-0/+1
2022-07-13Add _REENT_STDIN(ptr)Matt Joyce1-0/+1
2022-07-13Add _REENT_ERRNO(ptr)Matt Joyce2-1/+2
2022-07-13Define _REENT_EMERGENCY(ptr) only onceMatt Joyce1-2/+2
2022-07-13Move content in <sys/reent.h>Sebastian Huber1-12/+12
2022-07-11cdefs.h: Remove redundant #ifdefsWarner Losh1-4/+0
2022-07-11cdefs: Add a default definition for __nosanitizememoryMark Johnston1-0/+1
2022-07-11cdefs: Make __nosanitizeaddress work for KASAN as wellMark Johnston1-1/+7
2022-07-11cdefs.h: Remove __GNUCLIKE___OFFSETOF, it's unusedWarner Losh1-1/+0
2022-07-11Expose clang's alignment builtins and use them for roundup2/rounddown2Alex Richardson1-0/+19
2022-07-11cdefs.h: remove intel_compiler supportWarner Losh1-22/+12