aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* amd64 pmap: do not sleep in pmap_allocpte_alloc() with zero referenced page t...Konstantin Belousov2021-01-111-31/+35
* amd64 pmap: rename _pmap_allocpte() to pmap_allocpte_alloc().Konstantin Belousov2021-01-111-16/+16
* amd64 pmap: Remove wrong __unused annotation from the va argument.Konstantin Belousov2021-01-111-1/+1
* amd64 pmap: fix NULL deref in pmap_mincore().Konstantin Belousov2021-01-111-0/+3
* Follow-up on 51da4b19be1. When booting a system with WITHOUT_IPFILTERGleb Smirnoff2021-01-112-1/+2
* Bump amount of queued packets in for unresolved ARP/NDP entries to 16.Alexander V. Chernikov2021-01-113-20/+9
* ndis: Per user request, delay removal to 14Brooks Davis2021-01-113-3/+3
* xen: remove .swp file from public headersRoger Pau Monné2021-01-111-0/+0
* Add missing rcvar name for os-release.Gleb Smirnoff2021-01-111-0/+1
* cgem: update 64-bit checkMitchell Horne2021-01-111-1/+1
* Changes that improve DTrace FBT reliability on freebsd/arm64:Robert Watson2021-01-116-3/+40
* xen/privcmd: implement the restrict ioctlRoger Pau Monne2021-01-112-0/+84
* xen/privcmd: implement the dm op ioctlRoger Pau Monne2021-01-115-0/+77
* xen/privcmd: implement the map resource ioctlRoger Pau Monne2021-01-112-0/+67
* xen/privcmd: split setup of virtual address range into helperRoger Pau Monné2021-01-111-33/+36
* xen/privcmd: make some integers unsignedRoger Pau Monné2021-01-111-2/+4
* xen: update interface headersRoger Pau Monné2021-01-1167-1202/+8785
* pkgbase: correct typo in System Accounting UtilitiesEd Maste2021-01-111-2/+2
* hid: quiet -WswitchRyan Libby2021-01-114-0/+23
* pf: quiet -Wredundant-decls for pf_get_ruleset_numberRyan Libby2021-01-111-1/+0
* dtrace tests: fix prototypes for gcc buildRyan Libby2021-01-114-6/+9
* 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