summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-04-21dk(4): Fix callout detach race.riastradh
2023-04-21dk(4): Add null d_cancel routine to devsw.riastradh
2023-04-21disk(9): Fix use-after-free race with concurrent disk_set_info.riastradh
2023-04-21dk(4): Require dk_openlock in dk_set_geometry.riastradh
2023-04-21dk(4): Assert dkwedges[unit] is the sc we're about to free.riastradh
2023-04-21dk(4): Assert parent vp is nonnull before we stash it away.riastradh
2023-04-21dk(4): Don't touch dkwedges or ndkwedges outside dkwedges_lock.riastradh
2023-04-21dk(4): Move CFDRIVER_DECL and CFATTACH_DECL3_NEW earlier in file.riastradh
2023-04-21dk(4): Prevent races in access to struct dkwedge_softc::sc_size.riastradh
2023-04-21dk(4): <sys/rwlock.h> for rwlock(9).riastradh
2023-04-21dk(4): KNF: Sort includes.riastradh
2023-04-21dk(4): ENXIO, not ENODEV, means no such device.riastradh
2023-04-21dk(4): Fix typo in comment: dkstrategy, not dkstragegy.riastradh
2023-04-21dk(4): Omit needless void * cast.riastradh
2023-04-21dk(4): KNF: Whitespace.riastradh
2023-04-21dk(4): KNF: return (v) -> return v.riastradh
2023-04-21dk(4): Avoid holding dkwedges_lock while allocating array.riastradh
2023-04-21dk(4): Restore assertions in dklastclose.riastradh
2023-04-21autoconf(9): Add a comment where we risk arithmetic overflow.riastradh
2023-04-21More devmap updatesskrll
2023-04-21Trailing whitespaceskrll
2023-04-21Trailing whitespace.skrll
2023-04-21Trailing whitespaceskrll
2023-04-21virtio(4): change members of struct vring_desc_extra before free a slotyamaguchi
2023-04-20Extend optstr(9) to provide some functions to convert the value.skrll
2023-04-20Provide a shared pmap_devmap implementation and convert all pmap_devmapskrll
2023-04-20Add reloc keyworkd to let EFI bootstrap load amd64 kernel at any addressmanu
2023-04-19Again allow multicast packets to be sent from unnumbered interfaces.mlelstv
2023-04-19Revert "Fix panic on packet sending via a route with rt_ifa of AF_LINK."ozaki-r
2023-04-19virtio(4): change variable name, nfcyamaguchi
2023-04-19Fix not to allocate unnecessary descriptoryamaguchi
2023-04-19Use enumeration for state of a child driver instead of flagsyamaguchi
2023-04-18G/C unnecessaryskrll
2023-04-18G/C an outdated comment.skrll
2023-04-18sb(4): Fix missing mutex initialization at isapnp and ofisa.riastradh
2023-04-17Input and output codecs produce and consume internal audio data, somlelstv
2023-04-17KNFskrll
2023-04-17Trailing whitespaceskrll
2023-04-17KNF.skrll
2023-04-16Resolve conflicts for lua 5.4.4 import.nikita
2023-04-16Handle packet scheduling for high/super speed.mlelstv
2023-04-16viocon(4): Show error in assertion failure.riastradh
2023-04-16virtio@pci: Fix assertion on detach.riastradh
2023-04-16Do not create the sysctl tree if the initial setup of the chip fails.brad
2023-04-16DesignWare watchdog ACPI attach gluejmcneill
2023-04-16Separate DesignWare watchdog driver and FDT glue.jmcneill
2023-04-16Rename VM_KERNEL_IO_ADDRESS to VM_KERNEL_IO_BASE to match RISC-Vskrll
2023-04-16autoconf(9): Assert alldevs_lock held in config_unit_nextfree.riastradh
2023-04-16autoconf(9): Avoid potential ABA bug in config_makeroom.riastradh
2023-04-16pserialize(9): Fix buggy assertion inside assertion.riastradh