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_3_5


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.43   20 years  brad   remove uvm_extern.h tested on alpha, i386, powerpc, sparc64, m68k. ok miod@
[TXT] audio_if.h  1.24   20 years  deraadt   same gory splaudio hack for amd64, sigh
[TXT] bio.c  1.3   20 years  millert   Remove some double semicolons (hmm, do two semis equal a maxi?). I've skipped th...
[TXT] biovar.h  1.2   20 years  deraadt   fix various 3/4 licenses according to "terms" file
[TXT] clock_subr.h  1.3   22 years  millert   First round of __P removal in sys
[TXT] cninit.c  1.6   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] cons.c  1.14   20 years  millert   Replace select backends with poll backends. selscan() and pollscan() now call t...
[TXT] cons.h  1.13   20 years  millert   Replace select backends with poll backends. selscan() and pollscan() now call t...
[TXT] ksyms.c  1.15   20 years  brad   remove uvm_extern.h tested on alpha, i386, powerpc, sparc64, m68k. ok miod@
[TXT] midi.c  1.9   20 years  millert   Replace select backends with poll backends. selscan() and pollscan() now call t...
[TXT] midi_if.h  1.5   22 years  millert   Cosmetic changes only, primarily making comments line up nicely after the __P re...
[TXT] midivar.h  1.2   23 years  art   Convert to new timeouts.
[TXT] mulaw.c  1.11   20 years  deraadt   slinear to alaw converters; from netbsd, via jakemsr@jakemsr.com
[TXT] mulaw.h  1.11   20 years  deraadt   slinear to alaw converters; from netbsd, via jakemsr@jakemsr.com
[TXT] radio.c  1.6   21 years  mickey   make radio attach, not steal other audio attachments
[TXT] radio_if.h  1.3   21 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.1   23 years  deraadt   oh, i forgot to put this in ;-)
[TXT] rnd.c  1.67.2.1   19 years  brad   MFC: Fix by millert@ Allocate buffers in randomread and randomwrite via malloc ...
[TXT] vnd.c  1.45   20 years  tedu   3 buglets. if keylen < 0, bad things happen. large keys are useless, limit size ...
[TXT] vndioctl.h  1.5   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] auconv.c (in the Attic) [Hide]  1.6   20 years  jason   ansify and add an alaw <-> mulaw conversion
[TXT] auconv.h (in the Attic) [Hide]  1.6   22 years  nate   new conversion functions from NetBSD for uaudio
[TXT] audiovar.h (in the Attic) [Hide]  1.9   21 years  mickey   space cleanup; some from grendel@zeitbombe.org
[TXT] ccd.c (in the Attic) [Hide]  1.55   20 years  tedu   new arg to disk_unbusy, to record separate read/write statistics. looked at by v...
[TXT] ccdvar.h (in the Attic) [Hide]  1.6   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] clock_subr.c (in the Attic) [Hide]  1.3   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] midisyn.c (in the Attic) [Hide]  1.4   21 years  tedu   correct check for the size of semitones credit to Yichen Xie's bounds checker o...
[TXT] midisynvar.h (in the Attic) [Hide]  1.2   22 years  millert   First round of __P removal in sys
[TXT] ramdisk.c (in the Attic) [Hide]  1.23   20 years  miod   Do not fill more than the first three fields of cfdriver structures unless neces...
[TXT] ramdisk.h (in the Attic) [Hide]  1.5   22 years  millert   First round of __P removal in sys
[TXT] rndioctl.h (in the Attic) [Hide]  1.10   20 years  mickey   kill the caluses three and four on some of my code
[TXT] rndvar.h (in the Attic) [Hide]  1.19   20 years  tedu   add arc4random_bytes. input ok mickey@
[TXT] sequencer.c (in the Attic) [Hide]  1.9   20 years  millert   Replace select backends with poll backends. selscan() and pollscan() now call t...
[TXT] sequencervar.h (in the Attic) [Hide]  1.3   22 years  millert   First round of __P removal in sys
[TXT] systrace.c (in the Attic) [Hide]  1.34   20 years  jmc   typos from Tom Cosgrove;
[TXT] systrace.h (in the Attic) [Hide]  1.15   20 years  sturm   originally from cb@netbsd.org, adapted by provos itojun@ ok fix a race conditi...