summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-12-18#ifdef DEBUG the previous change, it seems to cause trouble on qemu whichmacallan
2022-12-16tprof_lock is not a spin mutex. use mutex_{enter,exit}(). oopsryo
2022-12-16Welcome to 10.99.1!martin
2022-12-16Add new "kern.mbuf.nmbclusters_limit" sysctl.msaitoh
2022-12-16- Add support select(2)/poll(2) on /dev/tprof.ryo
2022-12-16lm(4): Add Nuvoton NCT6797D support.msaitoh
2022-12-14if we have the ROM font, make it available to wsdisplaymacallan
2022-12-14Explicitly zero SPRG0 before doing anything else - it's used to store a pointermacallan
2022-12-13KNFskrll
2022-12-13Never fib about pin count in GPIOINFO ioctl results. The number of pinsjakllsch
2022-12-13fix grammar in commentjakllsch
2022-12-13ehci_device_isoc_init() returns errno not usbd_error; remove blank linejakllsch
2022-12-13"periodic frame list", not "period frame list" in commentsjakllsch
2022-12-13Add missing whitespace in error message.jakllsch
2022-12-12vsbus vax: sprinkle volatile for register accessesjakllsch
2022-12-12Move the last remaining kernel printf to ofprint.martin
2022-12-12madt.c & mainbus.c: fix build with acpica 20221020gutteridge
2022-12-11Support save/restore of AST levels in the PCB for context switching.oster
2022-12-11Use genfs_pathconf for VOP_PATHCONF.mlelstv
2022-12-11Need larger fat pointers for 128bit cache lines.mlelstv
2022-12-11Enable UFS2 support.tsutsui
2022-12-11Make hp300 bootloaders UFS2 ready.tsutsui
2022-12-11Remove a #if 0'ed out unused function.tsutsui
2022-12-11Cleanup extern declarations.tsutsui
2022-12-11Enable options DISKLABEL_EI by default as amd64.tsutsui
2022-12-11make sure error is initialized before we return it.chs
2022-12-10Don't let compiler optimize out the framebuffer probe in lcg_match() byjakllsch
2022-12-10merge acpica 20220331 to 20221020christos
2022-12-10Import acpica 2022-10-20christos
2022-12-10Move some output to DEBUG-only statemartin
2022-12-10Convert more kernel printfs that might happen very early (before kernelmartin
2022-12-09Harden layered file systems usage of field "mnt_lower" againsthannken
2022-12-09Revert com.c:r1.381 because i386/qemu cannot boot. Pointed out by gson@n.o a...knakahara
2022-12-08Fix hang up writing /dev/console rarely in specific environments.knakahara
2022-12-08Workaround for some hypervisor environments.knakahara
2022-12-08Fix: sp->lastused should be updated by time_uptime, and refactor a little.knakahara
2022-12-08Fix: update lastused of ipsecif(4) IPv6 out SP.knakahara
2022-12-08Add AMD family 19h (zen3 and zen4) support to tprof.msaitoh
2022-12-07Refactor ip_encap.[ch]knakahara
2022-12-07gif(4), ipsec(4) and l2tp(4) use encap_attach_addr().knakahara
2022-12-07Implement encap_attach_addr() which is used by IP-encaped tunnels.knakahara
2022-12-07refactor: use typedef for ip_encap priority functionknakahara
2022-12-07exsystem.c: revert ACPI warning about sleep values >10msgutteridge
2022-12-06convert more seriously early output to ofprintmacallan
2022-12-05Do not bother to set PSL_SE in l_md.md_flags - it is not checked anywhere.martin
2022-12-05Do not copy l_md to the new lwp in cpu_lwp_fork - as discussed onmartin
2022-12-05If no more softints are pending on this cpu, clear ci_want_reschedmartin
2022-12-05Simplify. Same code before and after.skrll
2022-12-05Fix a comment.skrll
2022-12-04Restore t5 and t6 from the correct locations in exception_kernexit.skrll