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