aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2018-09-13Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 2Hans-Peter Nilsson1-0/+6
2018-09-06search: Fix Berkeley DB hash code for 16-bit targets.Jon Beniston3-20/+32
2018-09-06Use !__HAVE_LOCALE_INFO__ define to use _ctype_ directly [v2]Keith Packard3-0/+19
2018-09-06stdlib: Use __get_numeric_locale instead of __localeconv_l for decimal_pointKeith Packard5-13/+14
2018-09-06Include sys/syslimits.h in limits.hKeith Packard1-0/+1
2018-09-06xdr_private.h needs sys/types.h for u_charKeith Packard1-0/+1
2018-09-06Document the log table generation methodSzabolcs Nagy3-0/+74
2018-09-06stdlib/arc4random.c: Fix reseed count for 16-bit targets.Jon Beniston1-1/+1
2018-09-05Improve strstr performance of short needlesWilco Dijkstra1-10/+65
2018-09-03math_config.h: Fix signed overflow warning for 16-bit targetscygwin-2_11_1-releaseJon Beniston1-1/+1
2018-09-03e_scalb.c: Call scalbln instead of scalbn on 16-bit targets to ensure constan...Jon Beniston1-0/+5
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 Beniston102-228/+1436
2018-08-29Drop non-reserved parameter names from sys/signal.hcygwin-2_11_0-releaseAndy Koppe1-8/+7
2018-08-29Use __inhibit_loop_to_libcall in all memset/memcpy implementationsKeith Packard10-2/+28
2018-08-29Remove unused variable 'one' from sf_cos.cKeith Packard1-6/+0
2018-08-29Use nanf("") instead of nanf(NULL)Keith Packard5-8/+8
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.rrs2-0/+67
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