aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* pf: Move prototypes for userspace functions to userspace headerKristof Provost2021-04-101-8/+1
* pf: Implement nvlist variant of DIOCGETRULEKristof Provost2021-04-105-6/+473
* pf: Introduce nvlist variant of DIOCADDRULEKristof Provost2021-04-107-140/+697
* amd64: clear debug registers on execing 32bit Linux binaryKonstantin Belousov2021-04-101-0/+2
* amd64: clear debug registers on execing 32bit native binaryKonstantin Belousov2021-04-101-0/+2
* amd64 linux64: use x86_clear_dbregs()Konstantin Belousov2021-04-101-21/+1
* x86: use x86_clear_dbregs() on forkKonstantin Belousov2021-04-102-12/+2
* x86: add x86_clear_dbregs() helperKonstantin Belousov2021-04-103-42/+59
* Fix a typo in a comment: frame -> framework.John Baldwin2021-04-091-1/+1
* nlmrsa: Remove this deprecated driver.John Baldwin2021-04-094-551/+0
* tcp_hostcache: make THC_LOCK/UNLOCK macros to work with hash head pointer.Gleb Smirnoff2021-04-091-14/+14
* tcp_hostcache: style(9)Gleb Smirnoff2021-04-091-26/+27
* tcp_hostcache: remove extraneous check.Gleb Smirnoff2021-04-091-6/+0
* tcp_hostcache: implement tcp_hc_updatemtu() via tcp_hc_update.Gleb Smirnoff2021-04-091-30/+5
* Stop arming kqueue timers on knote owner suspend or terminateKonstantin Belousov2021-04-096-7/+61
* Add helper for kqueue timers callout schedulingKonstantin Belousov2021-04-091-4/+13
* Stop arming realtime posix process timers on suspend or terminateKonstantin Belousov2021-04-092-9/+40
* Stop arming periodic process timers on suspend or terminateKonstantin Belousov2021-04-094-4/+43
* Implement better rebuild-delay fib algo policy.Alexander V. Chernikov2021-04-091-61/+228
* netmap: vtnet: remove unused variableVincenzo Maffione2021-04-091-2/+1
* pci_dw: Trim ATU windows bigger than 4GBWojciech Macek2021-04-091-0/+12
* struct mount uppers: correct locking annotationsKonstantin Belousov2021-04-081-2/+3
* nfsd: fix replies from session cache for retried RPCsRick Macklem2021-04-082-1/+8
* Enforce check for using the return result for ifa?_try_ref().Alexander V. Chernikov2021-04-051-2/+2
* tcp: Use jenkins_hash32() in hostcacheRichard Scheffenegger2021-04-081-7/+12
* tcp_hostcache.c: remove unneeded includes.Gleb Smirnoff2021-04-081-14/+0
* tcp_hostcache: add bool argument for tcp_hc_lookup() to tell are weGleb Smirnoff2021-04-081-25/+20
* tcp_hostcache: hide rmx_hits/rmx_updates under ifdef.Gleb Smirnoff2021-04-081-3/+22
* Remove tcp_hostcache.h. Everything is private.Gleb Smirnoff2021-04-082-85/+42
* tcp: Prepare PRR to work with NewReno LossRecoveryRichard Scheffenegger2021-04-082-5/+7
* [tcp] Fix ECN on finalizing sessions.Richard Scheffenegger2021-04-081-1/+1
* Clean up the style in the arm64 bus.hAndrew Turner2021-04-081-12/+14
* arm64: clear debug register state on forkMitchell Horne2021-04-081-0/+3
* pf: Remove unused variable rt_listid from struct pf_kruleKristof Provost2021-04-082-3/+0
* vfs: replace vfs_smr_quiesce with vfs_smr_synchronizeMateusz Guzik2021-04-082-7/+7
* arm64: Fix finding the pmc event IDAndrew Turner2021-04-082-2/+3
* Discard the arm64 VFP state before resetting itAndrew Turner2021-04-081-2/+8
* netmap: vtnet: add support for netmap offsetsVincenzo Maffione2021-04-071-6/+10
* ipmi,smbios: move smbios_walk_table to smbios.hGreg V2021-04-072-31/+29
* smbios: support getting address from EFIGreg V2021-04-076-11/+25
* Add IDs for ASMedia ASM116x PCIe 3.0 AHCI controllers.Alexander Motin2021-04-071-0/+5
* Remove more remnants of sio(4)Mark Johnston2021-04-074-39/+0
* capsicum: Limit socket operations in capability modeMark Johnston2021-04-0711-14/+46
* pf: Do not short-circuit processing for REPLY_TOKristof Provost2021-04-071-4/+2
* libnv: Allow use in non-sleepable contextsKristof Provost2021-04-071-4/+4
* Introduce "soft" serseq variant.Alexander Motin2021-04-064-14/+27
* cache: update an assert on CACHE_FPL_STATUS_ABORTEDMateusz Guzik2021-04-061-1/+2
* mount: Disallow mounting over a jail rootMark Johnston2021-04-061-3/+3
* vm_fault: Shoot down multiply mapped COW source page mappingsMark Johnston2021-04-061-4/+25
* pci_user: fix build for 32-bit platformsMarcin Wojtas2021-04-061-4/+3