summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-04-27Correct a type.skrll
2023-04-24Fix DEVMAP_FLAGS, patch from Nick.martin
2023-04-24enable rkv1crypto on rock64.mrg
2023-04-23print stage formats with AUDIO_DEBUGmlelstv
2023-04-23Be a little bit more informative on device timeout.mlelstv
2023-04-23Whitespacemlelstv
2023-04-23No longer use AUDIO_INTERNAL_BITS but rely on passed audio format.mlelstv
2023-04-23Enable 24bit support by default.mlelstv
2023-04-23Add 24bit/32bit hardware support.mlelstv
2023-04-23rumpdev: Catch up to buf_syncwait -> vfs_syncwait rename.riastradh
2023-04-23Explicitly check machine type (LUNA-II) on secondary spc(4) probe.tsutsui
2023-04-23Whitespacemlelstv
2023-04-23Make audio_device information available to drvctl and devpubd.mlelstv
2023-04-23Weed out duplicate sample rates and add comment about UAC2 clocks.mlelstv
2023-04-22rumpvfs: Link in secmodel_extensions_vfs.c as intended, like kernel.riastradh
2023-04-22specfs: KNF. No functional change intended.riastradh
2023-04-22Remove unused mount member mnt_transinfo.hannken
2023-04-22Remove unused specdev member sd_rdev.hannken
2023-04-22fcntl(2), flock(2): Assert FHASLOCK is clear if no fo_advlock.riastradh
2023-04-22fcntl(2), flock(2): Unify error branches.riastradh
2023-04-22fcntl(2), flock(2): Fix missing fd_putfile in error branch.riastradh
2023-04-22Welcome to 10.99.4, courtesy of struct fileops additions!riastradh
2023-04-22rump: Move vnode_if.c from rumpkern to rumpvfs.riastradh
2023-04-22secmodel_extensions: Split vfs part into separate .c file.riastradh
2023-04-22rump: Move ubc_uiomove, ubc_zerorange from rumpvfs to rumpkern.riastradh
2023-04-22rumpkern: Provide stub pnbuf_cache weak alias.riastradh
2023-04-22rumpkern: Provide stub uvm_vnodeops weak alias.riastradh
2023-04-22rumpkern: Provide fs_filtops weak alias.riastradh
2023-04-22file(9): New fo_posix_fadvise operation.riastradh
2023-04-22file(9): New fo_fpathconf operation.riastradh
2023-04-22file(9): New fo_advlock operation.riastradh
2023-04-22sys/file.h: Sort forward declarations.riastradh
2023-04-22dk(4): Convert tests to assertions in various devsw operations.riastradh
2023-04-22dk(4): Fix racy access to sc->sc_dk.dk_openmask in dkwedge_delall1.riastradh
2023-04-22disk(9): Fix missing unlock in error branch in previous change.riastradh
2023-04-22readdir(2), lseek(2): Fix races in access to struct file::f_offset.riastradh
2023-04-22KASSERT(kpreempt_disabled()) before accessing curcpu()skrll
2023-04-22Remove ancient /*ARGSUSED*/ comments.tsutsui
2023-04-22G/C pte_indexskrll
2023-04-22Remove ancient /*ARGSUSED*/ comments.tsutsui
2023-04-22Move fdt_update_stdout_path from evbarm code to MI codeskrll
2023-04-21Remove ancient /* ARGSUSED */ lint comments.tsutsui
2023-04-21Remove ancient /* ARGSUSED */ lint comments.tsutsui
2023-04-21Avoid an extern declaration in .c file. Just declare it as static.tsutsui
2023-04-21dk(4): Narrow the scope of the device numbering lookup on detach.riastradh
2023-04-21dk(4): dkdump: Simplify. No functional change intended.riastradh
2023-04-21dk(4): Omit needless locking in dksize, dkdump.riastradh
2023-04-21dk(4): Take a read-lock on dkwedges_lock if we're only reading.riastradh
2023-04-21dk(4): Set .d_cfdriver and .d_devtounit to plug open/detach race.riastradh
2023-04-21dk(4): Use disk_begindetach and rely on vdevgone to close instances.riastradh