| Age | Commit message (Expand) | Author |
| 2023-04-14 | In preparation of imx6sx support, move imx6q-specific definitions from | bouyer |
| 2023-04-14 | pserialize(9): Fix bug in recent micro-optimization. | riastradh |
| 2023-04-13 | initialize the diagnostic register with the value suggested by the SunOS | macallan |
| 2023-04-13 | Fix device name for xpbus at mainbus for LUNA-II, missed on psgpam merge. | tsutsui |
| 2023-04-13 | dk(4): Explain why dk_rawopens can't overflow and assert it. | riastradh |
| 2023-04-13 | sys/modules/Makefile: Use MACHINE_CPU, not MACHINE_ARCH, for aarch64. | riastradh |
| 2023-04-13 | powerpc/ddb: Fix one more load to use db_read_bytes. | riastradh |
| 2023-04-12 | powerpc/ddb: Use db_read_bytes, not direct pointer access. | riastradh |
| 2023-04-12 | crash(8): Add powerpc support. | riastradh |
| 2023-04-12 | Use CACHE_LINE_SIZE instead of magic number 128. | skrll |
| 2023-04-12 | Welcome to 10.99.3! | riastradh |
| 2023-04-12 | mbuf(9): New m_get_n, m_gethdr_n. | riastradh |
| 2023-04-12 | ichsmb(4), tco(4): Add support for TCO on newer Intel chipsets. | riastradh |
| 2023-04-12 | kern: Nix mutex_owner. | riastradh |
| 2023-04-12 | ttycheckoutq(9): wait=0 always, parameter no longer useful, nix it. | riastradh |
| 2023-04-11 | lfs: Assert page identity doesn't change. | riastradh |
| 2023-04-11 | Give scope and additional details to wg(4) diagnostic messages. | jakllsch |
| 2023-04-11 | Fix missing locore.d dependency output on make depend. | tsutsui |
| 2023-04-11 | x86: Omit needless membar_sync in intr_disestablish_xcall. | riastradh |
| 2023-04-11 | thmap(9): kmem_zalloc(KM_SLEEP) never fails. Prune dead branch. | riastradh |
| 2023-04-11 | com(4): Note ttylock in comment, not tty_lock. | riastradh |
| 2023-04-11 | evbarm/plcom(4): Note ttylock in comment, not tty_lock. | riastradh |
| 2023-04-11 | evbarm/plcom(4): Sync some recent changes from com(4). | riastradh |
| 2023-04-11 | com(4): Note timecounter_lock in lock order comments. | riastradh |
| 2023-04-11 | aarch64: Build drm modules. | riastradh |
| 2023-04-11 | ttwrite(9): Assert we mangle uio_resid only if we also return error. | riastradh |
| 2023-04-11 | uiomove(9): Stronger assertions about iov array. | riastradh |
| 2023-04-11 | kmsan: Format exact instruction addresses relative to symbols. | riastradh |
| 2023-04-11 | KNF. No functional change. | msaitoh |
| 2023-04-11 | Test cpuid_level in tprof_intel_ncounters(). | msaitoh |
| 2023-04-11 | usb(9): Assert ud_ifaces is null before we clobber it. | riastradh |
| 2023-04-11 | arm/rockchip: Omit needless functions. | riastradh |
| 2023-04-11 | Fix compile error. | msaitoh |
| 2023-04-11 | Obtain the number of general counters from CPUID 0xa. | msaitoh |
| 2023-04-11 | Add CPUID 0x07 %ecx bit 24 BUS_LOCK_DETECT. | msaitoh |
| 2023-04-11 | Add Intel lam and AMD vnmi. | msaitoh |
| 2023-04-10 | Reduce excessive settle delay. | mlelstv |
| 2023-04-10 | Better descriptor parsing. | mlelstv |
| 2023-04-10 | Handle more UAC2 descriptors and add debug output. | mlelstv |
| 2023-04-10 | Write slinear_le 16bit samples, independent from platform and | mlelstv |
| 2023-04-09 | xhci(4): Avoid crash in suspend/resume/resume if first resume fails. | riastradh |
| 2023-04-09 | uvm: Simplify assertion in uvn_get. | riastradh |
| 2023-04-09 | nfs: Simplify assertion. No functional change intended. | riastradh |
| 2023-04-09 | dwc2: KASSERT(A && B) -> KASSERT(A); KASSERT(B) | riastradh |
| 2023-04-09 | compat_linux32: KASSERT(A && B) -> KASSERT(A); KASSERT(B) | riastradh |
| 2023-04-09 | genfs: KASSERT(A && B) -> KASSERT(A); KASSERT(B) | riastradh |
| 2023-04-09 | pool(9): Tweak branch prediction in pool_cache_get_paddr assertion. | riastradh |
| 2023-04-09 | kpause(9): Simplify assertion. No functional change intended. | riastradh |
| 2023-04-09 | pool(9): Simplify assertion in pool_update_curpage. | riastradh |
| 2023-04-09 | kern: KASSERT(A && B) -> KASSERT(A); KASSERT(B) | riastradh |