aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-11Include the psind in data returned by mincore(2).Mark Johnston1-1/+2
2022-07-11sys: clean up empty lines in .c and .h filesMateusz Guzik2-3/+1
2022-07-11net: clean up empty lines in .c and .h filesMateusz Guzik2-3/+0
2022-07-11Add SOL_LOCAL symbolic constant for unix socket option level.Konstantin Belousov1-0/+2
2022-07-11shm_open2: Implement SHM_GROW_ON_WRITEKyle Evans1-0/+1
2022-07-11HyperV socket implementation for FreeBSDWei Hu1-2/+2
2022-07-11Initial support for kernel offload of TLS receive.John Baldwin1-0/+3
2022-07-11This change does a small prepratory stepRandall Stewart1-3/+26
2022-07-11Convert route caching to nexthop caching.Alexander V. Chernikov1-0/+5
2022-07-11Make the path length of UNIX domain socketsJonathan T. Looney1-1/+9
2022-07-11Introduce nexthop objects and new routing KPI.Alexander V. Chernikov1-0/+1
2022-07-11Although most of the NIC drivers are epoch ready,Gleb Smirnoff1-2/+2
2022-07-11White space cleanup --Randall Stewart2-4/+4
2022-07-11Introduce flag IFF_NEEDSEPOCHGleb Smirnoff1-1/+1
2022-07-11Add flags for upcoming patches related to improved ECN handling.Michael Tuexen1-1/+2
2022-07-11Make use of the stats(3) framework in the TCP stack.Edward Tomasz Napierala1-0/+15
2022-07-11Jail and capability mode for shm_rename;David Bright1-9/+10
2022-07-11Add a TOE KTLS mode and a TOE hook for allocating TLS sessions.John Baldwin1-0/+1
2022-07-11MFD_*: swap orderingKyle Evans1-2/+2
2022-07-11Add an shm_rename syscallDavid Bright1-0/+9
2022-07-11Add linux-compatible memfd_createKyle Evans1-0/+27
2022-07-11Add a shm_open2 syscall to support upcoming memfd_createKyle Evans1-0/+6
2022-07-11This commit adds BBR (Bottleneck Bandwidth and RTT) congestion control.Randall Stewart1-0/+1
2022-07-11Reduce namespace pollution from r349233Alan Somers1-6/+6
2022-07-11#include <sys/types.h> from sys/filio.hAlan Somers1-0/+1
2022-07-11Add FIOBMAP2 ioctlAlan Somers1-0/+7
2022-07-11Move 32-bit compat support for FIODGNAME to the right place.Brooks Davis1-0/+12
2022-07-11sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni1-0/+2
2022-07-11RTEMS: Remove FreeBSD version tagsSebastian Huber25-25/+25
2022-07-11cdefs.h: Remove redundant #ifdefsWarner Losh1-4/+0
2022-07-11cdefs: Add a default definition for __nosanitizememoryMark Johnston1-0/+1
2022-07-11cdefs: Make __nosanitizeaddress work for KASAN as wellMark Johnston1-1/+7
2022-07-11cdefs.h: Remove __GNUCLIKE___OFFSETOF, it's unusedWarner Losh1-1/+0
2022-07-11Expose clang's alignment builtins and use them for roundup2/rounddown2Alex Richardson1-0/+19
2022-07-11cdefs.h: remove intel_compiler supportWarner Losh1-22/+12
2022-07-09Cygwin: console: Fix an issue which causes when realloc() fails.Takashi Yano1-5/+13
2022-07-08Reduce namespace pollution from <sys/_types.h>Sebastian Huber3-6/+8
2022-07-08RTEMS: Declare ioctl() also if _KERNEL is definedSebastian Huber1-6/+1
2022-07-07Cygwin: redefine some macros for Linux compatibilityKen Brown5-5/+21
2022-07-07winsup/doc/faq-setup.xml: align help text with setup 2.919Christian Franke1-7/+11
2022-07-05Cygwin: spawn: Treat empty path as the current directory.Takashi Yano2-2/+23
2022-07-05Cygwin: console: Fix issue of pasting very long text input again.Takashi Yano1-22/+65
2022-07-04Cygwin: implement getfacl(1) for socket filesKen Brown3-0/+82
2022-07-04Cygwin: stdio: don't try again to read after EOFKen Brown3-8/+8
2022-07-03Cygwin: console: Fix new bugs in cons_master_thread().Takashi Yano1-8/+9
2022-07-02Cygwin: console: Allow pasting very long text input.Takashi Yano5-27/+113
2022-07-01RTEMS: _KERNEL tweak for <sys/cpuset.h>Sebastian Huber1-0/+2
2022-06-27Cygwin: poll: Fix a bug on inquiring same fd with different events.Takashi Yano2-3/+10
2022-06-22newlib/libc/sys/rtems/include/sys/cpuset.hStefan Eßer1-1/+1
2022-06-22Make CPU_SET macros compliant with other implementationsStefan Eßer4-10/+15