aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-102-0/+5
* 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
* fileargs: add testsMariusz Zaborski2021-01-093-0/+625
* 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
* ldd: renumber executable type constantsEd Maste2021-01-091-2/+2
* diff: honour flags with -qEd Maste2021-01-092-1/+13
* sysctl: improve debug.kdb.panic_str descriptionWarner Losh2021-01-091-1/+1
* last(1): Add EXAMPLES sectionFernando Apesteguía2021-01-091-4/+22
* man(1): Bump .DdFernando Apesteguía2021-01-091-1/+1
* man(1): Add EXAMPLES sectionFernando Apesteguía2021-01-091-0/+35
* 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
* certctl: factor out certname resolutionKyle Evans2021-01-091-2/+17
* certctl: replace hardcoded uses of /usr/localKyle Evans2021-01-091-2/+3
* fix big-endian platforms after 6733401935f8Chuck Tuffli2021-01-081-5/+9
* Fix 32-bit build post 6733401935f83754b4b2744bc3d33ef84b1271e0Dimitry Andric2021-01-081-1/+1
* dtrace: Fix /"string" == NULL/ comparisons using an uninitialized value.Bryan Drewery2021-01-082-1/+8
* bsd.compat.mk: Allow finding non-internal librariesBryan Drewery2021-01-082-1/+2
* Makefile.inc1: Avoid using release/Makefile for VERSION.Bryan Drewery2021-01-081-7/+5
* sifive_uart: quiet GCC -Werror=parenthesesMitchell Horne2021-01-081-1/+1
* sysctl: implement debug.kdb.panic_strWarner Losh2021-01-082-2/+23
* i386 kernel is not built with vt_vbefbToomas Soome2021-01-082-0/+2
* linuxkpi: handle ARIKonstantin Belousov2021-01-082-6/+15
* libregex: re-enable `make check`Kyle Evans2021-01-081-1/+1
* libc: regex: rework unsafe pointer arithmeticMiod Vallat2021-01-081-12/+14
* Fix 32-bit build post 5cc52631b3b88dfc36d8049dc8bece8573c5f9af.Cy Schubert2021-01-081-3/+3
* 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-082-8/+26
* 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