aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* nfscl: Add an argument to nfscl_tryclose()Rick Macklem2021-10-153-8/+8
* kern_exec: Add kern.stacktop sysctl.Dawid Gorecki2021-10-152-1/+31
* setrlimit: Take stack gap into account.Dawid Gorecki2021-10-157-7/+19
* nfscl: Restructure nfscl_freeopen() slightlyRick Macklem2021-10-153-16/+28
* ktls: Defer creation of threads and zones until first use.John Baldwin2021-10-141-58/+115
* Fix typo in commentKonstantin Belousov2021-10-141-1/+1
* StyleKonstantin Belousov2021-10-141-1/+1
* cxgbe: Only run ktls_tick when NIC TLS is enabled.John Baldwin2021-10-141-12/+9
* powerpc64: make radix with superpages defaultLeandro Lupori2021-10-142-2/+4
* nvme: Reduce traffic to the doorbell registerWarner Losh2021-10-141-1/+4
* powerpc64: fix OFWFB with Radix MMULeandro Lupori2021-10-144-16/+46
* ng_ppp(4): Fix a typo in a commentGordon Bergling2021-10-141-1/+1
* unionfs: Ensure SAVENAME is set for unionfs vnode operationsJason A. Harmening2021-10-142-17/+24
* selsocket: handle sopoll() errors correctlyBrooks Davis2021-10-131-4/+4
* nfscl: Make nfscl_getlayout() acquire the correct pNFS layoutRick Macklem2021-10-133-11/+12
* ktls: Ensure FIFO encryption order for TLS 1.0.John Baldwin2021-10-132-3/+115
* ktls: Reject attempts to enable AES-CBC with TLS 1.3.John Baldwin2021-10-131-0/+4
* Remove in_ifaddr_lock acquisiton to access in_ifaddrhead.Gleb Smirnoff2021-10-139-63/+23
* mount: Check for !VDIR mount points before handling -o emptydirMark Johnston2021-10-132-8/+3
* pf: Introduce pf_nvbool()Kristof Provost2021-10-132-2/+13
* Allow the BPF to be select for write. This is needed for boost:asioHartmut Brandt2021-10-101-3/+32
* nfscl: Fix another deadlock related to the NFSv4 clientID lockRick Macklem2021-10-131-0/+4
* Stop creating socket aio kprocs during boot.John Baldwin2021-10-121-2/+0
* nvme: Restore hotplug warningWarner Losh2021-10-121-1/+2
* Restore PPS_SYNC in NOTESKonstantin Belousov2021-10-123-4/+6
* Prevent repeated deallocation of a resource.Ruslan Bukin2021-10-121-1/+7
* Stop reading the arm64 domain when it's knownAndrew Turner2021-10-121-3/+3
* fifos: delegate unhandled kqueue filters to underlying filesystemKyle Evans2021-10-123-1/+7
* nfscl: Fix a deadlock related to the NFSv4 clientID lockRick Macklem2021-10-124-23/+26
* forward declare struct threadWarner Losh2021-10-111-0/+1
* sysctl.h: Less namespace pollutionWarner Losh2021-10-111-13/+7
* sysctl: make sys/sysctl.h self containedWarner Losh2021-10-111-1/+6
* O_PATH: allow vfs_extattr syscallsGreg V2021-10-111-4/+4
* vfs: remove thread argument from VOP_STATMateusz Guzik2021-10-1120-43/+28
* vfs: remove cn_threadMateusz Guzik2021-10-1126-113/+94
* Add missing const after 6c4f95161d6eAlex Richardson2021-10-111-1/+1
* virtio: make the write_config buffer argument constAlex Richardson2021-10-116-19/+19
* linuxkpi: implement ida_alloc()Alex Richardson2021-10-111-0/+5
* linuxkpi: Allow BUILD_BUG_ON in if statements without bracesAlex Richardson2021-10-111-1/+1
* linuxkpi: add PAGE_ALIGNED macroAlex Richardson2021-10-111-0/+2
* linuxkpi: Add sg_init_oneAlex Richardson2021-10-111-0/+7
* Allocate arm64 per-CPU data in the correct domainAndrew Turner2021-10-114-18/+39
* Only demote when needed in the arm64 pmap_change_props_lockedAndrew Turner2021-10-111-31/+45
* Add pmap_change_prot on arm64Andrew Turner2021-10-113-14/+83
* nfsd: Disable the NFSv4.2 Allocate operation by defaultRick Macklem2021-10-111-0/+22
* nfscl: Fix NFS VOP_ALLOCATE for mounts without Allocate supportRick Macklem2021-10-101-7/+2
* Enable PPS_SYNC on amd64, arm64 and armv7Konstantin Belousov2021-10-106-6/+22
* vfs: add predicts to getvnode and getvnode_pathMateusz Guzik2021-10-101-2/+4
* Retire code added to support CloudABIMateusz Guzik2021-10-107-187/+14
* vmci: fix panic due to freeing unallocated resourcesMark Peek2021-10-095-4/+61