aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pkgbase: Rename -acct package System Accounting UtilitiesEd Maste2021-01-111-2/+2
* Use static initializers for fib algo to shift initializationAlexander V. Chernikov2021-01-111-11/+2
* cmp: fix -s (silent) when used with skip offsetsEd Maste2021-01-112-1/+17
* cmp: use C99 bool for flagsEd Maste2021-01-114-14/+17
* libdtrace: Format USDT symbols correctly based on symbol bindingMark Johnston2021-01-101-4/+10
* netmap: restore hwofs and support it in iflibVincenzo Maffione2021-01-102-26/+61
* loader: term_image_display() should test screen_bufferToomas Soome2021-01-102-0/+6
* x86 tsc: mark %eax as earlyclobber in tscp_get_timecount_low().Konstantin Belousov2021-01-101-1/+1
* nfsd: add KASSERTs to nfsm_trimtrailing() for M_EXTPG mbufsRick Macklem2021-01-101-0/+6
* rc.conf(5): describe devmatch rc variablesMitchell Horne2021-01-101-1/+11
* cgem: add 64-bit supportThomas Skibo2021-01-1010-126/+323
* Prefer the use of vm_page_domain() to vm_phys_domain().Alan Cox2021-01-101-2/+2
* hid: Add recently imported drivers to NOTESVladimir Kondratyev2021-01-104-4/+44
* hid: fix extraneous SYSCTL_ADD_INT() options revealed by LINT buildVladimir Kondratyev2021-01-102-3/+3
* re: netmap: enable/disable krings on interface reinitVincenzo Maffione2021-01-101-0/+8
* iflib: fix build failure in case DEV_NETMAP is not definedVincenzo Maffione2021-01-101-0/+2
* netmap: vtnet: enable/disable krings on any interface reinitVincenzo Maffione2021-01-103-6/+14
* iflib: add assert to prevent out-of-bounds array accessVincenzo Maffione2021-01-101-5/+4
* Track pipe(2) reads and writes as rusage message receives and sends, aRobert Watson2021-01-101-0/+4
* netmap: iflib: enable/disable krings on any interface reinitVincenzo Maffione2021-01-101-15/+20
* fileargs: add support for realpathMariusz Zaborski2021-01-105-3/+224
* libc: implement rtld_get_stack_prot() for realKonstantin Belousov2021-01-101-1/+25
* jail: Simplify handling of prison_deref()Jamie Gritton2021-01-101-163/+161
* tmpfs open: assert that there is no double-init of f_data.Konstantin Belousov2021-01-101-0/+1
* tmpfs_free_tmp(): explicitly assert that tmp is lockedKonstantin Belousov2021-01-101-1/+2
* tmpfs: make M_TMPFSMNT static to tmpfs_vfsops.cKonstantin Belousov2021-01-102-2/+1
* x86 vdso gettc: Add RDTSCP supportKonstantin Belousov2021-01-101-0/+25
* x86 vdso gettc: eliminate duplicated code in ifunc selectors.Konstantin Belousov2021-01-101-22/+65
* x86 vdso gettc: reorganize ifunctions.Konstantin Belousov2021-01-101-21/+47
* tsc: add RDTSCP or faster variants of get_timecount()Konstantin Belousov2021-01-101-1/+38
* x86: Add rdtscp32() into cpufunc.h.Konstantin Belousov2021-01-102-0/+18
* tsc: use u_int for return type for prototype, same as in definitions.Konstantin Belousov2021-01-101-6/+6
* x86 identcpu.c: fix formatting of the comment.Konstantin Belousov2021-01-101-1/+1
* jobc: rework detection of orphaned groups.Konstantin Belousov2021-01-105-161/+68
* 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