aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys/rtems
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 Johnston1-10/+10
2020-12-11Bump newlib release to 4.0.0Jeff Johnston1-10/+10
2020-10-28libc/sys/rtems/include/machine/_types.h: Define daddr_t to be 64 bits for RTEMSJoel Sherrill1-0/+3
2020-03-13RTEMS: Include missing header and fix stubSebastian Huber1-1/+2
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard1-5/+1
2020-01-21Bump up newlib release to 3.3.0Jeff Johnston1-10/+10
2020-01-02Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0Jeff Johnston1-10/+10
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-02-19Move RTEMS and XMK specific type definitionsSebastian Huber1-0/+6
2018-12-31Bump release to 3.1.0 for yearly snapshotnewlib-snapshot-20181231newlib-3.1.0Jeff Johnston1-10/+10
2018-12-20RTEMS: Use __uint64_t for __ino_tSebastian Huber1-1/+1
2018-12-20Plug routing sysctl leaks.markj1-1/+5
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 Huber1-20/+0
2018-08-31Add --disable-newlib-fno-builtin to allow compilation without -fno-builtin fo...newlib-snapshot-20180831Jon Beniston1-2/+14
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
2018-08-24RTEMS: Introduce <machine/_kernel_in.h>Sebastian Huber1-26/+4
2018-08-24RTEMS: Introduce <machine/_kernel_in6.h>Sebastian Huber1-163/+7
2018-08-24RTEMS: Introduce <machine/_kernel_uio.h>Sebastian Huber1-54/+6
2018-08-24RTEMS: Add __BSD_VISIBLE in <sys/_termios.h>Sebastian Huber1-3/+3
2018-08-24RTEMS: Update FreeBSD version tagsSebastian Huber24-24/+24
2018-08-24Add SOL_SOCKET level socket optiontuexen1-0/+1
2018-08-24Implement a limit on on the number of IPv6 reassemblyjtl1-1/+2
2018-08-24Add a limit of the number of fragments per IPv6 packet.jtl1-1/+2
2018-08-24This commit brings in a new refactored TCP stack called Rack.rrs1-0/+56
2018-08-24Load balance sockets with new SO_REUSEPORT_LB option.sbruno1-17/+18
2018-08-24iflib(9): Add support for cloning pseudo interfacesmmacy1-0/+3
2018-08-24Revert r332894 at the request of the submitter.sbruno1-3/+0
2018-08-24Load balance sockets with new SO_REUSEPORT_LB optionsbruno1-0/+3
2018-08-24Add 32-bit compat for ioctls that take struct ifgroupreq.brooks1-0/+2
2018-08-24Use an accessor function to access ifr_data.brooks1-0/+2
2018-08-24Implement several enhancements to NUMA policies.jeff1-0/+6
2018-08-24Fix access to ifru_buffer on freebsd32.brooks1-0/+2
2018-08-24Allow to specify PCP on packets not belonging to any VLAN.kib2-0/+6
2018-08-24Move uio enums to sys/_uio.h.brooks2-11/+53