aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* nfsv4 pnfs client: fix updating of the layout stateid.seqidRick Macklem2021-04-011-3/+12
* MFC 874b1a35486b570513680c3d456b062ba097e1d9:Cy Schubert2021-04-013-8/+3
* MFC 4e38478c595a:Hans Petter Selasky2021-04-013-8/+8
* MFC 31070b5bc77a:Hans Petter Selasky2021-04-011-95/+104
* Get rid of i386 ref here as linux64 is a 64-bit module.Dmitry Chagin2021-04-011-5/+2
* amd64: Make KPDPphys local to pmap.cMark Johnston2021-03-312-2/+1
* Fix several dev_clone callbacks to avoid out-of-bounds readsMark Johnston2021-03-312-3/+2
* pfsync: Unconditionally push packets when requesting state updatesThomas Kurschel2021-03-311-1/+3
* Fetch the sigfastblock value in syscalls that wait for signalsJonathan T. Looney2021-03-301-0/+6
* Put bandaid for nhgrp_dump_sysctl() malloc KASSERT().Alexander V. Chernikov2021-03-301-1/+3
* Fix nexhtop group index array scaling.Alexander V. Chernikov2021-03-301-2/+2
* xnb: Don't pass SIOC{ADD,DEL}MULTI to ifmedia_ioctl().John Baldwin2021-03-291-0/+1
* Rename linux_set_upcall_kse() to linux_set_upcall().John Baldwin2021-03-298-12/+12
* x86: Reduce code duplication in cpu_fork() and cpu_copy_thread().John Baldwin2021-03-292-214/+137
* aarch64: Clear TLS registers during exec().John Baldwin2021-03-292-0/+10
* x86: Update some stale comments in cpu_fork() and cpu_copy_thread().John Baldwin2021-03-292-4/+8
* x86: Always use clean FPU and segment base state for new kthreads.John Baldwin2021-03-293-30/+81
* Set TDP_KTHREAD before calling cpu_fork() and cpu_copy_thread().John Baldwin2021-03-293-14/+16
* Don't pass RFPROC to kproc_create(), it is redundant.John Baldwin2021-03-292-2/+2
* Remove unused wrappers around kproc_create() and kproc_exit().John Baldwin2021-03-292-8/+0
* x86: Copy the FPU/XSAVE state from the creating thread to new threads.John Baldwin2021-03-292-7/+15
* amd64: Cleanups to setting TLS registers for Linux binaries.John Baldwin2021-03-292-21/+5
* amd64: Only update fsbase/gsbase in pcb for curthread.John Baldwin2021-03-291-2/+4
* Hyper-V: hn: Initialize the internal field of per packet info on tx pathWei Hu2021-03-291-0/+1
* Hyper-V: hn: Enable vSwitch RSC support in hn netvsc driverWei Hu2021-03-297-90/+269
* Hyper-V: hn: Store host hash value in flowidWei Hu2021-03-291-4/+15
* Zero `struct weightened_nhop` fields in nhgrp_get_addition_group().Alexander V. Chernikov2021-03-281-1/+1
* accept_filter: Fix filter parameter handlingMark Johnston2021-03-281-0/+1
* pf: Handle unmapped mbufs when computing checksumsMark Johnston2021-03-281-0/+9
* bhyve: support relocating fbuf and passthru data BARsD Scott Phillips2021-03-266-2/+72
* bhyve amd: Small cleanups in amdvi_dump_cmdsKa Ho Ng2021-03-261-2/+1
* Plug nexthop group refcount leak.Alexander V. Chernikov2021-03-251-4/+14
* Fix panic when destroying interface with ECMP routes.Alexander V. Chernikov2021-03-251-2/+11
* Fix kassert panic when inserting multipath routes from multiple threads.Alexander V. Chernikov2021-03-251-1/+3
* Teach DTrace that unaligned accesses are OK on aarch64, not just x86.Robert Watson2021-03-251-1/+1
* Tune DTrace 'aframes' for the FBT and profile providers on arm64.Robert Watson2021-03-252-4/+4
* random(9): Restore historical [0,2^31-1] output range and related man documen...Lawrence Stewart2021-03-251-1/+1
* mn: report that this driver is removed in 14, not 13Ed Maste2021-03-251-1/+1
* arm64: implement COMPAT_FREEBSD32 fill/set dbregs/fpregsEd Maste2021-03-241-8/+7
* MFC 1acf24a044aa:Hans Petter Selasky2021-03-242-0/+16
* nvme: Replace potentially long DELAY() with pause().Alexander Motin2021-03-241-13/+11
* netmap: fix issues in nm_os_extmem_create()Vincenzo Maffione2021-03-231-6/+10
* pf: pool/kpool conversion codeKristof Provost2021-03-231-2/+37
* pchtherm: fix a wrong bit and a wrong register useMichal Vanco2021-03-231-2/+2
* MFC dfb33cb0ef48:Hans Petter Selasky2021-03-231-2/+8
* MFC d1cbe7908986:Hans Petter Selasky2021-03-231-1/+2
* MFC 6eb60f5b7f7d:Hans Petter Selasky2021-03-232-3/+3
* MFC ebe5cf355dca:Hans Petter Selasky2021-03-236-9/+100
* MFC c743a6bd4fc0:Hans Petter Selasky2021-03-232-0/+14
* nlmrsa: Mark deprecated for 14.John Baldwin2021-03-221-0/+1