summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2023-07-07Fix locking error when setting the multicast filter to accept allmartin
2023-07-07virtio(4): Fix byte order of DMA data for armeb in the same manner asrin
2023-07-04tpm(4): Switch tsleep to kpause.riastradh
2023-07-01regennia
2023-07-01Add Realtek ALC671 to hdaudiodevs, seen on Fujitsu Futro S720 thin clientnia
2023-06-28following a hunch...macallan
2023-06-28wait for the engine to go idle before issuing rectfill commandsmacallan
2023-06-28fix tpyo - now the glyph cache can actually work...macallan
2023-06-27correct register function annotation as it's for receive coalesce.nisimura
2023-06-24Fix typo in comment.msaitoh
2023-06-23Add missing read to count Circuit Breaker Rx Dropped Packet correctly.msaitoh
2023-06-19Fix typo. unknwon -> unknownmsaitoh
2023-06-15Undo unlock/relock for VOP_IOCTL().hannken
2023-06-12Call / define fdtbus_cpus_md_attach for platforms with cpus @ fdt.skrll
2023-06-08allow drivers to specify horizontal alignment of glyph cache cellsmacallan
2023-06-05We cannot handle input with precision != stride yet.mlelstv
2023-06-05- Fix clearing of EINT and other transient flags.mlelstv
2023-06-03fix various typos in comments and messages.andvar
2023-06-02follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.andvar
2023-06-01fix various typos in comments.andvar
2023-05-31Fix typo.ad
2023-05-30Use device_printf() instead of aprint_error_dev().msaitoh
2023-05-29aq(4): if_transmit: Invoke softint_schedule(9) with kpreempt disabled.rin
2023-05-28s/sessoin/session/ in warning message.andvar
2023-05-27fix word endings toin -> tion in comments.andvar
2023-05-27Revert to previous.nat
2023-05-26Fix previous.nat
2023-05-26Fix logic for timing.nat
2023-05-24efi(4): Fix logic to handle buffer sizing.riastradh
2023-05-22efi(4): Translate between size_t and unsigned long.riastradh
2023-05-22efi(4): Implement MI parts of EFIIOC_GET_TABLE.riastradh
2023-05-22efi(4): Move error macros to efi.h.riastradh
2023-05-22efi(4): Parenthesize EFIERR argument out of paranoia.riastradh
2023-05-22dk(4): Add locking notes.riastradh
2023-05-22dk(4): Explain why no need for device reference in dksize, dkdump.riastradh
2023-05-22dk(4): Strengthen preconditions of various devsw operations.riastradh
2023-05-22dk(4): Strengthen dkclose preconditions.riastradh
2023-05-22dk(4): Strengthen dkopen preconditions.riastradh
2023-05-22dk(4): Prevent race between dkwedge_get_parent_name and wedge detach.riastradh
2023-05-22dk(4): Split unsafe lookups into safe subroutines and unsafe wrappers.riastradh
2023-05-22dk(4): Don't hold lock around uiomove in dkwedge_list.riastradh
2023-05-22dk(4): Skip larval wedges in various lookup routines.riastradh
2023-05-22dk(4): Simplify dkwedge_delall by detaching directly.riastradh
2023-05-22dk(4): Use device_lookup_private for dkwedge_lookup.riastradh
2023-05-22dk(4): dkunit is no longer needed; nix it.riastradh
2023-05-22dk(4): Use config_attach_pseudo_acquire to create wedges.riastradh
2023-05-22Fix a bug when a media is changed to IFM_AUTO.msaitoh
2023-05-21s/thar/that/ in comments.andvar
2023-05-19Neither limit the number of requests for the page daemon.mlelstv
2023-05-17Update URL of the technical manual.tsutsui