aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys
AgeCommit message (Expand)AuthorFilesLines
2021-12-29newlib: Regenerate autotools filesJon Turney42-240/+198
2021-12-29newlib: Remove automake option 'cygnus'Jon Turney42-84/+0
2021-12-29newlib: Regenerate autotools filesJon Turney78-1310/+1358
2021-12-09newlib: Regenerate all autotools filesJon Turney114-2005/+6680
2021-11-06libgloss/newlib: update configure.ac in Makefile.in filesMike Frysinger42-42/+42
2021-09-13libgloss/newlib: rename configure.in to configure.acMike Frysinger36-0/+0
2021-06-17libc/sys/rtems/crt0.c: Fix two warnings.Joel Sherrill1-2/+2
2021-01-05RTEMS: Add <poll.h> and <sys/poll.h>Sebastian Huber2-0/+107
2020-12-18Bump up newlib version to 4.1.0newlib-4.1.0Jeff Johnston34-340/+340
2020-12-11Bump newlib release to 4.0.0Jeff Johnston34-340/+340
2020-10-28libc/sys/rtems/include/machine/_types.h: Define daddr_t to be 64 bits for RTEMSJoel Sherrill1-0/+3
2020-10-15libc/time: Move internal newlib tz-structs into own headerTorbjörn SVENSSON via Newlib2-37/+0
2020-09-04libm: Fix 'gamma' and 'gammaf' functions. Clean up other gamma code. [v2]Keith Packard via Newlib1-9/+3
2020-03-13RTEMS: Include missing header and fix stubSebastian Huber1-1/+2
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard112-560/+112
2020-01-21Bump up newlib release to 3.3.0Jeff Johnston34-340/+340
2020-01-02Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0Jeff Johnston34-340/+340
2019-09-25Add SIOCGIFDOWNREASON.kib2-2/+14
2019-09-25Add kernel-side support for in-kernel TLS.jhb2-1/+16
2019-09-25Rename IPPROTO 33 from SEP to DCCPthj1-2/+2
2019-09-25This commit updates rack to what is basicallyrrs1-7/+20
2019-09-25Add an external mbuf buffer type that holdsjhb1-0/+1
2019-09-25Convert all IPv4 and IPv6 multicast membershipshselasky2-10/+3
2019-09-25Extend mmap/mprotect API to specify the max pagebrooks1-1/+9
2019-09-25Some devices take undesired actions when RTS andshurd1-1/+2
2019-09-25Fix mismatch from r342379.pfg1-2/+2
2019-09-25gai_strerror() - Update string error messages according to RFC 3493.pfg1-9/+9
2019-08-05Align libgloss/arm and libc/sys/arm sources: miscellaneous fixesAlexander Fedotov2-17/+35
2019-08-05Align libgloss/arm and libc/sys/arm sources: Lite exit supportAlexander Fedotov1-0/+16
2019-08-05Align libgloss/arm and libc/sys/arm sources: HeapInfo and __heap_limitAlexander Fedotov2-2/+14
2019-08-05Align libgloss/arm and libc/sys/arm sources: Fix GetCmdLine semihosting direc...Alexander Fedotov1-3/+6
2019-07-26[arm] remove libc/sys/arm/sys/param.hRichard Earnshaw1-25/+0
2019-07-23Stack Pointer and Stack Limit initialization refactored.Alexander Fedotov2-89/+227
2019-06-07Add gfortran support for AMD GCNJeff Johnston9-3/+211
2019-04-12Align comments and spaces in libgloss/arm/crt0.S and newlib/libc/sys/arm/crt0...Alexander Fedotov1-8/+10
2019-04-11Include code in trap.S for APCS only.Christophe Lyon1-1/+1
2019-04-11Make more macro checks ARMv8-M baseline proof.Christophe Lyon1-4/+4
2019-03-25Add missing includes.Andrew Stubbs1-0/+2
2019-03-18AMD GCN: Implement circular buffering.Andrew Stubbs1-17/+38
2019-02-19Move RTEMS and XMK specific type definitionsSebastian Huber1-0/+6
2019-01-15AMD GCN Port contributed by Andrew Stubbs <ams@codesourcery.com>Jeff Johnston13-2/+6487
2018-12-31Bump release to 3.1.0 for yearly snapshotnewlib-snapshot-20181231newlib-3.1.0Jeff Johnston33-334/+346
2018-12-20RTEMS: Use __uint64_t for __ino_tSebastian Huber1-1/+1
2018-12-20Plug routing sysctl leaks.markj1-1/+5
2018-11-26Builtin enable return code with SYS_EXIT_EXTENDEDMatthew Malcomson1-19/+43
2018-11-08RTEMS: Avoid <machine/param.h> in <sys/_cpuset.h>Sebastian Huber1-2/+5
2018-10-18newlib/libc/sys/rtems/include/machine/param.h: Add _KERNEL to stop method lea...Joel Sherrill1-0/+3
2018-10-11RTEMS: Add struct dirent::d_type memberSebastian Huber1-27/+98
2018-10-11Move common <sys/dirent.h> content to <dirent.h>Sebastian Huber6-61/+0
2018-10-08[ARM] Make _kill() a noreturn function.Christophe Lyon1-5/+8