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_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.120   10 years  deraadt   don't do a timeout+task song and dance, instead use DVACT_WAKEUP directly. There...
[TXT] audio_if.h  1.28   11 years  ratchov   Introduce a global interrupt-aware mutex protecting data structures (including s...
[TXT] bio.c  1.14   12 years  jsing   Implement a status message interface for bio(4) capable devices.
[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.12   10 years  kettenis   Get rid of cnset(). It is only used on amd64/i386 and doesn't really do anythin...
[TXT] cons.c  1.23   12 years  nicm   Nuke the useless D_KQFILTER flag and just check that d_kqfilter is filled in. Mo...
[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.7   12 years  guenther   Add struct proc * argument to FRELE() and FILE_SET_MATURE() in anticipation of f...
[TXT] firmload.c  1.10   13 years  marco   renegade tabs, no binary change
[TXT] hotplug.c  1.12   12 years  nicm   kqueue attach functions should return an errno or 0, not a plain 1. Fix the obvi...
[TXT] ipmi.c  1.69   10 years  bluhm   The ipmi threshold value may be negative. Respect the sign bit when checking we...
[TXT] ipmivar.h  1.18   17 years  deraadt   split userland & kernel struct sensor/sensordev so that the addition of new fiel...
[TXT] ksyms.c  1.23   10 years  deraadt   Remove support for a.out and ecoff. We only do elf now. ok miod
[TXT] midi.c  1.30   11 years  ratchov   Introduce a global interrupt-aware mutex protecting data structures (including s...
[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.9   12 years  matthew   Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing that's eve...
[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.6   10 years  deraadt   final removal of daddr64_t. daddr_t has been 64 bit for a long enough test peri...
[TXT] rnd.c  1.155   10 years  tedu   tiny style adjustments
[TXT] softraid.c  1.331   10 years  jsing   Add some debug messages to the rebuild process and fix a bogus comment.
[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.109   10 years  jsing   Remove a pesky free that was supposed to be removed in an earlier commit.
[TXT] softraid_raid0.c  1.45   10 years  krw   Don't cast int64_t variables to (long long) when using %lld.
[TXT] softraid_raid1.c  1.56   10 years  jsing   Switch metadata saves from the system workq to the system taskq. ok dlg@
[TXT] softraid_raid5.c  1.15   10 years  jsing   Add support for rebuilding a RAID5 volume. Lots of testing is still required and...
[TXT] softraid_raid6.c  1.61   10 years  jsing   Move sr_dump from the RAID5 code into shared code. Rename it to sr_dump_block an...
[TXT] softraidvar.h  1.154   10 years  jsing   Add a debug flag for rebuild.
[TXT] spdmem.c  1.3   13 years  chl   Remove dead assignments and newly created unused variables. Found by LLVM/Clang...
[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.28   12 years  matthew   Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing that's eve...
[TXT] video_if.h  1.17   13 years  jakemsr   support VIDIOC_S_PARM and VIDIOC_G_PARM. these ioctls are used for setting and ...
[TXT] vnd.c  1.152   10 years  krw   Use %llu+DL_GETPSIZE() to show partition size. Replace %li+(long) with %u for u_...
[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.28   10 years  dlg   iscsid can handle multiple outstanding commands per lun. with the latency on isc...
[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.29   10 years  dlg   replace disksort with bufqs. i havent had any tests, so if there's any fallout ...
[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.33   10 years  deraadt   Refactor rnd startup so arc4random/arc4random_buf can create a chacha state on f...
[TXT] softraid_aoe.c (in the Attic) [Hide]  1.36   10 years  jsing   Allow for variable sized work units. ok krw@
[TXT] systrace.c (in the Attic) [Hide]  1.63   12 years  guenther   Add struct proc * argument to FRELE() and FILE_SET_MATURE() in anticipation of f...
[TXT] systrace.h (in the Attic) [Hide]  1.23   12 years  matthew   Add support for *at(2) system calls to systrace(1). ok deraadt@, sthen@, jasper...
[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.16   10 years  mpi   Replace most of our formating functions to convert IPv4/6 addresses from network...
[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...