summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-01-27next68k: Specify -fno-unwind-tables to shrink kernel binary size.tsutsui
2023-01-27next68k: Fix silent stall of next68k esp(4) SCSI.tsutsui
2023-01-27next68k: Specify proper constraints for bus_space_read region and multi ops.tsutsui
2023-01-27next68k: Fix delay_divisor value for proper delay(9) on 68040.tsutsui
2023-01-27ipsec: remove unnecessary splsoftnetozaki-r
2023-01-27Sprinkle __predict_{true,false} for panicstr checksozaki-r
2023-01-26- Don't discard a packet even if the TX descriptor is temporarily not enough,ryo
2023-01-26do some cleanupmacallan
2023-01-25x86/intr: Work around sleazy clockintr with a secret frame argument.riastradh
2023-01-24sparc64/db_trace.c: Don't dereference; use db_read_bytes.riastradh
2023-01-24sparc64/db_trace.c: Nix trailing whitespace.riastradh
2023-01-24mark unused arguments as suchchristos
2023-01-24x86/isa/clock.c: Nix trailing whitespace.riastradh
2023-01-24x86/acpi/acpi_machdep.c: Nix trailing whitespace.riastradh
2023-01-24Consistently use cached chipset tag value.mlelstv
2023-01-24Sanitize capacity values.mlelstv
2023-01-24Pace I/O timing to match the audio interface.mlelstv
2023-01-24whitespace, no code change.mlelstv
2023-01-24Don't panic with invalid user data, just return an error.mlelstv
2023-01-24Add support for FIFOs and hardware flow-control to plcom driver.mlelstv
2023-01-23fix typos in comments.andvar
2023-01-23s/lager/larger/ in comments.andvar
2023-01-23s/cyliner/cylinder/ and s/specturm/spectrum/ in messages.andvar
2023-01-23s/makre/make/ in comment.andvar
2023-01-23npf(9): Drop table lock around copyout.riastradh
2023-01-22fix typos in comments (s/adn/and/ and s/wan tDHCP/want DHCP/).andvar
2023-01-22npf(9): Another comment tweak to match upstream.riastradh
2023-01-22npf(9): Update comment to reduce diff from upstream.riastradh
2023-01-22npf(9): Use __HAVE_ATOMIC_AS_MEMBAR around refcnt consistently.riastradh
2023-01-21fix typos in comment and log message.andvar
2023-01-20s/attemping/attempting/ in comment.msaitoh
2023-01-19Support remaining common boot options.mlelstv
2023-01-19If a specified root device does not exist when the kernel tries tomlelstv
2023-01-18Add rin, indn, vpa, hpa, and cbt terminfo capabilities (Crystal Kolipe)christos
2023-01-18Fix the clang build by setting -z noseparate-codechristos
2023-01-18Regen.msaitoh
2023-01-18Add AMD Family 19h/1xh devices.msaitoh
2023-01-17s/charater/character/ in comment.msaitoh
2023-01-15TAB/space cleanup.tsutsui
2023-01-15TAB/space/indent cleanup.tsutsui
2023-01-14Added support for the Aquantia (Marvell) AQC113 10G Network Adapter and the v...ryo
2023-01-14regenryo
2023-01-14add Aquantia (Marvell) AQC113 ethernet devices and the variantsryo
2023-01-14fix indentationryo
2023-01-14- avoid panic when failing during attach or detach with modload/drvctl.ryo
2023-01-14fix build error in sys/module/if_aq/ryo
2023-01-13Make sure to call wsfont_init(9) as other framebuffer drivers.tsutsui
2023-01-13Avoid 64bit math in the hppa first stage bootloader. Ok chs@martin
2023-01-13It is not sufficient to have a comment /* Sanity check the size. */,hannken
2023-01-12fixed a bug that bus_space_read_region_{2,4,8}_swap() accesses wrong address.ryo