aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* powerpc64le: don't enable COMPAT_* options in GENERIC64LEPiotr Kubaj2021-01-221-8/+1
* powerpc: fix build without DDBMateusz Guzik2021-01-221-1/+1
* newvers.sh: restore reporting branch namesMateusz Guzik2021-01-221-0/+4
* arm64: fix typo in file name in GENERIC-MMCCAM-NODEBUGMateusz Guzik2021-01-221-1/+1
* armv8crypto: add AES-GCM supportOleksandr Tymoshenko2021-01-225-75/+445
* Bump CURRENT to 14.0Glen Barber2021-01-222-3/+3
* 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
* 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
* 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 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
* 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-211-1/+1
* Build VirtIO modules on all architecturesJessica Clarke2021-01-211-3/+1
* 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
* 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
* hconf(4): Do not fetch report before writing new usage values back.Vladimir Kondratyev2021-01-201-30/+27
* Handle arm64 undefied instructions on msr exceptionsAndrew Turner2021-01-201-2/+8
* aio: micro-optimize the lio_opcode assignmentsAlan Somers2021-01-203-44/+23
* Address panic with PRR due to missed initialization of recover_fsRichard Scheffenegger2021-01-202-8/+22
* Emit uprintf() output for initproc if there is no controlling terminalAlex Richardson2021-01-201-0/+8
* newvers.sh: add support for gitup(1)Michael Osipov2021-01-201-9/+15
* cache: augment sdt probe in cache_fplookup_dotMateusz Guzik2021-01-201-7/+6
* cache: whitespace nit in cache_fplookup_modifyingMateusz Guzik2021-01-201-1/+1
* ktls: Improve handling of the bind_threads tunable a bitMark Johnston2021-01-201-5/+7
* opencrypto: Add comments describing the new crypto_session layoutMark Johnston2021-01-201-0/+2
* arm64, riscv: Set VM_KMEM_SIZE_SCALE to 1Mark Johnston2021-01-202-16/+2
* arm64: Stop setting VM_BCACHE_SIZE_MAXMark Johnston2021-01-201-9/+0
* opencrypto: Fix assignment of crypto completions to worker threadsMark Johnston2021-01-201-1/+4