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_0_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.114   12 years  matthew   Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing that's eve...
[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.40   13 years  marco   fix copy and paste in BIOCINSTALLBOOT ioctl number. found by Vadim Zhukov <pers...
[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.11   12 years  tedu   ansify a few files. ok deraadt dlg krw matthew
[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.16   16 years  jsing   Cleanup cn_pri. Change constants to more meaningful names, rather than the hp300...
[TXT] diskmap.c  1.6   12 years  matthew   Add new syscall entries to support the openat(2) family of functions added in PO...
[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.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.21   12 years  tedu   ansify a few files. ok deraadt dlg krw matthew
[TXT] midi.c  1.26   12 years  nicm   kqueue attach functions should return an errno or 0, not a plain 1. Fix the obvi...
[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.9   12 years  matthew   Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing that's eve...
[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.5   12 years  matthew   Eliminate redundant buf validation checks in xxstrategy() methods now that they'...
[TXT] rnd.c  1.140   12 years  nicm   Add a new kqfilter for random which returns ARC4_MAIN_MAX_BYTES for read and POO...
[TXT] softraid.c  1.246   12 years  marco   Fix a formating bug that caused a bad print on big endian arches. ok deraadt
[TXT] softraid_crypto.c  1.71   12 years  tedu   only allocate and copyin the length of kdfinfo data. ok deraadt matthew
[TXT] softraid_raid0.c  1.23   13 years  krw   Iopoolification. Testing by marco@. ok dlg@ marco@
[TXT] softraid_raid1.c  1.27   13 years  krw   Iopoolification. Testing by marco@. ok dlg@ marco@
[TXT] softraid_raid6.c  1.24   13 years  jordan   Speedup XORP/XORQ operations in RAID6, do 32-bits at a time
[TXT] softraidvar.h  1.106   12 years  tedu   reorder two fields
[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.148   12 years  matthew   Revert vnd(4) to its older less strict behavior. Verified by deraadt@ to fix di...
[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.26   12 years  matthew   Backout a bunch of my SCSI commits from c2k11. At least one of these is causing...
[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] 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.97   12 years  matthew   Eliminate redundant buf validation checks in xxstrategy() methods now that they'...
[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.24   12 years  matthew   Eliminate redundant buf validation checks in xxstrategy() methods now that they'...
[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] 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.22   12 years  nicm   kqueue attach functions should return an errno or 0, not a plain 1. Fix the obvi...
[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.23   12 years  tedu   allow AOE config to be specified by userland. ok marco. use consistent network ...
[TXT] softraid_raidp.c (in the Attic) [Hide]  1.22   13 years  jordan   Fix raidp/raid6 to work with new iopool code, needed to swap wu's Update to use ...
[TXT] systrace.c (in the Attic) [Hide]  1.59   12 years  guenther   Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls, as it ca...
[TXT] systrace.h (in the Attic) [Hide]  1.22   12 years  djm   Add a SYSTR_POLICY_KILL per-syscall policy option that sends SIGKILL to the trac...
[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...