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_5_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.178   5 years  ratchov   Try to start playback after play buffer pointers are advanced. Allows playback ...
[TXT] audio_if.h  1.35   5 years  ratchov   Add new copy_output() and underrun() methods to support drivers using bounce buf...
[TXT] bio.c  1.17   8 years  deraadt   trivial size to free()
[TXT] biovar.h  1.45   7 years  dlg   change some types in bio from u_quad_t to uint64_t, and fix casts in drivers tha...
[TXT] clock_subr.h  1.5   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[TXT] cninit.c  1.15   6 years  guenther   Delete unnecessary <sys/file.h> includes ok millert@ krw@
[TXT] cons.c  1.28   6 years  mpi   Remove almost unused `flags' argument of suser(). The account flag `ASU' will n...
[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.24   5 years  visa   Make fnew() return a new file with only one reference. This makes the API more l...
[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.16   7 years  tedu   per trending style, add continue to empty loops. ok mglocker
[TXT] ipmi.c  1.102   5 years  yasuoka   Use IPL_MPFLOOR for ipmi mutex to prevent a interrupt which requires KERNEL_LOCK...
[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.28   8 years  uebayasi   Implement FreeBSD-compatible IOCTL to access BMC in ipmi(4) Initial help & test...
[TXT] kcov.c  1.13   5 years  anton   Add support for a new kcov trace mode called KCOV_MODE_TRACE_CMP where compariso...
[TXT] ksyms.c  1.32   5 years  millert   I am retiring my old email address; replace it with my OpenBSD one.
[TXT] midi.c  1.43   6 years  kettenis   Remove SIGIO support. The audio(4) driver doesn't implement it either and the p...
[TXT] midi_if.h  1.9   9 years  ratchov   hide private midi_softc strucure
[TXT] midivar.h  1.10   6 years  kettenis   Remove SIGIO support. The audio(4) driver doesn't implement it either and the p...
[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.199   6 years  jasper   replace add_*_randomness with enqueue_randomness() this gets rid of the source ...
[TXT] rndis.h  1.2   7 years  mikeb   Add a missing status define
[TXT] softraid.c  1.392   6 years  visa   Remove proc from the parameters of vn_lock(). The parameter is unnecessary becau...
[TXT] softraid_concat.c  1.26   7 years  krw   Restore calculation of volume size. Accidentally removed in r1.25. Fixes creatio...
[TXT] softraid_crypto.c  1.137   6 years  jsing   Limit the maximum size of softraid crypto volumes that can be created to the siz...
[TXT] softraid_raid0.c  1.52   8 years  krw   No need to rescan chunks in each discipline to find appropriate volume sector si...
[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.27   7 years  krw   Using '4' as the max # of ccb's in a work unit doesn't work so well when the num...
[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.168   5 years  kn   Unbreak SR_DEBUG builds In arch/amd64/amd64/machdep.c r1.239 (21.02.2018) guent...
[TXT] spdmem.c  1.5   9 years  jsg   Correct a bit test for DDR2 CAS Latency and recognise CL7 and CL6. While the spe...
[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.41   6 years  mpi   Fix debug printf, from Dave Voutila.
[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.168   6 years  visa   Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always curproc tha...
[TXT] vndioctl.h  1.10   7 years  jca   Kill compat for old VNDIOCSET; ok deraadt@
[TXT] vscsi.c  1.41   7 years  chl   Remove dead assignment and now unused variable. Found by LLVM/Clang Static Anal...
[TXT] vscsivar.h  1.5   13 years  dlg   provide VSCSI_STAT_RESET so userland can tell us that the connection to the devi...
[TXT] flash.c (in the Attic) [Hide]  1.32   7 years  deraadt   Also pass the blk offset to disk_unbusy(), so that it can pass it to the random ...
[TXT] flashvar.h (in the Attic) [Hide]  1.7   10 years  dlg   replace disksort with bufqs. i havent had any tests, so if there's any fallout ...
[TXT] rndvar.h (in the Attic) [Hide]  1.39   6 years  jasper   replace add_*_randomness with enqueue_randomness() this gets rid of the source ...