summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix NOINET6 build broken by r368571.Alexander V. Chernikov2020-12-121-1/+1
* ipfw kfib algo: Use rt accessors instead of accessing rib/rtentry directly.Alexander V. Chernikov2020-12-111-112/+57
* zfs: quiet gcc -Wmissing-include-dirsRyan Libby2020-12-111-1/+0
* if_wg: appease gccRyan Libby2020-12-114-10/+0
* ffs: quiet -Wstrict-prototypesRyan Libby2020-12-111-0/+1
* qat: quiet -Wredundant-declsRyan Libby2020-12-111-2/+0
* ntb: quiet gcc -Wreturn-typeRyan Libby2020-12-111-0/+1
* cache_fplookup: quiet gcc -Wreturn-typeRyan Libby2020-12-111-0/+1
* ndis(4): expand deprecation to the whole driverBrooks Davis2020-12-113-1/+6
* hme(4): Remove as previous announcedBrooks Davis2020-12-1112-2656/+2
* riscv: small counter(9) improvementsMitchell Horne2020-12-111-17/+8
* style(9): Correct whitespace in struct definitionsBrooks Davis2020-12-111-7/+7
* Revert r366943. It did not work as expected.Jung-uk Kim2020-12-111-1/+0
* riscv: handle debug.debugger_on_trap for fatal page faultsMitchell Horne2020-12-101-0/+12
* linux_dma: Ensure proper flags pass to allocators.Bryan Drewery2020-12-101-3/+3
* contig allocs: Don't retry forever on M_WAITOK.Bryan Drewery2020-12-101-4/+16
* Add deprecation notice for bvmconsole and bvmdebugRobert Wing2020-12-102-0/+4
* fd: make serialization in fdescfree_fds conditional on hold countMateusz Guzik2020-12-101-3/+7
* hyperv/vmbus: avoid crash, panic if vbe fb info is missingBradley T. Hughes2020-12-101-17/+15
* dmar: reserve memory windows of PCIe root portRyan Libby2020-12-093-5/+131
* netgraph: macfilter: small fixesKyle Evans2020-12-091-19/+19
* Plug a race between fd table teardown and several loopsMark Johnston2020-12-091-0/+12
* Use refcount_load(9) to load fd table reference countsMark Johnston2020-12-091-9/+14
* dev/mfi: Make a seemingly bogus conditional unconditionalJustin Hibbits2020-12-091-9/+5
* Merge OpenSSL 1.1.1i.Jung-uk Kim2020-12-097-39/+56
* Fixup r368446 with KERN_TLS.Gleb Smirnoff2020-12-081-2/+2
* cpuset_set{affinity,domain}: do not allow empty masksKyle Evans2020-12-081-5/+14
* kern: cpuset: resolve race between cpuset_lookup/cpuset_relKyle Evans2020-12-081-2/+10
* kern: cpuset: plug a unr leakKyle Evans2020-12-081-0/+5
* arm64: fix struct l_sigaction_t layoutMitchell Horne2020-12-081-1/+1
* Check that the frame pointer is within the current stack.John Baldwin2020-12-087-34/+29
* Stack unwinding robustness fixes for RISC-V.John Baldwin2020-12-086-17/+30
* [ath] also remove the magic size value here for the transmit antenna statistics.Adrian Chadd2020-12-081-1/+2
* [ath] Don't use hard-coded values in the sanity check.Adrian Chadd2020-12-081-3/+6
* [ath] replace the hard-coded magic values in if_athioctl.h with constant definesAdrian Chadd2020-12-081-4/+11
* The list of ports in configuration path shall be protected by locks,Gleb Smirnoff2020-12-081-6/+4
* Convert LAGG_RLOCK() to NET_EPOCH_ENTER(). No functional changes.Gleb Smirnoff2020-12-081-43/+50
* Use a macro to find the offset of kern_ttbr0Andrew Turner2020-12-082-1/+2
* Free the arm64 bootparams memory after initarmAndrew Turner2020-12-081-0/+2
* New Netgraph module ng_macfilter:Nick Hibma2020-12-085-0/+1021
* In ext2fs, BA_CLRBUF is used in ext2_balloc() not UFS_BALLOC().Kirk McKusick2020-12-081-1/+1
* Bump __FreeBSD_version for removal of crypto fd's in r368005.John Baldwin2020-12-071-1/+1
* Ensure the boot CPU is CPU 0 on arm64Andrew Turner2020-12-071-39/+66
* arm: Let the GDB stub write to SP, LR and GP registersMark Johnston2020-12-072-2/+18
* iflib: Avoid leaking the freelist bitmaps upon driver detachMark Johnston2020-12-071-0/+2
* iflib: Detach tasks upon device registration failureMark Johnston2020-12-071-55/+34
* Fix compilation after r368397.Hans Petter Selasky2020-12-071-1/+1
* Prefer using the MIN() function macro over the min() inline functionHans Petter Selasky2020-12-072-2/+2
* Allow sys/refcount.h to be used by standalone builds.Hans Petter Selasky2020-12-071-1/+1
* uma: Make uma_zone_set_maxcache() work better with small limitsMark Johnston2020-12-062-45/+34