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_2_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.40   21 years  mickey   space cleanup; some from grendel@zeitbombe.org
[TXT] audio_if.h  1.20   21 years  mickey   space cleanup; some from grendel@zeitbombe.org
[TXT] bio.c  1.1   21 years  niklas   branches: 1.1.4; 1.1.8; bio is a driver that can delegate ioctls to other driv...
[TXT] biovar.h  1.1   21 years  niklas   branches: 1.1.4; 1.1.8; bio is a driver that can delegate ioctls to other driv...
[TXT] clock_subr.h  1.3   22 years  millert   First round of __P removal in sys
[TXT] cninit.c  1.5   21 years  miod   Prune duplicate definitions from <dev/cons.h>
[TXT] cons.c  1.10   23 years  aaron   Implement cnbell(), an optional entrypoint that rings the console bell; from Net...
[TXT] cons.h  1.11   22 years  millert   Cosmetic changes only, primarily making comments line up nicely after the __P re...
[TXT] ksyms.c  1.13   21 years  mickey   proper cdev_decl(ksyms), fix ksyms's broken functions
[TXT] midi.c  1.8   22 years  millert   First round of __P removal in sys
[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.9   22 years  nate   new conversion functions from NetBSD for uaudio
[TXT] mulaw.h  1.9   22 years  nate   new conversion functions from NetBSD for uaudio
[TXT] radio.c  1.6   22 years  mickey   make radio attach, not steal other audio attachments
[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.1   23 years  deraadt   oh, i forgot to put this in ;-)
[TXT] rnd.c  1.60   21 years  mickey   add kqfilter for random, regress is coming
[TXT] vnd.c  1.34   22 years  art   Make sure that b_iodone handlers are called at splbio (and splassert(IPL_BIO) in...
[TXT] vndioctl.h  1.4   22 years  niklas   Make vnds larger than 2G work, mostly by Daniel Lucq <daniel@lucq.org> toouches ...
[TXT] auconv.c (in the Attic) [Hide]  1.5   22 years  nate   new conversion functions from NetBSD for uaudio
[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.49   22 years  art   Make sure that b_iodone handlers are called at splbio (and splassert(IPL_BIO) in...
[TXT] ccdvar.h (in the Attic) [Hide]  1.5   22 years  millert   Add some missing lengths checks when passing data from userland to kernel. From...
[TXT] clock_subr.c (in the Attic) [Hide]  1.2   22 years  millert   First round of __P removal in sys
[TXT] midisyn.c (in the Attic) [Hide]  1.3   22 years  millert   Final __P removal plus some cosmetic fixups
[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.19   22 years  art   Protect biodone calls with splbio.
[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.9   23 years  mickey   fix ioctls; pointed out by Pawel Krawczyk <http://ceti.pl/~kravietz/>
[TXT] rndvar.h (in the Attic) [Hide]  1.17   22 years  deraadt   kill unused arc4random_8() API
[TXT] sequencer.c (in the Attic) [Hide]  1.8   21 years  nordin   Variable name typo in debugging code. tick -> ticks.
[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.21   21 years  itojun   cast size_t to u_long on printing. from netbsd
[TXT] systrace.h (in the Attic) [Hide]  1.8   21 years  provos   better uid/gid tracking; okay deraadt@