aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include/sys
AgeCommit message (Expand)AuthorFilesLines
2021-02-16Complete revert of 2019-08-19, st_atime in libc/include/sys/stat.hHans-Peter Nilsson1-1/+1
2021-01-26Align *utime*() with POSIX/glibcSebastian Huber3-6/+6
2020-10-26Define RB_SET_PARENT to do all assignmentsdougm1-30/+28
2020-10-26In concluding RB_REMOVE_COLOR, in the case whendougm1-15/+11
2020-10-26Linuxkpi uses the rb-tree structuresdougm1-148/+137
2020-10-26Fixup r361997 by balancing parens. Duh.dougm1-1/+1
2020-10-26Restore an RB_COLOR macro, for the benefit ofdougm1-0/+6
2020-10-26To reduce the size of an rb_node, drop the colordougm1-138/+143
2020-10-26Remove from RB_REMOVE_COLOR some null checksdougm1-26/+20
2020-10-26RB_REMOVE invokes RB_REMOVE_COLOR either whendougm1-72/+65
2020-10-26For the case when RB_REMOVE requires a nontrivialdougm1-28/+24
2020-10-26Correct the use of RB_AUGMENT in the RB_TREEdougm1-50/+38
2020-10-26Add RB_REINSERT(3), a low overhead alternative totrasz1-2/+24
2020-10-26amd64: prevent KCSan false positives on LAPIC mappingjah1-0/+2
2020-10-26gcc: quiet Wattribute for no_sanitize("address")rlibby1-2/+6
2020-10-26Don't sanitize linker_setdab1-0/+7
2020-10-26Make the system C11 atomics headers fully compatible with external GCC.jhb1-1/+1
2020-10-15libc/time: Move internal newlib tz-structs into own headerTorbjörn SVENSSON via Newlib1-0/+24
2020-09-03Fix warnings when building for msp430-elfJozef Lawrynowicz1-2/+2
2020-08-25Enabled _CS* defines for RTEMSEshan dhawan via Newlib1-1/+2
2020-08-03select.h: update FD macros to latest FreeBSD, fix type conversion warningCorinna Vinschen1-27/+41
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard1-5/+1
2019-11-26newlib/libc/include/sys/features.h: update __STDC_ISO_10646__Brian Inglis1-3/+7
2019-11-04Move timeval macros to <sys/time.h>Sebastian Huber2-32/+31
2019-11-04Synchronize <sys/time.h> with FreeBSDSebastian Huber1-0/+27
2019-11-04Synchronize <sys/_timespec.h> with FreeBSDSebastian Huber1-2/+4
2019-11-04Fix sbttons for values > 2simp1-2/+9
2019-10-07Allow verifying _REENT_CHECK macros memory allocationJeff Johnston1-3/+3
2019-08-19Revert previous change to sys/stat.h and fix cris libglossJeff Johnston1-9/+0
2019-08-19Fix regression in cris-elf caused by sys/stat.h changeJeff Johnston1-2/+11
2019-08-16stat.h: use POSIX-required timefields throughoutCorinna Vinschen1-16/+6
2019-08-09Add default implementation of fenv.h and all methodsJoel Sherrill1-0/+113
2019-06-25Support calculation of pointer size for __int20__ type in _intsup.hJozef Lawrynowicz1-0/+4
2019-06-14Rename <xlocale.h> back to <sys/_locale.h>Corinna Vinschen1-0/+12
2019-06-07Mark inline functions with __unused;trasz1-5/+5
2019-06-07sys/sys: further adoption of SPDX licensing ID tags.pfg1-0/+2
2019-06-03Fix <sys/_types.h> issues with <stddef.h>Sebastian Huber2-5/+3
2019-06-03Avoid <sys/cdefs.h> dependency in <sys/_types.h>Sebastian Huber1-2/+7
2019-06-03Avoid cyclic header dependenciesSebastian Huber2-5/+5
2019-02-19Define u_register_t if __BSD_VISIBLESebastian Huber1-0/+2
2019-02-19Change register_t definitionSebastian Huber1-1/+1
2019-02-19Fix comment in <sys/types.h>Sebastian Huber1-1/+1
2019-02-19Move RTEMS and XMK specific type definitionsSebastian Huber1-16/+0
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