summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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-22autoconf(9): New functions for referenced attach/detach.riastradh
2023-05-22tty(9): Make ttwrite update uio with only how much it has consumed.riastradh
2023-05-22uiomove(9): Add uiopeek/uioskip operations.riastradh
2023-05-22Fix a commentskrll
2023-05-22Fix a bug when a media is changed to IFM_AUTO.msaitoh
2023-05-21s/thar/that/ in comments.andvar
2023-05-21small fixes, code shuffle for ease of understanding.nisimura
2023-05-19Neither limit the number of requests for the page daemon.mlelstv
2023-05-17Update URL of the technical manual.tsutsui
2023-05-17sys/fs/autofs: Remove unused APRINTF macrotkusumi
2023-05-15Count the number of link down events in the MAC using with LINK_DN_CNT.msaitoh
2023-05-15uvm: avoid a deadlock in uvm_map_clean()chs
2023-05-14fix typqpgoyette
2023-05-14Regenpgoyette
2023-05-14Add a Lenovo mouse so we can set the ALWAYS_ON quirk.pgoyette
2023-05-14Bump MAXTSIZ from 64MB to 128MB also for o32.he
2023-05-14Update loadbsd source and distribution binary to version 3.3.phx
2023-05-14kern/sys_descrip.c: Nix trailing whitespace.riastradh
2023-05-14Check for RB_HALT in cpu_reboot.skrll
2023-05-14x86/efiboot: Nix trailing whitespace.riastradh
2023-05-14x86/locore.S: Nix trailing whitespace.riastradh
2023-05-13fix typo in unused definition s/ESA_KDATA_OUEUE_LEFT/ESA_KDATA_QUEUE_LEFT/.andvar
2023-05-13s/requied/required/ in comments (likely grammar should be also improved in theandvar
2023-05-13fix typos in comments.andvar
2023-05-13dk(4): Need pdk->dk_openlock to read pdk->dk_wedges.riastradh
2023-05-12i915: Avoid dereferencing null fence if resv has changed.riastradh
2023-05-11ffs: apply the remaining ffs_snapshot.c part of this FreeBSD commit:chs
2023-05-11Remove unused variablemartin
2023-05-11Fix typo. s/ictxact/ictxatc/. No functional change.msaitoh
2023-05-11 Use WM_IS_ICHPCH(). No functional change.msaitoh
2023-05-11Fix prc511's comment and description.msaitoh
2023-05-11Add SOICZIFDATA (ifconfig -z) support for evcnt(9).msaitoh
2023-05-11 Move statistics updating code from wm_tick() to new wm_update_stats().msaitoh
2023-05-11Add some new event counters.msaitoh
2023-05-11 Some statistics registers were replaced with new counters.msaitoh
2023-05-11Don't add "Count" for event counter's description.msaitoh
2023-05-11Fix a bug that the transmit underrun counter is incorrectly counted.msaitoh
2023-05-11IC{TX,RX}*C registers are for older than 82575.msaitoh
2023-05-11Sort lines. No functional change.msaitoh
2023-05-11Sort lines. No functional change.msaitoh
2023-05-11Add note for the TORL register.msaitoh