aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sys/kern sysent: re-add dependency on capabilities.confKyle Evans2020-02-121-0/+1
* regen sysent after r357831, r357838Ed Maste2020-02-122-4/+4
* Allow getloginclass in capability modeEd Maste2020-02-121-0/+1
* Allow fdatasync in capability modeEd Maste2020-02-121-0/+1
* Don't panic under INVARIANTS when we can't allocate memory for storingMichael Tuexen2020-02-121-3/+0
* Mark the socket as disconnected when freeing the association the firstMichael Tuexen2020-02-121-25/+25
* Lets get the real correct version.. gessh. I needRandall Stewart2020-02-121-8/+10
* Implement vm.pmap.kernel_maps for RISC-VMitchell Horne2020-02-121-0/+168
* RISC-V: un-ifdef vm.kvm_size and vm.kvm_freeMitchell Horne2020-02-121-6/+6
* Opps committed the wrong ratelimit version in theRandall Stewart2020-02-122-333/+44
* White space cleanup -- remove trailing tab's or spacesRandall Stewart2020-02-1248-289/+576
* Whitespace, remove from three files trailing whiteRandall Stewart2020-02-123-64/+64
* This small fix makes it so we properly followRandall Stewart2020-02-121-1/+2
* Remove all trailing white space from the BBR/Rack fold. BitsRandall Stewart2020-02-127-403/+403
* Now that all of the stats framework isRandall Stewart2020-02-122-6/+2
* vfs: refactor vputx and add more commentMateusz Guzik2020-02-121-62/+113
* vfs: drop remaining zpcpu castsMateusz Guzik2020-02-121-4/+4
* vfs: switch to smp_rendezvous_cpus_retry for vfs_op_thread_enter/exitMateusz Guzik2020-02-123-32/+46
* rms: use smp_rendezvous_cpus_retry instead of a hand-rolled variantMateusz Guzik2020-02-121-50/+25
* Add smp_rendezvous_cpus_retryMateusz Guzik2020-02-122-0/+54
* amd64: provide custom zpcpu set/add/sub routinesMateusz Guzik2020-02-122-4/+58
* Dedup zpcpu assertions into one macro and guard the rest with #ifndefMateusz Guzik2020-02-121-3/+13
* amd64: store per-cpu allocations subtracted by __pcpuMateusz Guzik2020-02-122-2/+8
* Store offset into zpcpu allocations in the per-cpu area.Mateusz Guzik2020-02-124-8/+29
* epoch: convert zpcpu_get_cpua(.., curcpu) to zpcpu_getMateusz Guzik2020-02-121-1/+1
* Add support for debugnet in mlx5en(4).Hans Petter Selasky2020-02-121-0/+72
* Add support for disabling and polling MSIX interrupts in mlx5core.Hans Petter Selasky2020-02-123-2/+30
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processHans Petter Selasky2020-02-121-4/+4
* Make sure the so-called end of receive interrupts don't starve in iflib.Hans Petter Selasky2020-02-121-17/+42
* cxgbe(4): Update T4/5/6 firmwares to 1.24.12.0.Navdeep Parhar2020-02-1210-9/+9
* Mark hme(4) as deprecated.Brooks Davis2020-02-121-0/+2
* ng_nat: avoid panic if attached directly to ng_ether and got short packetEugene Grosbein2020-02-121-2/+7
* Remove assertion from TASK_INIT() macro, since some users ofGleb Smirnoff2020-02-111-1/+0
* Reduce lock hold time in keg_drain().Mark Johnston2020-02-112-33/+39
* Revert https://svnweb.freebsd.org/changeset/base/357761Michael Tuexen2020-02-113-5/+5
* Mark lio taskqueue as requiring network epoch.Gleb Smirnoff2020-02-111-1/+1
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-1124-41/+32
* Add flag to struct task to mark the task as requiring network epoch.Gleb Smirnoff2020-02-116-16/+54
* vfs: fix vhold race in mnt_vnode_next_lazy_relockMateusz Guzik2020-02-111-3/+8
* Add missing EPOCH(9) wrapper in ipfw(8).Hans Petter Selasky2020-02-111-0/+3
* Don't start an SCTP timer using a net, which has been removed.Michael Tuexen2020-02-112-0/+5
* amd64: remove redundant sa->code assignment from cpu_fetch_syscall_args_fallbackMateusz Guzik2020-02-111-2/+0
* capsicum: restore the cap_rights_contains symbolMateusz Guzik2020-02-112-1/+28
* if_media.h: Add 50G KR4 ethernet media type.Konstantin Belousov2020-02-112-0/+4
* if_media.c: staticize and constify ifmedia description structures used under ...Konstantin Belousov2020-02-111-16/+19
* if_media.c: use __FBSDID().Konstantin Belousov2020-02-111-1/+3
* Add PCI Express driver for the ARM Neoverse N1 System DevelopmentRuslan Bukin2020-02-115-2/+366
* Use an int instead of a bool variable, since bool is not supportedMichael Tuexen2020-02-113-5/+5
* vfs: fix device count leak on vrele racing with vgoneMateusz Guzik2020-02-101-5/+15
* Restore the behavior of allowing empty string in a string sysctlLi-Wen Hsu2020-02-101-1/+5