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_8


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.138   8 years  ratchov   Fix spacing and be more verbose in printfs under #ifdef AUDIO_DEBUG. No binary c...
[TXT] audio_if.h  1.30   8 years  ratchov   Reimplement the audio driver in a simpler way, removing unused/unusable function...
[TXT] bio.c  1.16   9 years  uebayasi   Initial addition of ``Patrol Read'' support in bio(4), biocto(8), and mfi(4). B...
[TXT] biovar.h  1.44   9 years  uebayasi   Initial addition of ``Patrol Read'' support in bio(4), biocto(8), and mfi(4). B...
[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.14   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] cons.c  1.25   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] cons.h  1.17   10 years  kettenis   Get rid of cnset(). It is only used on amd64/i386 and doesn't really do anythin...
[TXT] diskmap.c  1.11   9 years  mpi   Pass a thread pointer instead of its file descriptor table to getvnode(9). Inpu...
[TXT] firmload.c  1.12   9 years  deraadt   some include files not needed; matthew markfort
[TXT] hotplug.c  1.15   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] ipmi.c  1.76   8 years  deraadt   memory leak on failure; from Maxime Villard
[TXT] ipmivar.h  1.19   9 years  yasuoka   Fix impi(4) to make watchdog work and not to panic. diff from uebayasi jsg ok u...
[TXT] ksyms.c  1.28   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] midi.c  1.40   9 years  jsg   branches: 1.40.6; Don't use an uninitialised softc pointer in midiread/midiwrit...
[TXT] midi_if.h  1.9   9 years  ratchov   hide private midi_softc strucure
[TXT] midivar.h  1.9   9 years  ratchov   Use device_lookup() instead of digging into midi_cd.cd_devs[] and maintaining a ...
[TXT] mulaw.c  1.18   8 years  ratchov   Reimplement the audio driver in a simpler way, removing unused/unusable function...
[TXT] mulaw.h  1.16   8 years  ratchov   Reimplement the audio driver in a simpler way, removing unused/unusable function...
[TXT] radio.c  1.10   9 years  jsg   remove uneeded proc.h includes ok mpi@ kspillner@
[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.9   9 years  deraadt   obvious non-overlap bcopy -> memcpy
[TXT] rnd.c  1.175   9 years  deraadt   missing word in comment; Kyle Milz
[TXT] softraid.c  1.363   8 years  krw   Zap a SLIST in a more obviously correct/safe way. Originally from pelikan@, rec...
[TXT] softraid_concat.c  1.23   8 years  krw   A few more daddr_t fixes. Rename 'phys_off' variables to 'offset' since they are...
[TXT] softraid_crypto.c  1.122   8 years  halex   zap trailing linefeeds from sr_error() and panic() calls ok jsing@
[TXT] softraid_raid0.c  1.50   8 years  krw   A few more daddr_t fixes. Rename 'phys_off' variables to 'offset' since they are...
[TXT] softraid_raid1.c  1.63   8 years  krw   A few more daddr_t fixes. Rename 'phys_off' variables to 'offset' since they are...
[TXT] softraid_raid5.c  1.23   8 years  krw   A few more daddr_t fixes. Rename 'phys_off' variables to 'offset' since they are...
[TXT] softraid_raid6.c  1.69   8 years  krw   A few more daddr_t fixes. Rename 'phys_off' variables to 'offset' since they are...
[TXT] softraidvar.h  1.161   8 years  krw   A few more daddr_t fixes. Rename 'phys_off' variables to 'offset' since they are...
[TXT] spdmem.c  1.5   9 years  jsg   Correct a bit test for DDR2 CAS Latency and recognise CL7 and CL6. While the spe...
[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.36   8 years  jsg   add missing braces to only call selrecord when intended to ok deraadt@ millert@
[TXT] video_if.h  1.18   9 years  armani   Add VIDIOC_G_INPUT ioctl, some ports need it (at least ffmpeg) ok ratchov@, sth...
[TXT] vnd.c  1.155   9 years  doug   yet more mallocarray() changes. ok tedu@ deraadt@
[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.38   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] vscsivar.h  1.5   13 years  dlg   provide VSCSI_STAT_RESET so userland can tell us that the connection to the devi...
[TXT] flash.c (in the Attic) [Hide]  1.30   10 years  miod   Format string fixes and removal of -Wno-format for arm kernels.
[TXT] flashvar.h (in the Attic) [Hide]  1.7   10 years  dlg   replace disksort with bufqs. i havent had any tests, so if there's any fallout ...
[TXT] rndvar.h (in the Attic) [Hide]  1.36   9 years  deraadt   New framework that allows hibernate to pass in entropy from it's fresh boot. ok ...
[TXT] systrace.c (in the Attic) [Hide]  1.75   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] systrace.h (in the Attic) [Hide]  1.25   9 years  deraadt   #include <sys/syslimits.h> to allow operation without requiring the noise of <sy...
[TXT] videovar.h (in the Attic) [Hide]  1.7   13 years  jakemsr   implement poll() for video(4) ok mglocker