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_4_9_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.111   13 years  miod   Don't #include "foo.h" #if NFOO > 0 (whole file) #endif since config(8) ...
[TXT] audio_if.h  1.27   13 years  jakemsr   add two new members to structs audio_encoding and audio_prinfo. for both structs...
[TXT] bio.c  1.12   14 years  miod   Correctly return ENXIO on unhandled ioctls; ok marco@
[TXT] biovar.h  1.38   14 years  jsing   Add an ioctl to softraid to allow the boot block and boot loader to be installed...
[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.10   13 years  guenther   Don't #include <sys/user.h> into files that don't need the stuff it defines. In...
[TXT] cons.c  1.20   13 years  guenther   Don't #include <sys/user.h> into files that don't need the stuff it defines. In...
[TXT] cons.h  1.16   16 years  jsing   Cleanup cn_pri. Change constants to more meaningful names, rather than the hp300...
[TXT] diskmap.c  1.3   13 years  thib   Only init the nameidata parts that are strictly needed instead of using NDINIT a...
[TXT] firmload.c  1.9   16 years  espie   look for firmload on /mnt/etc/firmware as well, only for ramdisks. okay deraadt@...
[TXT] hotplug.c  1.11   13 years  tedu   revert the malloc change, as it meant dropping events before the device is opene...
[TXT] ipmi.c  1.65   14 years  deraadt   We sometimes compile kernels with -Wvariable-decl because it makes us happier re...
[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.20   13 years  miod   Kill pmap_phys_address(), and force every driver's mmap() routine to return a ph...
[TXT] midi.c  1.25   13 years  ratchov   while closing the device, don't sleep with the PCATCH flag, otherwise a signal (...
[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.5   18 years  millert   Move contents of sys/select.h to sys/selinfo.h in preparation for a userland-vis...
[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.8   14 years  pirofti   Get rid of devact enum, substitute it with an int and coresponding defines. Thi...
[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.2   15 years  deraadt   ANSI and other cleanups; ok krw
[TXT] rnd.c  1.139   13 years  djm   bring back carrying over state from the previous RC4 instance when rekeying; ok ...
[TXT] softraid.c  1.221   13 years  marco   spaces that make my eyes bleed. no binary change.
[TXT] softraid_crypto.c  1.62   13 years  marco   stray tab
[TXT] softraid_raid0.c  1.22   13 years  jsing   Determine the data offset using a variable specified within the softraid metadat...
[TXT] softraid_raid1.c  1.26   13 years  marco   Move raid1 and crypto io to a workq. This is to avoid a potential VOP_ call whi...
[TXT] softraid_raid6.c  1.19   13 years  krw   No "\n" needed at the end of panic() strings. Bogus chunks pointed out by matth...
[TXT] softraidvar.h  1.97   13 years  marco   spaces that make my eyes bleed. no binary change.
[TXT] spdmem.c  1.2   13 years  jsg   fix a logic error found by lint
[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.26   13 years  miod   Kill pmap_phys_address(), and force every driver's mmap() routine to return a ph...
[TXT] video_if.h  1.16   15 years  mglocker   Add support for processing unit (e.g. brightness) controls. New V4L2 ioctls the...
[TXT] vnd.c  1.107   13 years  thib   A vnd buf doesn't only go through the vnd bufq but also the bufq for the device ...
[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.21   13 years  dlg   when vscsi is closed, deactivate all child devices so when we kill the commands ...
[TXT] vscsivar.h  1.4   13 years  dlg   the midlayer uses -1 as a wildcard when processing requests for probes or detach...
[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] audiovar.h (in the Attic) [Hide]  1.13   13 years  jakemsr   change quiescing to not call the audio_hw_if halt method in interrupt context, b...
[TXT] ccd.c (in the Attic) [Hide]  1.92   13 years  matthew   All users of physio(9) now pass NULL as the buf pointer argument, so no point in...
[TXT] ccdvar.h (in the Attic) [Hide]  1.12   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.20   13 years  jasper   - missing semicolon from r@undefined.ch
[TXT] flashvar.h (in the Attic) [Hide]  1.5   14 years  pirofti   Get rid of devact enum, substitute it with an int and coresponding defines. Thi...
[TXT] ramdisk.c (in the Attic) [Hide]  1.50   13 years  matthew   All users of physio(9) now pass NULL as the buf pointer argument, so no point in...
[TXT] ramdisk.h (in the Attic) [Hide]  1.5   22 years  millert   First round of __P removal in sys
[TXT] rndvar.h (in the Attic) [Hide]  1.29   13 years  deraadt   split randomattach into random_init() and random_start(), so that we can make at...
[TXT] sequencer.c (in the Attic) [Hide]  1.20   13 years  miod   Don't #include "foo.h" #if NFOO > 0 (whole file) #endif since config(8) ...
[TXT] sequencervar.h (in the Attic) [Hide]  1.4   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[TXT] softraid_aoe.c (in the Attic) [Hide]  1.17   13 years  krw   Don't timeout_add() when the referenced struct is about to be discarded. It will...
[TXT] softraid_raidp.c (in the Attic) [Hide]  1.19   13 years  krw   No "\n" needed at the end of panic() strings. Bogus chunks pointed out by matth...
[TXT] systrace.c (in the Attic) [Hide]  1.53   13 years  deraadt   No need for read/write functions, just use enodev like all the other things thin...
[TXT] systrace.h (in the Attic) [Hide]  1.21   15 years  deraadt   systrace activation happens in the middle of a rather sensitive piece of fork(),...
[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.11   13 years  dtucker   Fix newlines for error on attach case. with & ok dlg.
[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...