aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "[mips] revert r366664 - flip mips back from -O2 to -O"Mateusz Guzik2021-01-221-7/+0
* arm64: fix typo in file name in GENERIC-MMCCAM-NODEBUGMateusz Guzik2021-01-221-1/+1
* Catch up another version bump to 14.0Li-Wen Hsu2021-01-221-1/+1
* armv8crypto: add AES-GCM supportOleksandr Tymoshenko2021-01-225-75/+445
* fix incorrect LLD_VERSION_STRING from previous commitGlen Barber2021-01-221-1/+1
* Bump CURRENT to 14.0Glen Barber2021-01-229-307/+14
* kvprintf(9): add missing FALLTHROUGHMarius Strobl2021-01-211-0/+1
* mmcsd(4): properly set BIO error when partition switching failsMarius Strobl2021-01-211-6/+4
* sym(4): handle mixed tagged/untagged commands gracefullyMarius Strobl2021-01-211-18/+12
* sym(4): fix nits reported by CoverityMarius Strobl2021-01-211-4/+6
* fb_if: remove unused methodMarius Strobl2021-01-211-5/+0
* boot_font(4): remove obsolete fontMarius Strobl2021-01-212-4680/+0
* Further refactor IPv4 interface route creation.Alexander V. Chernikov2021-01-213-113/+130
* Fix typo in pwait.c introduced in 5bdce6ff546eAlexander V. Chernikov2021-01-211-1/+1
* Remove deadlock in rc caused by pwait waiting for itself.Alexander V. Chernikov2021-01-212-1/+9
* malloc_aligned: roundup allocation size up to next power of twoKonstantin Belousov2021-01-211-4/+13
* Restrict supported alignment for malloc_domainset_aligned(9) to PAGE_SIZE.Konstantin Belousov2021-01-211-2/+2
* Fix manpage markup in 2c8bb126de56ce49637ad752e78957d9ebafba02Allan Jude2021-01-211-1/+3
* bhyve: Add missing man page section on the nodelete block-device-optionAllan Jude2021-01-211-0/+2
* libcasper/cap_grp tests: Reset the group database handleMark Johnston2021-01-211-0/+4
* libc/nss: Ensure that setgroupent(3) actually works as advertisedMark Johnston2021-01-211-0/+2
* libc/nss tests: Add regression tests for commit 55444c823e1fMark Johnston2021-01-212-19/+93
* libc/nss: Restore iterator state when doing passwd/group lookupsMark Johnston2021-01-212-26/+26
* libc/nss tests: Fix getpw and getgr single-pass testsMark Johnston2021-01-212-32/+8
* libc/nss tests: StyleMark Johnston2021-01-213-36/+37
* Define PNP info after defining driver modulesMark Johnston2021-01-2111-19/+31
* newvers.sh: avoid bare git invocationEd Maste2021-01-211-1/+1
* iflib: Fix a NULL pointer derefAndrew Gallatin2021-01-211-1/+2
* x86: switch vdso TSC timecounter to RDTSCP on AMD Zen CPUsKonstantin Belousov2021-01-211-4/+1
* x86: switch kernel TSC timecounter to RDTSCP on AMD Zen CPUsKonstantin Belousov2021-01-211-8/+1
* elf: add some definitions for i386 and amd64 relocationsKonstantin Belousov2021-01-211-0/+14
* Remove FirstBurstLength limit for software iSCSI.Alexander Motin2021-01-211-1/+1
* pkgbase: allow update-packages for first-run of packagingKyle Evans2021-01-211-1/+11
* virtio_mmio: Delete a stale #if 0'ed debug printJessica Clarke2021-01-211-4/+1
* linux64: Don't pass unnecessary -S and -g to objcopyJessica Clarke2021-01-211-1/+1
* Rename i386's Linux ELF to Linux ELF32Jessica Clarke2021-01-212-2/+2
* Build VirtIO modules on all architecturesJessica Clarke2021-01-212-27/+9
* virtio: Reduce boilerplate for device driver module definitionsJessica Clarke2021-01-217-40/+21
* virtio_mmio: Fix V1 device probing spec conformance (section 4.2.3.1.1)Jessica Clarke2021-01-214-12/+46
* virtio_mmio: Fix a style(9) issueJessica Clarke2021-01-211-1/+1
* Tidy some crypto-related lines in sys/conf/files.John Baldwin2021-01-211-3/+2
* Restructure the crypto(7) manpage and add authentication algorithms.John Baldwin2021-01-211-118/+112
* Simplify dynamic ipfilter sysctls.John Baldwin2021-01-211-56/+30
* jail: Use refcount(9) for prison references.Jamie Gritton2021-01-202-63/+91
* devinfo sysctl handler: Do not write zero-length strings in to sbuf twiceVladimir Kondratyev2021-01-201-6/+0
* pms: handle maximum size IO with any alignmentRyan Libby2021-01-202-2/+3
* pms: quiet -Wunused-variableRyan Libby2021-01-201-1/+1
* evdev: Make variable-size ioctls return actual length of copyouted dataVladimir Kondratyev2021-01-201-6/+23
* hmt: Allow I2C sampling mode support to be compiled out.Vladimir Kondratyev2021-01-202-0/+11
* hms: Workaround idle mouse drift in I2C sampling mode.Vladimir Kondratyev2021-01-202-1/+71