summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* Add SOL_SOCKET level socket optiontuexen2018-08-241-0/+1
* Implement a limit on on the number of IPv6 reassemblyjtl2018-08-241-1/+2
* Add a limit of the number of fragments per IPv6 packet.jtl2018-08-241-1/+2
* This commit brings in a new refactored TCP stack called Rack.rrs2018-08-242-0/+67
* Load balance sockets with new SO_REUSEPORT_LB option.sbruno2018-08-241-17/+18
* iflib(9): Add support for cloning pseudo interfacesmmacy2018-08-241-0/+3
* Revert r332894 at the request of the submitter.sbruno2018-08-241-3/+0
* Load balance sockets with new SO_REUSEPORT_LB optionsbruno2018-08-241-0/+3
* Add 32-bit compat for ioctls that take struct ifgroupreq.brooks2018-08-241-0/+2
* Use an accessor function to access ifr_data.brooks2018-08-241-0/+2
* Implement several enhancements to NUMA policies.jeff2018-08-241-0/+6
* Fix access to ifru_buffer on freebsd32.brooks2018-08-241-0/+2
* Allow to specify PCP on packets not belonging to any VLAN.kib2018-08-242-0/+6
* Move uio enums to sys/_uio.h.brooks2018-08-242-11/+53
* Add the "TCP Blackbox Recorder"jtl2018-08-241-0/+9
* Add _IOC_NEWLEN() and _IOC_NEWTYPE() macros.brooks2018-08-241-0/+4
* This is an implementation of the client side of TCP Fast Open (TFO)pkelsey2018-08-241-2/+14
* Follow the RFC6980 and silently ignore following IPv6 NDP messagesae@FreeBSD.org2018-08-241-0/+1
* SPDX: license IDs for some ISC-related files.pfg2018-08-242-2/+2
* Garbage collect IFCAP_POLLING_NOCOUNT.glebius2018-08-241-1/+1
* sys/sys: further adoption of SPDX licensing ID tags.pfg2018-08-243-0/+6
* include: further adoption of SPDX licensing ID tags.pfg2018-08-243-1/+7
* sys: further adoption of SPDX licensing ID tags.pfg2018-08-2418-0/+36
* Use hardware timestamps to report packet timestampskib2018-08-241-0/+11
* Add a place for a driver to report rx timestampskib2018-08-241-0/+1
* if: Add ioctls to get RSS key and hash type/function.sephe2018-08-242-0/+40
* Correct sysctl names.des2018-08-241-1/+1
* Relax visibility for some termios symbols.kib2018-08-241-2/+8
* Implement address space guards.kib2018-08-241-0/+1
* Listening sockets improvements.glebius2018-08-241-6/+10
* Implement INHERIT_ZERO for minherit(2).delphij2018-08-241-0/+1
* Renumber copyright clause 4imp2018-08-241-1/+1
* mprotect(): Change prototype to comply to POSIX.ed@FreeBSD.org2018-08-241-1/+1
* Implement process-shared locks supportkib2018-08-241-0/+7
* Add a new file operations hook for mmapjhb2018-08-241-2/+0
* Retire the unimplemented MAP_RENAMEjhb2018-08-241-2/+2
* Add a new fo_fill_kinfo fileops methodjhb2018-08-241-1/+0
* Add MAP_EXCL flag for mmap(2).kib2018-08-241-0/+1
* Add a mmap flag (MAP_32BIT) on 64-bit platformsjhb2018-08-241-0/+3
* Implement read(2)/write(2) and neccessary lseek(2)kib2018-08-241-0/+7
* Add __nl_item to <sys/_types.h> and use itSebastian Huber2018-08-242-4/+4
* RTEMS: Add __tls_get_addr() to crt0Sebastian Huber2018-08-201-1/+2
* Fix strtof ("-nan") returns positive NaNMasamichi Hosoda2018-08-161-2/+2
* Remove unused NaN's integer representation definitionsMasamichi Hosoda2018-08-166-93/+8
* Fix strtod ("nan") and strtold ("nan") returns wrong negative NaNMasamichi Hosoda2018-08-162-9/+2
* Improve sincosf commentsWilco Dijkstra2018-08-164-21/+26
* Added Restriction on base valueAditya Upadhyay2018-08-131-0/+4
* newlib: strftime: fix over-enthusiastic fix from 0283642f35ceCorinna Vinschen2018-08-081-1/+2
* newlib: don't use __visibility__ attrribute on CygwinCorinna Vinschen2018-08-081-2/+7
* newlib: don't check malloc/free pointerCorinna Vinschen2018-08-082-17/+2