aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-1236-73/+74
* sysctl: add missing CLTFLAG_MPSAFE annotation to CONST_STRINGMateusz Guzik2020-01-121-4/+4
* vm: add missing CLTFLAG_MPSAFE annotationsMateusz Guzik2020-01-126-12/+12
* dtrace: add missing CLTFLAG_MPSAFE annotationsMateusz Guzik2020-01-122-4/+6
* zfs: add missing CLTFLAG_MPSAFE annotationsMateusz Guzik2020-01-122-5/+8
* Makefile.inc1: push /usr/libexec into the BPATH/TMPPATHKyle Evans2020-01-122-8/+10
* regulator: small enhancements to regulator_shutdownKyle Evans2020-01-121-7/+27
* vfs: only recalculate watermarks when limits are changingMateusz Guzik2020-01-111-17/+66
* vfs: deduplicate vnode allocation logicMateusz Guzik2020-01-111-77/+61
* vfs: prealloc vnodes in getnewvnode_reserveMateusz Guzik2020-01-118-43/+35
* vfs: incomplete pass at converting more ints to u_longMateusz Guzik2020-01-114-16/+17
* vfs: add missing CLTFLA_MPSAFE annotationsMateusz Guzik2020-01-111-2/+3
* powerpc/mpc85xx: Fix localbus child reg property decodingJustin Hibbits2020-01-111-2/+2
* Pacify gcc.Gleb Smirnoff2020-01-111-1/+1
* in6_mcast: make in6_joingroup_locked() staticBjoern A. Zeeb2020-01-112-5/+3
* arm64: allwinner: dtso: Add spi0 spigen DTSOEmmanuel Vadot2020-01-112-0/+18
* Correct off-by-two issue when determining FAT type.Xin LI2020-01-111-3/+14
* Make sure the VNET is properly set when reaping mbufs in ipoib.Hans Petter Selasky2020-01-111-0/+4
* Revert r356598 for now because it breaks some AMD based XHCI controllers.Hans Petter Selasky2020-01-111-16/+0
* rtld: clean up Makefile.Konstantin Belousov2020-01-117-32/+18
* Stop prepending prefix to the result of realpath(3).Konstantin Belousov2020-01-111-21/+6
* Apply typo fix from NetBSD, we have already applied all NetBSD changes soXin LI2020-01-111-2/+2
* Require FAT to occupy at least one sector.Xin LI2020-01-111-1/+1
* When a read error occurs while fetching a directory block to deleteKirk McKusick2020-01-111-13/+34
* Update ELFOSABI_* constants with OpenVOS.Pedro F. Giffuni2020-01-111-0/+1
* MFV: r356607Jung-uk Kim2020-01-10355-373/+503
|\
| * Import ACPICA 20200110.vendor/acpica/20200110Jung-uk Kim2020-01-10430-452/+584
* | camdd: initialize devs earlierKyle Evans2020-01-101-2/+2
* | src.opts.mk: force KERBEROS_SUPPORT off where KERBEROS forced offEd Maste2020-01-101-0/+2
* | tests: fusefs: silence remaining unsigned/signed comparison warningsKyle Evans2020-01-101-3/+3
* | Add pfil(9) hook to vtnet(4).Gleb Smirnoff2020-01-102-1/+54
* | Add myself (lbartoletti) as a ports commiterLoïc Bartoletti2020-01-101-4/+7
* | Always multiple vm.pgcache_zone_max to number of CPUs, and rename itGleb Smirnoff2020-01-101-1/+2
* | arm: allwinner: axp209: Add regnode_status methodEmmanuel Vadot2020-01-101-0/+17
* | twsi: Rework how we handle the i2c messagesEmmanuel Vadot2020-01-102-127/+125
* | Set .ORDER for makesyscalls generated filesKyle Evans2020-01-109-0/+27
* | makesyscalls.lua: generate all files in /tmp, write into place at the endKyle Evans2020-01-101-13/+23
* | inetd: two more nitsKyle Evans2020-01-101-6/+7
* | inetd: free WITHOUT_INET6_SUPPORT build of warningsKyle Evans2020-01-101-2/+13
* | a10_ahci: grab the target-supply regulator and enable itKyle Evans2020-01-101-2/+25
* | Check the XHCI endpoint state before stopping any endpoint.Hans Petter Selasky2020-01-101-0/+16
* | Define the XHCI endpoint states.Hans Petter Selasky2020-01-101-0/+8
* | Include human-readable list of rtm flags along with bitmask in error messagesAlexander V. Chernikov2020-01-102-3/+21
* | powerpc: Prevent infinite loop in moea_sync_icache()Justin Hibbits2020-01-101-1/+1
* | Replace inline assembly with rdtime macroMitchell Horne2020-01-101-4/+2
* | powerpc: Mark cpu_feature-based sysctls as MP_SAFEJustin Hibbits2020-01-101-4/+4
* | powerpc/powernv: Un-Giant-ify opal_nvram driverJustin Hibbits2020-01-101-4/+31
* | Remove scary-looking printf output that happens when you kldload dtrace onIan Lepore2020-01-091-1/+12
* | loader: bioscd probe can get sector size 0Toomas Soome2020-01-091-2/+4
* | libc: Fix a few bugs in the xlocale collation code.Mark Johnston2020-01-092-3/+8