aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-05 [ARM] Cast string pointers to int to avoid compiler warnings.Christophe Lyon1-4/+4
2018-09-03Avoid ARM SWI Seek when querying file positionAndy Koppe1-2/+9
2018-08-31Add --disable-newlib-fno-builtin to allow compilation without -fno-builtin fo...newlib-snapshot-20180831Jon Beniston32-76/+460
2018-08-24RTEMS: Add kvaddr_t and ksize_tSebastian Huber1-0/+3
2018-08-24RTEMS: Introduce <machine/_kernel_mman.h>Sebastian Huber1-48/+5
2018-08-24RTEMS: Introduce <machine/_kernel_socket.h>Sebastian Huber1-54/+3
2018-08-24RTEMS: Introduce <machine/_kernel_if.h>Sebastian Huber1-7/+4