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_9


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.48   18 years  brad   remove last traces of __BROKEN_INDIRECT_CONFIG. Thanks to aanriot@ and Michael ...
[TXT] audio_if.h  1.25   20 years  pvalchev   remote splaudio hack, now that all architectures that need it, have it in MI inc...
[TXT] bio.c  1.6   18 years  dlg   add bio_unregister so drivers can remove their bio entry on error or detach. ok...
[TXT] biovar.h  1.20   18 years  dlg   blinking doesnt care about volid and diskid at the moment. use target instead
[TXT] clock_subr.h  1.3   22 years  millert   First round of __P removal in sys
[TXT] cninit.c  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] cons.c  1.16   18 years  miod   Split the d_type field of cdevsw entries into d_type and d_flags for clarity. Di...
[TXT] cons.h  1.15   18 years  miod   Let cons_init() and cons_init_bell() initialize the whole consdev structure, thu...
[TXT] firmload.c  1.7   18 years  deraadt   ENAMETOOLONG if path too long; ok miod pedro
[TXT] hotplug.c  1.6   19 years  drahn   If the hotplug queue is full, bump the tail pointer in the circular buffer. ok g...
[TXT] ipmi.c  1.34   18 years  marco   Disable iic whenever ipmi is enabled. This fixes boxes like Sun x4200 that frea...
[TXT] ipmivar.h  1.10   18 years  marco   Kill all typedef struct goo.
[TXT] ksyms.c  1.16   19 years  pefo   mips/sgi uses same symbol table style setup as sparc64 OK mickey@
[TXT] midi.c  1.12   19 years  deraadt   the following patch fixes a bug preventing midi uarts that do not support interr...
[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.5   18 years  millert   Move contents of sys/select.h to sys/selinfo.h in preparation for a userland-vis...
[TXT] mulaw.c  1.12   19 years  pascoe   Correct signed/unsigned mismatches in compatibility macros and add mono-to-stere...
[TXT] mulaw.h  1.12   19 years  pascoe   Correct signed/unsigned mismatches in compatibility macros and add mono-to-stere...
[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.79   18 years  djm   use monotonic time for repeat event detections; feedback and ok deraadt@
[TXT] vnd.c  1.58   18 years  miod   b_cylin -> b_cylinder; no functional change.
[TXT] vndioctl.h  1.6   19 years  pedro   add the VNDIOCGET ioctl to vnode disks, ok millert@
[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.64   18 years  pedro   Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. Inspirati...
[TXT] ccdvar.h (in the Attic) [Hide]  1.8   19 years  mickey   calculate the rpm for a disklabel; implement new io discipline for mirror; this ...
[TXT] clock_subr.c (in the Attic) [Hide]  1.3   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] midisyn.c (in the Attic) [Hide]  1.5   18 years  millert   Move contents of sys/select.h to sys/selinfo.h in preparation for a userland-vis...
[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.26   18 years  miod   Do not compile RAMDISK_SERVER functionnality by default if option SMALL_KERNEL; ...
[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   21 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.11   18 years  millert   Move contents of sys/select.h to sys/selinfo.h in preparation for a userland-vis...
[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.40.2.1   17 years  brad   MFC: Fix by djm@ fix an exploitable integer overflow found by Chris Evans of Go...
[TXT] systrace.h (in the Attic) [Hide]  1.18.6.1   17 years  brad   MFC: Fix by djm@ fix an exploitable integer overflow found by Chris Evans of Go...