Commit Graph

  • f53ce01125 Define _COMPILING_NEWLIB on aarch64 to define function prototypes from unistd.h. Christophe Lyon 2018-10-01 21:16:40 +0000
  • 9edf0810db [Aarch64] Fix warning in _sbrk Christophe Lyon 2018-10-01 19:08:40 +0000
  • 3878d82a2b [ARM] Cast string pointers to int to avoid compiler warnings. Christophe Lyon 2018-10-01 17:22:43 +0000
  • 71e187bc07 Update Arm copyright notices in new math files Wilco Dijkstra 2018-09-27 17:03:32 +0000
  • 9feedf23db Update Arm entry in COPYING.NEWLIB. Jeff Johnston 2018-09-25 15:10:46 -0400
  • 877a386d76 Fix the documentation comment of checkint Szabolcs Nagy 2018-09-18 14:14:53 +0100
  • e3ddbeb84c Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 2 Hans-Peter Nilsson 2018-09-13 17:48:48 +0200
  • a6837ca34f Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 1 Hans-Peter Nilsson 2018-09-13 17:45:39 +0200
  • d83404e418 Cygwin: console: make sure EnumFontFamiliesExW loop isn't infinite Corinna Vinschen 2018-09-07 13:49:54 +0200
  • 7a720bfe08 Cygwin: console: store replacement char directly Corinna Vinschen 2018-09-07 13:48:35 +0200
  • 60471176fd Cygwin: console: don't hang in check_font with raster fonts Corinna Vinschen 2018-09-07 13:43:48 +0200
  • bd993df0e6 search: Fix Berkeley DB hash code for 16-bit targets. Jon Beniston 2018-09-06 13:53:15 +0100
  • 77f8a6dfab Use !__HAVE_LOCALE_INFO__ define to use _ctype_ directly [v2] Keith Packard 2018-09-05 21:39:40 -0700
  • 3b6994ec5f stdlib: Use __get_numeric_locale instead of __localeconv_l for decimal_point Keith Packard 2018-09-05 21:25:01 -0700
  • 28ecec475f Include sys/syslimits.h in limits.h Keith Packard 2018-09-05 21:23:46 -0700
  • 81e0841dbc xdr_private.h needs sys/types.h for u_char Keith Packard 2018-09-05 21:21:16 -0700
  • f92a4c5d2d Document the log table generation method Szabolcs Nagy 2018-09-05 12:15:55 +0100
  • 7283d2513c stdlib/arc4random.c: Fix reseed count for 16-bit targets. Jon Beniston 2018-09-05 10:57:33 +0100
  • 85c030a75f Cygwin: console: device context is process private Corinna Vinschen 2018-09-06 13:05:55 +0200
  • bf8aabe830 Cygwin: console: improve replacement char algorithm Corinna Vinschen 2018-09-05 23:39:25 +0200
  • 213d8cac24 Cygwin: console: use UNICODE API throughout Corinna Vinschen 2018-09-05 13:08:33 +0200
  • 9bbda85e27 Cygwin: Bump DLL version to 2.11.2 Corinna Vinschen 2018-09-05 13:02:09 +0200
  • 6dbb20dfc7 Improve strstr performance of short needles Wilco Dijkstra 2018-09-04 17:54:21 +0000
  • 86c31ae47b math_config.h: Fix signed overflow warning for 16-bit targets Jon Beniston 2018-08-31 23:10:00 +0100
  • fcc1e7039f e_scalb.c: Call scalbln instead of scalbn on 16-bit targets to ensure constant fits in an int. Jon Beniston 2018-08-31 22:42:29 +0100
  • 3017f23f1c Avoid ARM SWI Seek when querying file position Andy Koppe 2018-08-31 12:26:02 +0100
  • d1454de7b0 Cygwin: console: Print Unicode REPLACEMENT CHARACTER for invalid input chars Corinna Vinschen 2018-09-01 21:34:34 +0200
  • 3a880bf5e0 Cygwin: fix Win32 path ".." backtracking Corinna Vinschen 2018-09-01 21:01:08 +0200
  • a9cfb33b6c Add --disable-newlib-fno-builtin to allow compilation without -fno-builtin for smaller and faster code. Jon Beniston 2018-08-31 17:44:33 +0100
  • fc3a8ecca5 Cygwin: Bump DLL version to 2.11.1 Corinna Vinschen 2018-08-31 13:01:23 +0200
  • d8ccbcdacc Drop non-reserved parameter names from sys/signal.h Andy Koppe 2018-08-29 15:37:13 +0100
  • 82dfae9ab0 Use __inhibit_loop_to_libcall in all memset/memcpy implementations Keith Packard 2018-08-27 11:32:31 -0700
  • 088a45cdf6 Remove unused variable 'one' from sf_cos.c Keith Packard 2018-08-27 11:32:29 -0700
  • 2c245028af Use nanf("") instead of nanf(NULL) Keith Packard 2018-08-27 11:32:28 -0700
  • 9e032fd939 RISC-V: Fix _sbrk, it's failed only when return value is -1. Denis Ivanov 2018-07-06 19:03:23 +0300
  • 258996b696 RISC-V: Fixed return code in _times syscall. Denis Ivanov 2018-07-06 12:03:15 +0300
  • 03cd2c4efa Cygwin: Accommodate logon sessions on Windows 10 Corinna Vinschen 2018-08-28 11:26:52 +0200
  • 3aba266aa9 Cygwin: drop workaround for missing USER_INFO_24 definition Corinna Vinschen 2018-08-28 11:24:59 +0200
  • fc8aaa40fe Cygwin: add release note for previous ACL changes Corinna Vinschen 2018-08-27 18:30:59 +0200
  • 33b8c406dc Cygwin: Add name->SID conversion for self-constructed names Corinna Vinschen 2018-08-27 18:28:33 +0200
  • fcfcc288c4 Cygwin: don't return valid acl entry type for unknown SID Corinna Vinschen 2018-08-27 13:30:55 +0200
  • 6706b19a97 Cygwin: Remove union wait Corinna Vinschen 2018-08-24 20:57:47 +0200
  • d13c84eb07 RTEMS: Add kvaddr_t and ksize_t Sebastian Huber 2018-08-23 11:50:46 +0200
  • d35971f392 RTEMS: Introduce <machine/_kernel_mman.h> Sebastian Huber 2018-08-10 07:45:23 +0200
  • a2a8600f7d RTEMS: Introduce <machine/_kernel_socket.h> Sebastian Huber 2018-08-09 07:04:00 +0200
  • 764d748c9c RTEMS: Introduce <machine/_kernel_if.h> Sebastian Huber 2018-08-08 12:06:48 +0200
  • 0c0dd28596 RTEMS: Introduce <machine/_kernel_in.h> Sebastian Huber 2018-08-08 11:56:27 +0200
  • 9ce55ee716 RTEMS: Introduce <machine/_kernel_in6.h> Sebastian Huber 2018-08-08 11:51:11 +0200
  • c07fa084e0 RTEMS: Introduce <machine/_kernel_uio.h> Sebastian Huber 2018-08-07 15:35:37 +0200
  • 9bbf89dd11 RTEMS: Add __BSD_VISIBLE in <sys/_termios.h> Sebastian Huber 2018-08-08 11:04:10 +0200
  • 890c86d633 RTEMS: Update FreeBSD version tags Sebastian Huber 2018-08-08 11:34:34 +0200
  • fe3e8b90dc Add SOL_SOCKET level socket option tuexen 2018-08-21 14:04:30 +0000
  • 823b096471 Implement a limit on on the number of IPv6 reassembly jtl 2018-08-14 17:27:41 +0000
  • 0e5c59050d Add a limit of the number of fragments per IPv6 packet. jtl 2018-08-14 17:26:07 +0000
  • 215e33310b This commit brings in a new refactored TCP stack called Rack. rrs 2018-06-07 18:18:13 +0000
  • b40c48e057 Load balance sockets with new SO_REUSEPORT_LB option. sbruno 2018-06-06 15:45:57 +0000
  • 44e0190a8c iflib(9): Add support for cloning pseudo interfaces mmacy 2018-05-11 20:08:28 +0000
  • 6a98562b52 Revert r332894 at the request of the submitter. sbruno 2018-04-24 19:55:12 +0000
  • 5c636abe89 Load balance sockets with new SO_REUSEPORT_LB option sbruno 2018-04-23 19:51:00 +0000
  • 341e131f7f Add 32-bit compat for ioctls that take struct ifgroupreq. brooks 2018-04-05 22:14:55 +0000
  • 79291d6123 Use an accessor function to access ifr_data. brooks 2018-03-30 18:50:13 +0000
  • c0f64943e7 Implement several enhancements to NUMA policies. jeff 2018-03-29 02:54:50 +0000
  • f967e60cab Fix access to ifru_buffer on freebsd32. brooks 2018-03-27 18:26:50 +0000
  • b0250c7356 Allow to specify PCP on packets not belonging to any VLAN. kib 2018-03-27 15:29:32 +0000
  • 9cea1c4489 Move uio enums to sys/_uio.h. brooks 2018-03-27 15:20:03 +0000
  • 61d5f8adfa Add the "TCP Blackbox Recorder" jtl 2018-03-22 09:40:08 +0000
  • 4d144963ea Add _IOC_NEWLEN() and _IOC_NEWTYPE() macros. brooks 2018-03-16 22:23:04 +0000
  • b4d6660d85 This is an implementation of the client side of TCP Fast Open (TFO) pkelsey 2018-02-26 02:53:22 +0000
  • b43341334e Follow the RFC6980 and silently ignore following IPv6 NDP messages ae@FreeBSD.org 2017-12-15 12:37:32 +0000
  • ba2eaf10ad SPDX: license IDs for some ISC-related files. pfg 2017-12-08 15:57:29 +0000
  • d937538075 Garbage collect IFCAP_POLLING_NOCOUNT. glebius 2017-12-06 23:03:34 +0000
  • fba31eac2e sys/sys: further adoption of SPDX licensing ID tags. pfg 2017-11-27 15:01:59 +0000
  • 1329e846c7 include: further adoption of SPDX licensing ID tags. pfg 2017-11-20 19:45:28 +0000
  • 9f0f4785e8 sys: further adoption of SPDX licensing ID tags. pfg 2017-11-20 19:43:44 +0000
  • 91e828be4f Use hardware timestamps to report packet timestamps kib 2017-11-07 09:46:26 +0000
  • 7ff81234c4 Add a place for a driver to report rx timestamps kib 2017-11-07 09:29:14 +0000
  • 1182b9fe17 if: Add ioctls to get RSS key and hash type/function. sephe 2017-09-05 05:28:52 +0000
  • b329ee9386 Correct sysctl names. des 2017-08-09 07:24:58 +0000
  • 471f29861e Relax visibility for some termios symbols. kib 2017-08-04 09:45:40 +0000
  • eb82d7086c Implement address space guards. kib 2017-06-24 17:01:11 +0000
  • 99b9b925fe Listening sockets improvements. glebius 2017-06-08 21:30:34 +0000
  • ca3b7a988a Implement INHERIT_ZERO for minherit(2). delphij 2017-03-14 17:10:42 +0000
  • 16636ede3c Renumber copyright clause 4 imp 2017-02-28 23:42:47 +0000
  • 08139e557b mprotect(): Change prototype to comply to POSIX. ed@FreeBSD.org 2016-08-03 06:33:04 +0000
  • c3df6d5155 Implement process-shared locks support kib 2016-02-28 17:52:33 +0000
  • 7cfc736e89 Add a new file operations hook for mmap jhb 2015-06-04 19:41:15 +0000
  • 60b466fbc2 Retire the unimplemented MAP_RENAME jhb 2014-10-18 12:28:51 +0000
  • 3d5043e2cb Add a new fo_fill_kinfo fileops method jhb 2014-09-22 16:20:47 +0000
  • de24ef326d Add MAP_EXCL flag for mmap(2). kib 2014-06-19 05:00:39 +0000
  • 472476a5a7 Add a mmap flag (MAP_32BIT) on 64-bit platforms jhb 2013-09-09 18:11:59 +0000
  • e6a85661ce Implement read(2)/write(2) and neccessary lseek(2) kib 2013-08-21 17:45:00 +0000
  • 5d29023c11 Add __nl_item to <sys/_types.h> and use it Sebastian Huber 2018-08-23 12:13:02 +0200
  • 36cb95f602 CYgwin: fix typo in comment Corinna Vinschen 2018-08-24 13:36:06 +0200
  • 3bc64b88c3 RTEMS: Add __tls_get_addr() to crt0 Sebastian Huber 2018-08-20 13:20:06 +0200
  • 71b4e3b336 Cygwin: get_mem_values: Fix prototype Corinna Vinschen 2018-08-17 20:40:18 +0200
  • 09c114d7e2 Cygwin: document /proc/<PID>/status and /proc/<PID>/statm patches Corinna Vinschen 2018-08-17 19:21:51 +0200
  • c2fa05899d Cygwin: get_mem_values: Return number of Cygwin pages in arguments Corinna Vinschen 2018-08-17 20:31:24 +0200
  • 7b70195f5d Cygwin: get_mem_values: Convert arguments to call-by-reference Corinna Vinschen 2018-08-17 20:30:32 +0200
  • 630294d373 Cygwin: get_mem_values: Return allocation as size_t values Corinna Vinschen 2018-08-17 19:30:28 +0200
  • ca2ec0c5cc Revert "Use allocation granularity as the 'page_size' in /proc/<pid>/status as well, for consistency with /proc/<pid>/statm" Corinna Vinschen 2018-08-17 19:16:42 +0200