aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* jobc: rework detection of orphaned groups.Konstantin Belousov2021-01-104-160/+67
* kinfo_proc: move job-control related data collection into a new helper.Konstantin Belousov2021-01-101-35/+51
* Lock proctree in around fill_kinfo_proc().Konstantin Belousov2021-01-102-0/+7
* tty_wait_background: improve locking.Konstantin Belousov2021-01-101-15/+18
* pgrp: Prevent use after free.Konstantin Belousov2021-01-103-14/+21
* issignal(): when handling STOP-like signals, drop sigacts mutex earlier.Konstantin Belousov2021-01-101-2/+5
* Style. Improve some KASSERTs messages.Konstantin Belousov2021-01-103-12/+10
* amd64 pmap: add comment explaining TLB invalidation modes.Konstantin Belousov2021-01-101-17/+144
* aio: fix the tests when ZFS is not availableAlan Somers2021-01-101-0/+1
* linuxkpi: Fix the "error: unknown type name 'u32'" compilation issue whenNeel Chauhan2021-01-091-0/+1
* netmap: vtnet: stop krings during interface resetVincenzo Maffione2021-01-091-1/+7
* netmap: refactor netmap_resetVincenzo Maffione2021-01-091-45/+20
* netmap: iflib: fix asserts in netmap_fl_refill()Vincenzo Maffione2021-01-091-1/+2
* netmap: iflib: stop krings during interface resetVincenzo Maffione2021-01-092-1/+10
* tcp: don't use KTLS socket option on listening socketsMichael Tuexen2021-01-081-0/+10
* arm: revert MAXDSIZ change from 202aea9c82eaKyle Evans2021-01-091-1/+1
* kevent(2): Bugfix for wrong EVFILT_TIMER timeoutsJan Kokemüller2021-01-091-1/+1
* sysctl: improve debug.kdb.panic_str descriptionWarner Losh2021-01-091-1/+1
* mvneta: Acquire the softc lock before clearing the MIBMark Johnston2021-01-091-0/+2
* Add fib lookup testing module.Alexander V. Chernikov2021-01-092-0/+548
* Bring DPDK route lookups to FreeBSD.Alexander V. Chernikov2021-01-0917-0/+6030
* Fix LINT kernel build after 01f2e864f79584c0cd250a8e7cfb501a9985768a.Hans Petter Selasky2021-01-091-1/+4
* fix big-endian platforms after 6733401935f8Chuck Tuffli2021-01-081-5/+9
* dtrace: Fix /"string" == NULL/ comparisons using an uninitialized value.Bryan Drewery2021-01-082-1/+8
* sifive_uart: quiet GCC -Werror=parenthesesMitchell Horne2021-01-081-1/+1
* sysctl: implement debug.kdb.panic_strWarner Losh2021-01-081-0/+20
* i386 kernel is not built with vt_vbefbToomas Soome2021-01-082-0/+2
* linuxkpi: handle ARIKonstantin Belousov2021-01-082-6/+15
* arm64: gdb(4) machine-dependent bitsmhorne2021-01-084-1/+195
* arm64: remove pcb_pcmhorne2021-01-089-17/+18
* arm64: don't pass user trapframe to kdb_trap()mhorne2021-01-081-20/+2
* ddb: add ability to print user registersmhorne2021-01-081-1/+23
* mbuf: enable ext_pgs ("unmapped") mbufs by defaultAndrew Gallatin2021-01-081-1/+1
* vmd: Clean up resources properly when vmd_attach() failsMark Johnston2021-01-081-6/+6
* mpr, mps: Fix an off-by-one bug in the BTDH_MAPPING ioctlMark Johnston2021-01-082-2/+2
* mpr, mps: Fix a stack buffer overflow in the user passthru ioctlMark Johnston2021-01-082-31/+31
* safexcel: Fix a race around unblocking of crypto opsMark Johnston2021-01-082-20/+11
* safexcel: Stop using a stack buffer for the ring lock nameMark Johnston2021-01-082-3/+5
* igmp: Avoid leaking mbuf when source validation failsMark Johnston2021-01-081-0/+1
* Don't offset the UAR map twice in mlx5en(4).Hans Petter Selasky2021-01-083-13/+1
* nvmecontrol: add device self-test op and log pageChuck Tuffli2021-01-081-0/+39
* efidev: remove EFIIOC_GET_TABLE ioctlKyle Evans2021-01-082-15/+0
* Move the PMC overflow count to make it per-CPUAndrew Turner2021-01-083-9/+9
* Update hwpmc on armv7 to handle overflow betterAndrew Turner2021-01-081-7/+27
* cache: just assign ni_resflags = NIRES_ABSMateusz Guzik2021-01-081-1/+2
* mac: cheaper check for mac_vnode_check_readlinkMateusz Guzik2021-01-083-2/+20
* Update user access region, UAR, APIs in the core in mlx5core.Hans Petter Selasky2021-01-0819-603/+871
* Fix whitespace in mlx5en(4).Hans Petter Selasky2021-01-081-1/+1
* Bump driver versions for mlx5en(4) and mlx4en(4).Hans Petter Selasky2021-01-085-10/+12
* Fix memory leaks in error paths in krping.Hans Petter Selasky2021-01-081-23/+29