aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reimplement gvinum orphanization.Alexander Motin2019-12-276-8/+33
* Plug some ifaddr refcount leaks.Mark Johnston2019-12-271-8/+9
* powerpc: Move ppc32_runtime_resolve() declaration to the right placeJustin Hibbits2019-12-261-1/+2
* Change NFSv4.1 and NFSv4.2 error strings to start with lower case letter.Rick Macklem2019-12-261-46/+46
* Abstract the locking for PCIe hotplug. It still uses Giant so there'sScott Long2019-12-262-6/+14
* random(9): Deprecate random(9), remove meaningless srandom(9)Conrad Meyer2019-12-266-40/+21
* random(4): Simplify RANDOM_LOADABLEConrad Meyer2019-12-267-229/+85
* gone_in(9): Trivial string grammar and style cleanupsConrad Meyer2019-12-262-3/+3
* kbdmux: simplify modevent handlerKyle Evans2019-12-261-16/+7
* Revert r355806: kbd drivers: don't double register keyboard driversKyle Evans2019-12-266-28/+0
* kern_cons: add a stub kbdinit for configs with no keyboard/console driversKyle Evans2019-12-261-0/+13
* kbd: merge linker set drivers into standard kbd driver listKyle Evans2019-12-263-44/+50
* Add comments to a couple i2c device lines.Ian Lepore2019-12-261-2/+2
* In kern.pre.mk, split SYSTEM_LD into two variables to avoid duplication inIan Lepore2019-12-251-3/+4
* Add NFSv4.1 and NFSv4.2 errors to nfsv4_errstr.h.Rick Macklem2019-12-251-3/+51
* Further reduce the cacheline footprint of fast allocations by duplicatingJeff Roberson2019-12-252-44/+115
* Optimize fast path allocations by storing bucket headers in the per-cpuJeff Roberson2019-12-252-117/+222
* Fix a bug with _NUMA domains introduced in r339686. When M_NOWAIT isJeff Roberson2019-12-251-0/+2
* Revert r356077, apparently the change doesn't work after all (failed toIan Lepore2019-12-251-4/+4
* For riscv kernel builds, add -N to LDFLAGS instead of replacing theIan Lepore2019-12-251-4/+4
* atkbdc: use proper pointer type for KBDCKyle Evans2019-12-252-83/+82
* Fix panic when running etherswitchcfg port command.Ganbold Tsagaankhuu2019-12-251-1/+2
* Fix nfsmount() so that it will return NFSERR_MINORVERMISMATCH.Rick Macklem2019-12-251-3/+1
* Initialize the bounce pages list in armv[4|6] DMA maps.Luiz Otavio O Souza2019-12-242-0/+2
* Fix trivial whitespace issue that is tripping -Wmisleading-indentationBrandon Bergren2019-12-241-1/+1
* [PowerPC] Define powerpc IFUNC kernel/userspace ABI.Brandon Bergren2019-12-241-0/+60
* Don't unnecessarily relock the vm object after sleeps. This results in aJeff Roberson2019-12-242-16/+26
* Unbreak build. It seems that mips and amd64 still pull in link_elf.c, soBrandon Bergren2019-12-243-3/+14
* sleep(9), sleepqueue(9): const'ify wchan pointersConrad Meyer2019-12-2411-57/+57
* [PowerPC] Implement Secure-PLT jump table processing for ppc32.Brandon Bergren2019-12-249-1/+104
* Convert the mpr driver to use busdma templates.Scott Long2019-12-243-101/+52
* Bump __FreeBSD_version for the addition of busdma templates.Scott Long2019-12-241-1/+1
* Introduce the concept of busdma tag templates. A template can be allocatedScott Long2019-12-249-0/+435
* kern_synch: Fix some UBConrad Meyer2019-12-241-3/+3
* oce: Disallow the passthrough ioctl for unprivileged users.Mark Johnston2019-12-232-0/+4
* powerpc: repeat of r356044Kyle Evans2019-12-231-1/+1
* terasic_mtl: kill off final dummy keyboard driverKyle Evans2019-12-231-16/+0
* sc: fix arm/mips/sparc64 MD bitsKyle Evans2019-12-233-3/+3
* syscons: drop keyboard index from softcKyle Evans2019-12-233-28/+25
* Make pass(4) handle misaligned buffers of MAXPHYS size.Alexander Motin2019-12-231-10/+10
* Fix undefined behavior: left-shifting into the sign bit.Konstantin Belousov2019-12-232-2/+2
* Do not use waitable allocation of pbuf when creating cluster for write.Konstantin Belousov2019-12-231-2/+1
* Compile uart_cpu_acpi.c, added in r348195, into uart.ko.Mark Johnston2019-12-221-1/+2
* lagg: Clean up handling of the rr_limit option.Mark Johnston2019-12-222-25/+28
* Fix typo using RB_INITIALIZER.Doug Moore2019-12-221-1/+1
* Fix a bug introduced in r356002. Prior versions of this patchset hadJeff Roberson2019-12-221-0/+2
* Make page busy state deterministic on free. Pages must be xbusy whenJeff Roberson2019-12-2212-94/+106
* Add vmgenc(4) driver for ACPI VM generation counterConrad Meyer2019-12-223-0/+288
* Move vm_fault busy logic into its own function for clarity and re-use byJeff Roberson2019-12-221-35/+36
* Micro-optimize the control flow in _pmap_unwire_ptp(), and eliminateAlan Cox2019-12-211-3/+2