.. |
acpi
|
acpi(4): Fix membars in ACPI_ACQUIRE/RELEASE_GLOBAL_LOCK.
|
2023-05-10 01:23:27 +00:00 |
adb
|
fix few typos in comments and node description.
|
2022-10-06 19:38:54 +00:00 |
altmem
|
…
|
|
apm
|
Change the kqueue filterops::f_isfd field to filterops::f_flags, and
|
2021-09-26 01:16:07 +00:00 |
arcbios
|
…
|
|
ata
|
Sanitize capacity values.
|
2023-01-24 08:34:18 +00:00 |
audio
|
print stage formats with AUDIO_DEBUG
|
2023-04-23 08:53:08 +00:00 |
bi
|
Eliminate use of IFF_OACTIVE.
|
2022-09-18 15:57:13 +00:00 |
bluetooth
|
btuart(4): Convert to ttylock/ttyunlock.
|
2022-10-26 23:44:03 +00:00 |
bus_dma
|
Trailing whitespace
|
2022-11-12 07:48:34 +00:00 |
cadence
|
Skip the first PHY found to remove the shadow PHY that appears at
|
2022-11-12 16:54:36 +00:00 |
cardbus
|
few more typos in the word "register", mainly s/resister/register/.
|
2023-05-06 22:17:28 +00:00 |
clk
|
…
|
|
dec
|
vax/dz(4): Convert to ttylock/ttyunlock.
|
2022-10-26 23:44:36 +00:00 |
dkwedge
|
dk(4): Add locking notes.
|
2023-05-22 15:00:17 +00:00 |
dm
|
s/exaple/example/
|
2022-10-13 06:10:48 +00:00 |
dmover
|
…
|
|
drm
|
…
|
|
dtv
|
For device modules that provide both auto-config and /dev/xxx
|
2022-03-31 19:30:15 +00:00 |
ebus
|
s/pedning/pending/
|
2022-07-21 14:41:59 +00:00 |
efi
|
efi(4): Move error macros to efi.h.
|
2023-05-22 16:27:48 +00:00 |
eisa
|
Remove unneeded bus_space_barrier() calls.
|
2022-07-12 02:10:16 +00:00 |
fdt
|
Google goldfish config goop
|
2023-05-08 10:18:03 +00:00 |
flash
|
Fix typos: s/trough/through/
|
2023-04-03 18:03:23 +00:00 |
gpib
|
fix various typos in comments.
|
2023-02-12 16:04:57 +00:00 |
gpio
|
gpiosim(4): Use config_detach_children.
|
2023-05-10 00:09:39 +00:00 |
hdaudio
|
ignore NULL for hdaudio_audiodev in hdafg_freem
|
2023-01-05 09:57:39 +00:00 |
hdmicec
|
…
|
|
hid
|
hid: Avoid arithmetic overflow by rearranging inequalities.
|
2022-03-13 11:35:47 +00:00 |
hil
|
Remove unused variable
|
2023-05-11 09:35:57 +00:00 |
hpc
|
hpf1275a(4): Use config_detach_children.
|
2023-05-10 00:09:54 +00:00 |
hyperv
|
rename sneaky snyc in hvtimesnyc_sample_verbose variable to sync.
|
2022-11-02 18:18:44 +00:00 |
i2c
|
ims(4): Use config_detach_children.
|
2023-05-10 00:10:02 +00:00 |
i2o
|
Fix typo.
|
2023-05-31 20:00:50 +00:00 |
ic
|
fix various typos in comments and messages.
|
2023-06-03 20:41:44 +00:00 |
ieee1394
|
fwip_async_output(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" with
|
2022-08-20 19:01:31 +00:00 |
ir
|
irframetty(4): Convert to ttylock/ttyunlock.
|
2022-10-26 23:45:43 +00:00 |
isa
|
s/reqest/request/, s/requst/request/ and s/reuqest/request/ in comments.
|
2022-12-24 15:23:02 +00:00 |
isapnp
|
sb(4): Fix missing mutex initialization at isapnp and ofisa.
|
2023-04-18 06:37:25 +00:00 |
iscsi
|
kill_session now uses the session id to avoid stale session pointers.
|
2022-09-13 13:09:16 +00:00 |
marvell
|
s/sessoin/session/ in warning message.
|
2023-05-28 08:01:46 +00:00 |
mca
|
Remove unnecessary include of <sys/malloc.h>.
|
2022-09-25 17:21:18 +00:00 |
microcode
|
fix various typos in comments.
|
2022-06-27 22:41:28 +00:00 |
mii
|
fix various typos in comments and messages.
|
2023-06-03 20:41:44 +00:00 |
mscp
|
fix various typos in comments.
|
2022-04-07 19:33:37 +00:00 |
mvme
|
s/progam/program/ in comment.
|
2021-12-05 07:21:59 +00:00 |
nand
|
nandemulator(4): Use config_detach_children.
|
2023-05-10 00:11:16 +00:00 |
news
|
…
|
|
nor
|
fix typos, mainly s/comand/command/
|
2022-01-05 16:01:54 +00:00 |
nvmm
|
nvmm: Filter CR4 bits on x86 SVM (AMD).
|
2023-02-23 02:54:02 +00:00 |
ofisa
|
sb(4): Fix missing mutex initialization at isapnp and ofisa.
|
2023-04-18 06:37:25 +00:00 |
ofw
|
Change the devhandle_from_*() functions to also take a "super handle",
|
2022-01-22 11:49:16 +00:00 |
onewire
|
Merge thorpej-cfargs2.
|
2021-08-07 16:18:40 +00:00 |
pad
|
Revert to previous.
|
2023-05-27 14:51:47 +00:00 |
pci
|
follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.
|
2023-06-02 08:51:46 +00:00 |
pckbport
|
pckbport(4): C99 initializers
|
2022-10-28 23:40:37 +00:00 |
pcmcia
|
xirc(4): Use config_detach_children.
|
2023-05-10 00:12:20 +00:00 |
podulebus
|
Merge thorpej-cfargs2.
|
2021-08-07 16:18:40 +00:00 |
ppbus
|
s/charater/character/ in one more comment.
|
2023-02-13 22:44:52 +00:00 |
pud
|
…
|
|
putter
|
Change the kqueue filterops::f_isfd field to filterops::f_flags, and
|
2021-09-26 01:16:07 +00:00 |
pwm
|
…
|
|
qbus
|
vax/dhu(4): Convert to ttylock/ttyunlock.
|
2022-10-26 23:46:37 +00:00 |
raidframe
|
fix word endings toin -> tion in comments.
|
2023-05-27 21:38:06 +00:00 |
rasops
|
s/littel/little/ mainly in copy pasted comments.
|
2022-05-29 10:43:19 +00:00 |
rcons
|
…
|
|
sbus
|
s/reqest/request/, s/requst/request/ and s/reuqest/request/ in comments.
|
2022-12-24 15:23:02 +00:00 |
scsipi
|
Fix condition for ending the pacet read loop.
|
2022-12-22 23:06:11 +00:00 |
sdmmc
|
sdmmc: Only check chipset WP status for SD cards.
|
2023-04-29 13:21:31 +00:00 |
smbus
|
…
|
|
spi
|
Split the BMP280 / BME280 driver into common code and create I2C and
|
2022-12-03 01:04:42 +00:00 |
splash
|
…
|
|
stbi
|
s/preceed/preced/ in comment.
|
2021-12-05 07:13:48 +00:00 |
std
|
fix typos and wrong ISO/IEC standard number in reference description.
|
2021-10-13 21:49:10 +00:00 |
sun
|
sunkbd(4): Convert to ttylock/ttyunlock.
|
2022-10-26 23:47:55 +00:00 |
sysmon
|
A driver for the Bosch BMP280 / BME280 temperature, humidity and
|
2022-11-21 21:24:00 +00:00 |
tc
|
Remove unnecessary include of <sys/malloc.h>.
|
2022-09-25 21:27:39 +00:00 |
tprof
|
KNF. No functional change.
|
2023-04-11 10:07:12 +00:00 |
usb
|
fix typq
|
2023-05-14 23:58:35 +00:00 |
videomode
|
Remove unnecessary include of <sys/malloc.h>.
|
2022-09-25 21:27:39 +00:00 |
virtio
|
Use enumeration for state of a child driver instead of flags
|
2023-04-19 00:23:45 +00:00 |
vme
|
s/cyliner/cylinder/ and s/specturm/spectrum/ in messages.
|
2023-01-23 21:52:01 +00:00 |
vmt
|
…
|
|
wscons
|
nouveau: Kick out genfb on firmware framebuffer before initializing.
|
2023-03-01 08:42:33 +00:00 |
wsfb
|
genfb: Handle uninitialized softc in genfb_enable/disable_polling.
|
2022-08-01 23:30:10 +00:00 |
wsfont
|
Add missing "latin small letter sharp s" (U+00DF) to ibm437 map.
|
2023-02-19 05:35:35 +00:00 |
xmi
|
Merge thorpej-cfargs2.
|
2021-08-07 16:18:40 +00:00 |
DEVNAMES
|
Remove uscanner(4) driver
|
2021-06-29 10:22:33 +00:00 |
Makefile
|
sys/dev/Makefile: Split INCS onto separate lines for ease of sorting.
|
2022-08-20 11:42:49 +00:00 |
bio.c
|
…
|
|
biovar.h
|
Add comment. bv_stripe_size is used in KB.
|
2022-05-10 14:13:09 +00:00 |
ccd.c
|
sys/dev/ccd.c: Restore historic RCS id.
|
2022-03-28 12:48:35 +00:00 |
ccdvar.h
|
…
|
|
cgd.c
|
cgd(4): Omit technically-correct-but-broken adiantum dependency again.
|
2022-04-02 09:53:20 +00:00 |
cgd_crypto.c
|
…
|
|
cgd_crypto.h
|
…
|
|
cgdvar.h
|
…
|
|
clock_subr.c
|
…
|
|
clock_subr.h
|
…
|
|
clockctl.c
|
driver(9): devsw_detach never fails. Make it return void.
|
2022-03-28 12:33:20 +00:00 |
cninit.c
|
…
|
|
cons.c
|
console(4), constty(4): Rip off the kernel lock, take three.
|
2022-10-25 23:21:33 +00:00 |
cons.h
|
cons(9): New function cn_set_tab.
|
2022-10-03 19:12:29 +00:00 |
dev_verbose.c
|
Rework the xxxVERBOSE option to share the common module-hook-based
|
2021-06-29 21:03:36 +00:00 |
dev_verbose.h
|
Rework the xxxVERBOSE option to share the common module-hook-based
|
2021-06-29 21:03:36 +00:00 |
devlist2h.awk
|
devlist2h.awk: Nix trailing whitespace.
|
2021-06-30 17:34:03 +00:00 |
dksubr.c
|
…
|
|
dkvar.h
|
…
|
|
efi.c
|
efi(4): Fix logic to handle buffer sizing.
|
2023-05-24 00:02:51 +00:00 |
efivar.h
|
efi(4): Implement MI parts of EFIIOC_GET_TABLE.
|
2023-05-22 16:27:58 +00:00 |
files.audio
|
Include sequencer code conditionally. Fixes build for sparc and sparc64
|
2022-06-04 20:12:10 +00:00 |
files.dev
|
Combine the midi and sequencer modules into a single midi_seq module
|
2022-06-04 03:31:10 +00:00 |
firmload.c
|
sys/filedesc.h: New home for extern cwdi0.
|
2022-10-26 23:39:10 +00:00 |
firmload.h
|
…
|
|
fss.c
|
Pass B_PHYS when reading from device. Xbd(4) at least checks
|
2023-03-22 21:14:46 +00:00 |
fssvar.h
|
…
|
|
ipmi.c
|
Ignore non-recoverable and critical limits smaller than the warning limits.
|
2023-03-22 13:00:54 +00:00 |
ipmivar.h
|
…
|
|
keylock.c
|
…
|
|
keylock.h
|
…
|
|
kloader.c
|
Switch to kmem(9).
|
2021-10-11 14:25:05 +00:00 |
kloader.h
|
…
|
|
kttcp.c
|
…
|
|
kttcpio.h
|
…
|
|
ld.c
|
…
|
|
ldvar.h
|
…
|
|
led.c
|
…
|
|
led.h
|
…
|
|
lockstat.c
|
fix various typos, mainly in comments, but also log messages, docs, game text.
|
2022-04-08 10:17:52 +00:00 |
lockstat.h
|
lockstat(4): Membar audit.
|
2022-02-27 14:16:12 +00:00 |
md.c
|
It is not sufficient to have a comment /* Sanity check the size. */,
|
2023-01-13 15:46:40 +00:00 |
md.h
|
…
|
|
md_root.c
|
…
|
|
midi.c
|
midi(4): No need to take lock just for callout_halt.
|
2022-10-23 23:03:30 +00:00 |
midi_if.h
|
…
|
|
midi_mod.c
|
Combine the midi and sequencer modules into a single midi_seq module
|
2022-06-04 03:31:10 +00:00 |
midi_seq_mod.c
|
Include sequencer code conditionally. Fixes build for sparc and sparc64
|
2022-06-04 20:12:10 +00:00 |
midictl.c
|
s/singled/single/
|
2022-10-31 20:35:02 +00:00 |
midictl.h
|
…
|
|
midisyn.c
|
…
|
|
midisynvar.h
|
…
|
|
midivar.h
|
…
|
|
mm.c
|
…
|
|
mm.h
|
Add missing double p and d for stopped and overriden accordingly.
|
2021-09-11 20:28:03 +00:00 |
nullcons_subr.c
|
…
|
|
radio.c
|
Merge thorpej-cfargs2.
|
2021-08-07 16:18:40 +00:00 |
radio_if.h
|
…
|
|
random.c
|
sys: Use preempt_point and preempt_needed, not open-coded versions.
|
2021-12-28 13:22:43 +00:00 |
sequencer.c
|
sequencer(4): Fix lock leak in ioctl(FIOASYNC).
|
2022-07-01 01:04:59 +00:00 |
sequencer_mod.c
|
Combine the midi and sequencer modules into a single midi_seq module
|
2022-06-04 03:31:10 +00:00 |
sequencervar.h
|
…
|
|
smbios.c
|
fix typos in word "successful".
|
2021-09-16 22:19:10 +00:00 |
smbios_platform.c
|
move the creation of machdep.smbios into platform_init().
|
2022-11-25 22:17:20 +00:00 |
smbiosvar.h
|
smbios: Add character device for accessing SMBIOS tables
|
2021-07-24 11:39:18 +00:00 |
spkr.c
|
spkr(4): Avoid some overflow issues.
|
2023-03-31 15:00:26 +00:00 |
spkr_audio.c
|
Remove unnecessary include of <sys/malloc.h>.
|
2022-09-24 23:16:02 +00:00 |
spkrio.h
|
…
|
|
spkrvar.h
|
…
|
|
veriexec.c
|
veriexec(4): Omit needless device crud in veriexec.c.
|
2022-02-12 02:40:48 +00:00 |
veriexec.config
|
…
|
|
video.c
|
video(9): Make softc argument mandatory for video_attach_mi.
|
2022-03-03 06:23:25 +00:00 |
video_if.h
|
fix various typos in comments.
|
2022-07-05 20:15:40 +00:00 |
vnd.c
|
Neither limit the number of requests for the page daemon.
|
2023-05-19 15:42:43 +00:00 |
vndvar.h
|
…
|
|