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