aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lio_listio: validate aio_lio_opcodeAlan Somers2021-01-124-7/+74
* ICMP checksum test: Fix for big endianCharlie Root2021-01-121-64/+20
* amd64: compare TLB shootdown target to all_cpusAndrew Gallatin2021-01-121-2/+2
* bsdconfig: correct utilties typoEd Maste2021-01-121-1/+1
* Eliminate lock order reversal in UFS ffs_unmount().Kirk McKusick2021-01-121-1/+8
* [skip ci] Delete an accidentally-committed commentAlan Somers2021-01-121-1/+0
* rctl(4): support throttling resource usage to 0Jason A. Harmening2021-01-111-0/+5
* Use rn_match instead of doing indirect calls in fib_algo.Alexander V. Chernikov2021-01-112-4/+4
* exec_new_vmspace: print useful error message on ctty if stack cannot be mapped.Konstantin Belousov2021-01-111-4/+10
* Implement enforcing write XOR execute mapping policy.Konstantin Belousov2021-01-114-3/+23
* pnglite: should use ntohlToomas Soome2021-01-111-11/+4
* pf: quiet debugging printfsKristof Provost2021-01-111-2/+2
* pfctl: Another set skip <group> fixKristof Provost2021-01-111-1/+21
* arm64: Add armv8crpyto and ossl to NOTES.John Baldwin2021-01-111-0/+4
* arm64: Don't disable options GDB in LINT.John Baldwin2021-01-111-2/+0
* loader.efi: efifb_mask_from_pixfmt is missing PixelBltOnlyToomas Soome2021-01-111-0/+1
* netmap: vtnet: fix RX initialization after netmap_reset()Vincenzo Maffione2021-01-111-7/+12
* libthr: wrap pdfork(2), same as fork(2).Konstantin Belousov2021-01-117-7/+111
* 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