Commit Graph

  • 315c420e1b Add _REENT_CVTLEN(ptr) Matt Joyce 2022-02-03 11:19:14 +0100
  • f89ce35d83 Add _REENT_CLEANUP(ptr) Matt Joyce 2022-02-03 10:18:53 +0100
  • 50f078b48c Add _REENT_LOCALE(ptr) Matt Joyce 2022-02-02 12:47:30 +0100
  • 0985d418cb Add _REENT_INC(ptr) Matt Joyce 2022-02-02 09:49:00 +0100
  • e56801f34d Add _REENT_STDERR(ptr) Matt Joyce 2022-02-01 13:05:53 +0100
  • 3266a46327 Add _REENT_STDOUT(ptr) Matt Joyce 2022-02-01 12:37:46 +0100
  • 627a5cb413 Add _REENT_STDIN(ptr) Matt Joyce 2022-01-28 10:58:36 +0100
  • f3b8138239 Add _REENT_ERRNO(ptr) Matt Joyce 2022-01-18 10:13:04 +0100
  • d0d78e96eb Define _REENT_EMERGENCY(ptr) only once Matt Joyce 2022-05-16 10:54:31 +0200
  • a3fe1ed573 Move content in <sys/reent.h> Sebastian Huber 2022-05-18 19:21:44 +0200
  • 56d5a57e5f
    Update FAQs which are out of date on the details of setup UI Jon Turney 2022-07-01 15:21:38 +0100
  • b441bad182
    Update FAQs for removal of 32-bit Cygwin Jon Turney 2022-07-01 15:20:42 +0100
  • 9193f6efde Cygwin: clipboard: Add workaround for setting clipboard failure. Takashi Yano 2022-07-02 12:08:51 +0900
  • 1db7cf5ce6 RTEMS: Add README Sebastian Huber 2022-07-11 08:26:42 +0200
  • c1abc93988 libc/syslog: fully deprecate and don't try to open "/dev/log" Gleb Smirnoff 2022-06-24 09:09:11 -0700
  • cf2ba7d7f8 arp: Implement sticky ARP mode for interfaces. Konrad Sewiłło-Jopek 2022-05-27 11:02:57 +0000
  • 27dfb5f33f Correctly measure system load averages > 1024 Alan Somers 2022-05-05 15:35:23 -0600
  • 0ed668df2c Add ifcap2 names for RXTLS4 and RXTLS6 interface capabilities Konstantin Belousov 2021-12-15 05:03:23 +0200
  • 361bd82a1f Kernel-side infrastructure to implement nvlist-based set/get ifcaps Konstantin Belousov 2021-10-17 18:00:34 +0300
  • aeced2f48a tcp: LRO code to deal with all 12 TCP header flags Richard Scheffenegger 2022-02-01 17:25:49 +0100
  • a9a87c1921 kernel: deprecate Internet Class A/B/C Mike Karels 2021-10-26 22:01:09 -0500
  • 73784208e3 tcp: socket option to get stack alias name Peter Lei 2021-10-25 20:08:54 -0700
  • 0464f26db0 tcp: Add hystart-plus to cc_newreno and rack. Randall Stewart 2021-10-22 07:10:28 -0400
  • 57703f72c8 tcp: Add support for DSACK based reordering window to rack. Randall Stewart 2021-08-17 16:29:22 -0400
  • 4bf5c259d3 tsleep: Add a PNOLOCK flag Andrew Gallatin 2021-08-05 17:16:30 -0400
  • 356891f5e0 socket: Implement SO_RERROR Roy Marples 2021-07-28 08:46:59 -0700
  • 5260d10c98 pf: syncookie support Kristof Provost 2021-05-20 11:54:41 +0200
  • b89c5a3e88 tcp: Add a socket option to rack Randall Stewart 2021-05-26 06:43:30 -0400
  • d4971b6464 tcp: SACK Lost Retransmission Detection (LRD) Richard Scheffenegger 2021-05-10 18:47:47 +0200
  • a00ca7bd54 This brings into sync FreeBSD with the netflix Randall Stewart 2021-05-06 11:22:26 -0400
  • 8424d5c949 Use thunks for compat ioctls using struct ifgroupreq. John Baldwin 2021-05-05 13:59:00 -0700
  • 19a627f3a4 ioccom: define ioctl cmd value that can never be valid Konstantin Belousov 2021-04-22 22:40:08 +0300
  • 363527bb03 poll(2): Add POLLRDHUP. Thomas Munro 2021-04-28 21:31:38 +1200
  • 85140fb378 tcp: add support for TCP over UDP Michael Tuexen 2021-04-18 16:08:08 +0200
  • defb5ffed4 termios: add more speeds Bjoern A. Zeeb 2021-03-10 22:17:07 +0000
  • 3be97ff62c Revert "SO_RERROR indicates that receive buffer overflows" Alexander V. Chernikov 2021-02-08 22:30:39 +0000
  • 2ba2e1e052 SO_RERROR indicates that receive buffer overflows Alexander V. Chernikov 2021-02-07 17:21:18 +0000
  • 8054ce555f Expose clang's alignment builtins and use them for roundup2/rounddown2 Alex Richardson 2021-02-03 15:27:17 +0000
  • 5bc5689a6a Catch up with 6edfd179c86: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG. Gleb Smirnoff 2021-01-28 13:08:48 -0800
  • 581bde91a5 Add tcgetwinsize(3) and tcsetwinsize(3) to termios Konstantin Belousov 2020-12-25 01:05:31 +0200
  • c76896074b Filter TCP connections to SO_REUSEPORT_LB listen sockets by NUMA domain Andrew Gallatin 2020-12-19 22:04:46 +0000
  • 70b6efc47d style(9): Correct whitespace in struct definitions Brooks Davis 2020-12-11 01:00:07 +0000
  • 3f7425e8bb unix(4): Enhance LOCAL_CREDS_PERSISTENT ABI Conrad Meyer 2020-11-17 20:01:21 +0000
  • 55dec604f8 unix(4): Add SOL_LOCAL:LOCAL_CREDS_PERSISTENT Conrad Meyer 2020-11-03 01:17:45 +0000
  • 1cb590ab48 Integrate 4.4BSD-Lite2 changes to IOC_* definitions Warner Losh 2020-10-30 22:00:35 +0000
  • 5ea36d92e6 Support hardware rate limiting (pacing) with TLS offload. John Baldwin 2020-10-29 00:23:16 +0000
  • b8e36b9251 Implement SIOCGIFALIAS. Andrey V. Elsukov 2020-10-14 09:22:54 +0000
  • 3f0cc70c13 Add IP(V6)_VLAN_PCP to set 802.1 priority per-flow. Richard Scheffenegger 2020-10-09 12:06:43 +0000
  • ec997fae0e Fix typo. Konstantin Belousov 2020-10-07 10:58:56 +0000
  • 48ba673ce9 Introduce scalable route multipath. Alexander V. Chernikov 2020-10-03 10:47:17 +0000
  • 9dd91a8330 add SIOCGIFDATA ioctl Ed Maste 2020-09-28 16:54:39 +0000
  • 7b30b9f648 TCP: send full initial window when timestamps are in use Richard Scheffenegger 2020-09-25 10:38:19 +0000
  • 43e76bafcd Add two new ifnet capabilities Navdeep Parhar 2020-09-18 02:10:28 +0000
  • 1306ff4c92 Support for userspace non-transparent superpages (largepages). Konstantin Belousov 2020-09-09 22:12:51 +0000
  • 1a5f14a0c5 Include the psind in data returned by mincore(2). Mark Johnston 2020-09-02 18:16:43 +0000
  • d066d123f1 sys: clean up empty lines in .c and .h files Mateusz Guzik 2020-09-01 22:12:58 +0000
  • 27fc846731 net: clean up empty lines in .c and .h files Mateusz Guzik 2020-09-01 21:19:14 +0000
  • 941cda2c16 Add SOL_LOCAL symbolic constant for unix socket option level. Konstantin Belousov 2020-08-03 22:13:02 +0000
  • c95c267a46 shm_open2: Implement SHM_GROW_ON_WRITE Kyle Evans 2020-07-10 00:43:45 +0000
  • 1a840361e8 HyperV socket implementation for FreeBSD Wei Hu 2020-05-20 11:03:59 +0000
  • 7293d1e7b6 Initial support for kernel offload of TLS receive. John Baldwin 2020-04-27 23:17:19 +0000
  • 1da65b8919 This change does a small prepratory step Randall Stewart 2020-04-27 16:30:29 +0000
  • b948693357 Convert route caching to nexthop caching. Alexander V. Chernikov 2020-04-25 09:06:11 +0000
  • 09e5cb57a0 Make the path length of UNIX domain sockets Jonathan T. Looney 2020-04-14 15:27:24 +0000
  • 86484e84d7 Introduce nexthop objects and new routing KPI. Alexander V. Chernikov 2020-04-12 14:30:00 +0000
  • f3303cf1d5 Although most of the NIC drivers are epoch ready, Gleb Smirnoff 2020-02-24 21:07:30 +0000
  • 0dfcaa0211 White space cleanup -- Randall Stewart 2020-02-12 13:31:36 +0000
  • 301991542a Introduce flag IFF_NEEDSEPOCH Gleb Smirnoff 2020-01-23 01:41:09 +0000
  • ebbb6536b7 Add flags for upcoming patches related to improved ECN handling. Michael Tuexen 2019-12-31 14:32:48 +0000
  • 0c4d87ca5f Make use of the stats(3) framework in the TCP stack. Edward Tomasz Napierala 2019-12-02 20:58:04 +0000
  • 0c854dd6d1 Jail and capability mode for shm_rename; David Bright 2019-11-18 13:31:16 +0000
  • 12fb531a70 Add a TOE KTLS mode and a TOE hook for allocating TLS sessions. John Baldwin 2019-10-08 21:34:06 +0000
  • 1ef7e3904d MFD_*: swap ordering Kyle Evans 2019-09-29 03:26:29 +0000
  • 53648039c4 Add an shm_rename syscall David Bright 2019-09-26 15:32:28 +0000
  • 9243caa8d3 Add linux-compatible memfd_create Kyle Evans 2019-09-25 18:03:18 +0000
  • 99b66f5315 Add a shm_open2 syscall to support upcoming memfd_create Kyle Evans 2019-09-25 17:59:15 +0000
  • 878b65b3b6 This commit adds BBR (Bottleneck Bandwidth and RTT) congestion control. Randall Stewart 2019-09-24 18:18:11 +0000
  • ce921ffca8 Reduce namespace pollution from r349233 Alan Somers 2019-06-21 21:50:14 +0000
  • 5a6ad7c5bc #include <sys/types.h> from sys/filio.h Alan Somers 2019-06-20 14:35:28 +0000
  • 8fe49db783 Add FIOBMAP2 ioctl Alan Somers 2019-06-20 14:13:10 +0000
  • c42aaaea4f Move 32-bit compat support for FIODGNAME to the right place. Brooks Davis 2018-10-26 17:59:25 +0000
  • eb4cbf4fd3 sys: further adoption of SPDX licensing ID tags. Pedro F. Giffuni 2017-11-20 19:43:44 +0000
  • 5c0c0e5c77 RTEMS: Remove FreeBSD version tags Sebastian Huber 2022-07-07 10:21:59 +0200
  • 9331071f02 cdefs.h: Remove redundant #ifdefs Warner Losh 2021-09-07 09:34:02 -0600
  • f537ff8ee5 cdefs: Add a default definition for __nosanitizememory Mark Johnston 2021-07-23 10:30:00 -0400
  • 8801440e4f cdefs: Make __nosanitizeaddress work for KASAN as well Mark Johnston 2021-05-07 14:26:28 -0400
  • 65338d7299 cdefs.h: Remove __GNUCLIKE___OFFSETOF, it's unused Warner Losh 2021-05-06 16:34:55 -0600
  • 68109f904b Expose clang's alignment builtins and use them for roundup2/rounddown2 Alex Richardson 2021-02-03 15:27:17 +0000
  • c382ecde55 cdefs.h: remove intel_compiler support Warner Losh 2020-10-24 23:21:31 +0000
  • 421dcf72fb Cygwin: console: Fix an issue which causes when realloc() fails. Takashi Yano 2022-07-09 14:16:11 +0900
  • 282d57d2a8 Reduce namespace pollution from <sys/_types.h> Sebastian Huber 2022-07-07 11:20:35 +0200
  • 4ab39e0a85 RTEMS: Declare ioctl() also if _KERNEL is defined Sebastian Huber 2022-07-06 16:42:28 +0200
  • 5d4f405d3b Cygwin: redefine some macros for Linux compatibility Ken Brown 2022-07-06 14:43:16 -0400
  • d908a30fdc winsup/doc/faq-setup.xml: align help text with setup 2.919 Christian Franke 2022-07-07 12:40:11 +0200
  • fc74dbf22f Cygwin: spawn: Treat empty path as the current directory. Takashi Yano 2022-06-27 21:34:01 +0900
  • b3e25f0bc1 Cygwin: console: Fix issue of pasting very long text input again. Takashi Yano 2022-07-05 11:36:33 +0900
  • 72f855f32b Cygwin: implement getfacl(1) for socket files Ken Brown 2022-07-02 15:12:40 -0400
  • 1503d14af1 Cygwin: stdio: don't try again to read after EOF Ken Brown 2022-07-04 18:32:10 -0400
  • 2c2c2b631b Cygwin: console: Fix new bugs in cons_master_thread(). Takashi Yano 2022-07-03 10:38:13 +0900
  • 746c8116dd Cygwin: console: Allow pasting very long text input. Takashi Yano 2022-07-01 12:08:41 +0900