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_5_7_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.129   9 years  miod   First step towards making uiomove() take a size_t size argument: - rename uiomov...
[TXT] audio_if.h  1.28   11 years  ratchov   Introduce a global interrupt-aware mutex protecting data structures (including s...
[TXT] bio.c  1.15   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] biovar.h  1.43   10 years  kettenis   Add support for displaying the cache write policy of RAID volumes to bioctl(8) a...
[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.13   9 years  jsg   remove uneeded proc.h includes ok mpi@ kspillner@
[TXT] cons.c  1.24   9 years  jsg   remove uneeded proc.h includes ok mpi@ kspillner@
[TXT] cons.h  1.17   10 years  kettenis   Get rid of cnset(). It is only used on amd64/i386 and doesn't really do anythin...
[TXT] diskmap.c  1.9   9 years  tedu   primary change: move uvm_vnode out of vnode, keeping only a pointer. objective: ...
[TXT] firmload.c  1.11   9 years  tedu   add a size argument to free. will be used soon, but for now default to 0. after ...
[TXT] hotplug.c  1.14   9 years  miod   Switch uiomovei(..., sizeof whatever, ...) to uiomove().
[TXT] ipmi.c  1.75   9 years  yasuoka   Fix impi(4) to make watchdog work and not to panic. diff from uebayasi jsg ok u...
[TXT] ipmivar.h  1.19   9 years  yasuoka   Fix impi(4) to make watchdog work and not to panic. diff from uebayasi jsg ok u...
[TXT] ksyms.c  1.27   9 years  miod   First step towards making uiomove() take a size_t size argument: - rename uiomov...
[TXT] midi.c  1.33   9 years  miod   First step towards making uiomove() take a size_t size argument: - rename uiomov...
[TXT] midi_if.h  1.7   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[TXT] midivar.h  1.7   11 years  ratchov   Delete the sequencer(4) driver, since its not used any longer. Diff mostly from ...
[TXT] mulaw.c  1.14   16 years  jakemsr   - add a couple more mono-to-stereo conversions - add stereo-to-mono conversions ...
[TXT] mulaw.h  1.14   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[TXT] radio.c  1.10   9 years  jsg   remove uneeded proc.h includes ok mpi@ kspillner@
[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.9   9 years  deraadt   obvious non-overlap bcopy -> memcpy
[TXT] rnd.c  1.172   9 years  tedu   the rnd event ringbuf calculations aren't correct, which may result in failure t...
[TXT] softraid.c  1.349   9 years  dlg   we want to defer work traditionally (in openbsd) handled in an interrupt context...
[TXT] softraid_concat.c  1.21   10 years  krw   Stray missing (long long) on a daddr_t variable being printed. ok jsing@
[TXT] softraid_crypto.c  1.116   9 years  tedu   bcopy to memcpy. ok deraadt millert
[TXT] softraid_raid0.c  1.47   9 years  tedu   move arc4random prototype to systm.h. more appropriate for most code to include ...
[TXT] softraid_raid1.c  1.60   9 years  dlg   remove #include <sys/workq.h>. it wont exist anymore soon.
[TXT] softraid_raid5.c  1.17   9 years  tedu   move arc4random prototype to systm.h. more appropriate for most code to include ...
[TXT] softraid_raid6.c  1.63   9 years  jsg   remove uneeded proc.h includes ok mpi@ kspillner@
[TXT] softraidvar.h  1.159   9 years  dlg   remove the second void * argument on tasks. when workqs were introduced, we pro...
[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.35   9 years  miod   First step towards making uiomove() take a size_t size argument: - rename uiomov...
[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.155   9 years  doug   yet more mallocarray() changes. ok tedu@ deraadt@
[TXT] vndioctl.h  1.8   15 years  krw   Replace -s (sector size) option with more general -t (disktype) option which mak...
[TXT] vscsi.c  1.37   9 years  dlg   remove the second void * argument on tasks. when workqs were introduced, we pro...
[TXT] vscsivar.h  1.5   13 years  dlg   provide VSCSI_STAT_RESET so userland can tell us that the connection to the devi...
[TXT] auconv.c (in the Attic) [Hide]  1.9   15 years  okan   Remove clauses 3 and 4 from NetBSD license. from ray; ok ray, deraadt
[TXT] auconv.h (in the Attic) [Hide]  1.8   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[TXT] flash.c (in the Attic) [Hide]  1.30   10 years  miod   Format string fixes and removal of -Wno-format for arm kernels.
[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.36   9 years  deraadt   New framework that allows hibernate to pass in entropy from it's fresh boot. ok ...
[TXT] systrace.c (in the Attic) [Hide]  1.74   9 years  miod   Another uiomovei(,sizeof,) -> uiomove
[TXT] systrace.h (in the Attic) [Hide]  1.25   9 years  deraadt   #include <sys/syslimits.h> to allow operation without requiring the noise of <sy...
[TXT] videovar.h (in the Attic) [Hide]  1.7   13 years  jakemsr   implement poll() for video(4) ok mglocker
[TXT] vmt.c (in the Attic) [Hide]  1.28   9 years  deraadt   New framework that allows hibernate to pass in entropy from it's fresh boot. ok ...
[TXT] vmtvar.h (in the Attic) [Hide]  1.1   15 years  dlg   vmt(4) is a kernel level implementation of the vmware tools. it only provides t...