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_6_8_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.191   4 years  mpi   Implement kqueue(2) support. Assert that the KERNEL_LOCK() has to be held befor...
[TXT] audio_if.h  1.36   4 years  ratchov   Add the set_blksz() and set_nblks() audio driver functions. The first sets the ...
[TXT] bio.c  1.17   8 years  deraadt   trivial size to free()
[TXT] biovar.h  1.46   3 years  kn   Add include guard Input on naming schema, OK deraadt
[TXT] clock_subr.h  1.6   4 years  visa   Add function for attaching RTC drivers, to reduce direct use of todr_handle. OK...
[TXT] cninit.c  1.15   6 years  guenther   Delete unnecessary <sys/file.h> includes ok millert@ krw@
[TXT] cons.c  1.29   4 years  mpi   Fix incoherencies of errors returned by various *kqfilter routines. EOPNOTSUPP ...
[TXT] cons.h  1.18   8 years  bluhm   Allow sendsyslog(2) with LOG_CONS even when /dev/console has not been opened dur...
[TXT] diskmap.c  1.26   4 years  anton   Resolve some minor nits in diskmapioctl(): * Favor ENOTTY for unknown ioctl com...
[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.20   4 years  visa   Abstract the head of knote lists. This allows extending the lists, for example, ...
[TXT] ipmi.c  1.112   4 years  kettenis   Add glue to make ipmi(4) attach to FDT. ok deraadt@
[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.33   4 years  kettenis   Add glue to make ipmi(4) attach to FDT. ok deraadt@
[TXT] kcov.c  1.33   3 years  anton   Make kd_claim() accept an explicit argument representing the number of entries t...
[TXT] kstat.c  1.1   3 years  dlg   add kstat(4), a subsystem to let the kernel expose statistics to userland. a ks...
[TXT] ksyms.c  1.33   3 years  kettenis   Make /dev/ksyms work.
[TXT] midi.c  1.47   4 years  visa   Abstract the head of knote lists. This allows extending the lists, for example, ...
[TXT] midi_if.h  1.9   9 years  ratchov   hide private midi_softc strucure
[TXT] midivar.h  1.11   4 years  ratchov   Remove unused MIDI_MAXWRITE macro
[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.11   7 years  jsg   Fix indentation of a break statement. No binary change.
[TXT] radio_if.h  1.3   22 years  mickey   make radio attach, not steal other audio attachments
[TXT] radiovar.h  1.3   22 years  mickey   support detach, from netbsd
[TXT] rd.c  1.13   6 years  guenther   Don't pull in <sys/file.h> just to get fcntl.h ok deraadt@ krw@
[TXT] rnd.c  1.221   3 years  deraadt   slight copyright update regarding recent work
[TXT] rndis.h  1.2   7 years  mikeb   Add a missing status define
[TXT] softraid.c  1.415   3 years  krw   Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' membe...
[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.139   3 years  kn   Add size to free() call OK mvs
[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.65   8 years  krw   No need to rescan chunks in each discipline to find appropriate volume sector si...
[TXT] softraid_raid5.c  1.30   4 years  tobhe   Prevent NULL dereference in passing result of dma_alloc() with NO_WAIT to memcpy...
[TXT] softraid_raid6.c  1.71   8 years  krw   No need to rescan chunks in each discipline to find appropriate volume sector si...
[TXT] softraidvar.h  1.171   3 years  krw   Nuke unused struct scsi_link members of adapter softc's where the driver success...
[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.44   4 years  mpi   Implement kqueue(2) support. ok visa@
[TXT] video_if.h  1.18   9 years  armani   Add VIDIOC_G_INPUT ioctl, some ports need it (at least ffmpeg) ok ratchov@, sth...
[TXT] vnd.c  1.171   4 years  beck   Re-enable IO_NOCACHE, and use is in vnd. Ensure that io to a file backing a vnd...
[TXT] vndioctl.h  1.11   4 years  jca   Delete commented out VNDIOCGET60 ioctl Spotted by Benjamin Baier
[TXT] vscsi.c  1.57   3 years  krw   Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' membe...
[TXT] vscsivar.h  1.5   13 years  dlg   provide VSCSI_STAT_RESET so userland can tell us that the connection to the devi...