OpenBSD CVS

src/sys/dev/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / dev

Current tag: OPENBSD_7_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] acpi/        
[DIR] adb/        
[DIR] ata/        
[DIR] atapi/        
[DIR] atapiscsi/        
[DIR] bluetooth/        
[DIR] cardbus/        
[DIR] crypto/        
[DIR] dec/        
[DIR] dt/        
[DIR] efi/        
[DIR] eisa/        
[DIR] fdt/        
[DIR] gpio/        
[DIR] hid/        
[DIR] hil/        
[DIR] i2c/        
[DIR] i2o/        
[DIR] ic/        
[DIR] ieee1394/        
[DIR] isa/        
[DIR] microcode/        
[DIR] mii/        
[DIR] ofw/        
[DIR] onewire/        
[DIR] pci/        
[DIR] pckbc/        
[DIR] pcmcia/        
[DIR] ppbus/        
[DIR] puc/        
[DIR] pv/        
[DIR] raidframe/        
[DIR] rasops/        
[DIR] rcons/        
[DIR] sbus/        
[DIR] sdmmc/        
[DIR] spi/        
[DIR] std/        
[DIR] sun/        
[DIR] tc/        
[DIR] usb/        
[DIR] vesa/        
[DIR] videomode/        
[DIR] vmm/        
[DIR] wscons/        
[DIR] wsfont/        
[DIR] x86emu/        
[TXT] audio.c  1.206   15 months  visa   Adjust knote(9) API Make knote(9) lock the knote list internally, and add knote...
[TXT] audio_if.h  1.42   19 months  kn   Remove audio(9) speaker_ctl(), let open() handle speakers where needed Only fiv...
[TXT] bio.c  1.17   8 years  deraadt   trivial size to free()
[TXT] biovar.h  1.46   4 years  kn   Add include guard Input on naming schema, OK deraadt
[TXT] clock_subr.h  1.8   19 months  kettenis   Extend struct todr_chip_handle with a todr_quality member. This allows us to as...
[TXT] cninit.c  1.15   6 years  guenther   Delete unnecessary <sys/file.h> includes ok millert@ krw@
[TXT] cons.c  1.30   23 months  visa   Remove unused device poll functions. Also remove unneeded includes of <sys/poll...
[TXT] cons.h  1.19   23 months  visa   Remove unused device poll functions. Also remove unneeded includes of <sys/poll...
[TXT] diskmap.c  1.27   13 months  jsg   remove duplicate includes ok deraadt@ miod@ krw@
[TXT] firmload.c  1.16   5 years  deraadt   Instead of using BYPASSUNVEIL at NDINIT time, use KERNELPATH to indicate we want...
[TXT] hotplug.c  1.24   8 months  mvs   Introduce `hotplug_mtx' mutex(9) and make `hotplugread_filtops' MP safe. Use thi...
[TXT] ipmi.c  1.118   2 years  mbuhl   fix leaking memory in get_sdr on failure. Found by LLVM scan-build. ok sthen@
[TXT] ipmi.h  1.1   8 years  uebayasi   Implement FreeBSD-compatible IOCTL to access BMC in ipmi(4) Initial help & test...
[TXT] ipmivar.h  1.34   3 years  kettenis   OPAL implements firmware calls that abstract communicating with the BMC over IPM...
[TXT] kcov.c  1.49   10 months  anton   Read curcpu once in kcov code hot paths.
[TXT] kstat.c  1.2   2 years  dlg   add kstat_remove so you can tear the struct apart before kstat_destroy
[TXT] ksyms.c  1.34   2 years  guenther   __LDPGSZ hasn't been used here since rev 1.23 (2013). Delete comment referring t...
[TXT] midi.c  1.56   8 months  mvs   Use existing `audio_lock' mutex(9) to make `midi{read,write}_filtops' MP safe. k...
[TXT] midi_if.h  1.10   2 years  miod   Constify struct {audio,midi,radio,video}_hw_if. No functional change. ok mpi@ r...
[TXT] midivar.h  1.14   8 months  mvs   Use existing `audio_lock' mutex(9) to make `midi{read,write}_filtops' MP safe. k...
[TXT] mulaw.c  1.18   8 years  ratchov   Reimplement the audio driver in a simpler way, removing unused/unusable function...
[TXT] mulaw.h  1.16   8 years  ratchov   Reimplement the audio driver in a simpler way, removing unused/unusable function...
[TXT] radio.c  1.13   2 years  naddy   constify struct cfattach
[TXT] radio_if.h  1.4   2 years  miod   Constify struct {audio,midi,radio,video}_hw_if. No functional change. ok mpi@ r...
[TXT] radiovar.h  1.4   2 years  miod   Constify struct {audio,midi,radio,video}_hw_if. No functional change. ok mpi@ r...
[TXT] rd.c  1.14   2 years  naddy   constify struct cfattach
[TXT] rnd.c  1.226   15 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] rndis.h  1.3   2 years  jsg   spelling feedback and ok tb@ jmc@ ok ratchov@
[TXT] softraid.c  1.429   17 months  kn   Move duplicate code to new sr_find_discipline() helper OK miod
[TXT] softraid_concat.c  1.27   4 years  krw   Reduce minimum allowed number of chunks in a CONCAT volume from 2 to 1. This in...
[TXT] softraid_crypto.c  1.145   2 years  tobhe   Remove crp_etype and return errors directly from crypto_invoke() ok patrick@
[TXT] softraid_raid0.c  1.53   4 years  tobhe   Add missing %s in sr_error, otherwise 'sd->sd_name' is not printed. ok kn@
[TXT] softraid_raid1.c  1.67   3 years  deraadt   panic does not require a \n at the end. When one is provided, it looks wrong.
[TXT] softraid_raid1c.c  1.6   2 years  tobhe   Remove crp_etype and return errors directly from crypto_invoke() ok patrick@
[TXT] softraid_raid5.c  1.32   3 years  deraadt   panic does not require a \n at the end. When one is provided, it looks wrong.
[TXT] softraid_raid6.c  1.72   3 years  deraadt   panic does not require a \n at the end. When one is provided, it looks wrong.
[TXT] softraidvar.h  1.176   17 months  kn   Remove unused *sd_scsibus_dev member from struct sr_discipline Under _KERNEL, d...
[TXT] spdmem.c  1.7   4 years  kettenis   Fix DDR4 DIMM size calculation. ok claudio@
[TXT] spdmemvar.h  1.1   14 years  miod   Split existing spdmem@i2c code into bus-agnostic spd record decoding code, and a...
[TXT] video.c  1.57   23 months  visa   Remove unused device poll functions. Also remove unneeded includes of <sys/poll...
[TXT] video_if.h  1.19   2 years  miod   Constify struct {audio,midi,radio,video}_hw_if. No functional change. ok mpi@ r...
[TXT] vnd.c  1.181   12 months  krw   Improve emulation of a disktab entry (-t) by using the type specified in the dis...
[TXT] vndioctl.h  1.12   12 months  krw   Improve emulation of a disktab entry (-t) by using the type specified in the dis...
[TXT] vscsi.c  1.61   23 months  visa   Remove unused device poll functions. Also remove unneeded includes of <sys/poll...
[TXT] vscsivar.h  1.5   13 years  dlg   provide VSCSI_STAT_RESET so userland can tell us that the connection to the devi...