aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys
AgeCommit message (Expand)AuthorFilesLines
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
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
2018-08-24Add the "TCP Blackbox Recorder"jtl1-0/+9
2018-08-24Add _IOC_NEWLEN() and _IOC_NEWTYPE() macros.brooks1-0/+4
2018-08-24This is an implementation of the client side of TCP Fast Open (TFO)pkelsey1-2/+14
2018-08-24Follow the RFC6980 and silently ignore following IPv6 NDP messagesae@FreeBSD.org1-0/+1
2018-08-24SPDX: license IDs for some ISC-related files.pfg2-2/+2
2018-08-24Garbage collect IFCAP_POLLING_NOCOUNT.glebius1-1/+1
2018-08-24sys/sys: further adoption of SPDX licensing ID tags.pfg3-0/+6
2018-08-24include: further adoption of SPDX licensing ID tags.pfg3-1/+7
2018-08-24sys: further adoption of SPDX licensing ID tags.pfg18-0/+36
2018-08-24Use hardware timestamps to report packet timestampskib1-0/+11
2018-08-24Add a place for a driver to report rx timestampskib1-0/+1
2018-08-24if: Add ioctls to get RSS key and hash type/function.sephe2-0/+40
2018-08-24Correct sysctl names.des1-1/+1
2018-08-24Relax visibility for some termios symbols.kib1-2/+8