The NetBSD Project

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: [cvs.NetBSD.org] / src / sys / dev

Current tag: MAIN


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] acpi/        
[DIR] adb/        
[DIR] altmem/        
[DIR] apm/        
[DIR] arcbios/        
[DIR] ata/        
[DIR] audio/        
[DIR] bi/        
[DIR] bluetooth/        
[DIR] bus_dma/        
[DIR] cadence/        
[DIR] cardbus/        
[DIR] clk/        
[DIR] dctl/        
[DIR] dec/        
[DIR] devfsctl/        
[DIR] dkwedge/        
[DIR] dm/        
[DIR] dmover/        
[DIR] drm/        
[DIR] dtv/        
[DIR] ebus/        
[DIR] efi/        
[DIR] eisa/        
[DIR] fdt/        
[DIR] filemon/        
[DIR] flash/        
[DIR] freescale/        
[DIR] gpib/        
[DIR] gpio/        
[DIR] hdaudio/        
[DIR] hdmicec/        
[DIR] hid/        
[DIR] hil/        
[DIR] hpc/        
[DIR] hyperv/        
[DIR] i2c/        
[DIR] i2o/        
[DIR] ic/        
[DIR] ieee1394/        
[DIR] if_ndis/        
[DIR] imcsmb/        
[DIR] ir/        
[DIR] isa/        
[DIR] isapnp/        
[DIR] iscsi/        
[DIR] lsu/        
[DIR] marvell/        
[DIR] mca/        
[DIR] microcode/        
[DIR] mii/        
[DIR] mscp/        
[DIR] mvme/        
[DIR] nand/        
[DIR] news/        
[DIR] nor/        
[DIR] nvmem/        
[DIR] nvmm/        
[DIR] ofisa/        
[DIR] ofw/        
[DIR] onewire/        
[DIR] pad/        
[DIR] pci/        
[DIR] pckbc/        
[DIR] pckbport/        
[DIR] pcmcia/        
[DIR] podulebus/        
[DIR] ppbus/        
[DIR] pud/        
[DIR] putter/        
[DIR] pwm/        
[DIR] qbus/        
[DIR] raidframe/        
[DIR] ralink/        
[DIR] rasops/        
[DIR] rcons/        
[DIR] sbus/        
[DIR] scsi/        
[DIR] scsipi/        
[DIR] sdmmc/        
[DIR] smbus/        
[DIR] spi/        
[DIR] splash/        
[DIR] stbi/        
[DIR] std/        
[DIR] sun/        
[DIR] sysmon/        
[DIR] tc/        
[DIR] tprof/        
[DIR] usb/        
[DIR] videomode/        
[DIR] vinum/        
[DIR] virtio/        
[DIR] vme/        
[DIR] vmt/        
[DIR] wscons/        
[DIR] wsfb/        
[DIR] wsfont/        
[DIR] xmi/        
[TXT] DEVNAMES  1.331   23 months  nia   Remove uscanner(4) driver This exists for compatibility with a Linux interface ...
[TXT] Makefile  1.48   9 months  riastradh   sys/dev/Makefile: Split INCS onto separate lines for ease of sorting. Also sort...
[TXT] bio.c  1.17   2 years  thorpej   malloc(9) -> kmem(9)
[TXT] biovar.h  1.11   12 months  msaitoh   Add comment. bv_stripe_size is used in KB.
[TXT] ccd.c  1.189   14 months  riastradh   sys/dev/ccd.c: Restore historic RCS id. This got munged accidentally by `git cv...
[TXT] ccdvar.h  1.37   5 years  christos   factor out the ccd COMPAT_60 code.
[TXT] cgd.c  1.146   13 months  riastradh   cgd(4): Omit technically-correct-but-broken adiantum dependency again. It is tr...
[TXT] cgd_crypto.c  1.27   2 years  riastradh   Split aes_cbc_* and aes_xts_* into their own header files. aes.h will remain ju...
[TXT] cgd_crypto.h  1.13   2 years  riastradh   cgd(4): Align IVs on the stack. This will make it easier for some hardware cryp...
[TXT] cgdvar.h  1.21   2 years  riastradh   Constify.
[TXT] clock_subr.c  1.27   6 years  jakllsch   Fix leap year handling for years 2100 and greater. I can not explain why this w...
[TXT] clock_subr.h  1.30   3 years  thorpej   Pull in <sys/stdbool.h>.
[TXT] clockctl.c  1.39   14 months  riastradh   driver(9): devsw_detach never fails. Make it return void. Prune a whole lotta ...
[TXT] cninit.c  1.14   2 years  uwe   cninit - don't reset cn_tab on entry. cn_tab can be already set up by the MD st...
[TXT] cons.c  1.92   7 months  riastradh   console(4), constty(4): Rip off the kernel lock, take three.
[TXT] cons.h  1.29   7 months  riastradh   cons(9): New function cn_set_tab. Increment of progress toward eliminating bare...
[TXT] dev_verbose.c  1.4   23 months  pgoyette   Rework the xxxVERBOSE option to share the common module-hook-based verbose mecha...
[TXT] dev_verbose.h  1.8   23 months  pgoyette   Rework the xxxVERBOSE option to share the common module-hook-based verbose mecha...
[TXT] devlist2h.awk  1.5   23 months  riastradh   devlist2h.awk: Nix trailing whitespace. No functional change intended.
[TXT] dksubr.c  1.113   2 years  rin   dk_start(): retry device-dependent start() routine later, also when it returns E...
[TXT] dkvar.h  1.32   3 years  riastradh   Add a flag to dk_dump for virtual disk devices. If a disk is backed by a physic...
[TXT] efi.c  1.9   8 days  riastradh   efi(4): Fix logic to handle buffer sizing. Can't KASSERT(datasize <= databufsiz...
[TXT] efivar.h  1.2   10 days  riastradh   efi(4): Implement MI parts of EFIIOC_GET_TABLE. Intended to be compatible with ...
[TXT] files.audio  1.16   11 months  pgoyette   Include sequencer code conditionally. Fixes build for sparc and sparc64 (and an...
[TXT] files.dev  1.9   11 months  pgoyette   Combine the midi and sequencer modules into a single midi_seq module to avoid a ...
[TXT] firmload.c  1.24   7 months  riastradh   sys/filedesc.h: New home for extern cwdi0.
[TXT] firmload.h  1.2   15 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] fss.c  1.114   2 months  hannken   Pass B_PHYS when reading from device. Xbd(4) at least checks this flag and may ...
[TXT] fssvar.h  1.32   4 years  hannken   Make FSS_ERROR a flag to prevent bogus fscow_disestablish() after error.
[TXT] ipmi.c  1.10   2 months  mlelstv   Ignore non-recoverable and critical limits smaller than the warning limits. Thes...
[TXT] ipmivar.h  1.3   4 years  mlelstv   branches: 1.3.2; Add experimental userland interface to IPMI driver. Currently,...
[TXT] keylock.c  1.3   9 years  pooka   Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before the sy...
[TXT] keylock.h  1.1   13 years  mbalmer   branches: 1.1.2; Move the keylock.h header from sys/sys to sys/dev where it rea...
[TXT] kloader.c  1.32   19 months  rin   Switch to kmem(9).
[TXT] kloader.h  1.7   14 years  gmcgarry   Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h preproces...
[TXT] kttcp.c  1.42   4 years  maxv   Replace M_ALIGN and MH_ALIGN by m_align.
[TXT] kttcpio.h  1.1   20 years  thorpej   branches: 1.1.2; 1.1.4; 1.1.6; This is the "kttcp" network throughput testing...
[TXT] ld.c  1.112   2 years  riastradh   ld(4): Block requests while suspended until resumed. Otherwise nothing stops us...
[TXT] ldvar.h  1.35   2 years  riastradh   ld(4): Block requests while suspended until resumed. Otherwise nothing stops us...
[TXT] led.c  1.3   5 years  jakllsch   Use correct type with CTLTYPE_BOOL. Fixes this sysctl on big endian.
[TXT] led.h  1.1   5 years  jmcneill   branches: 1.1.4; 1.1.6; 1.1.8; Add a helper for exposing LED controls via sys...
[TXT] lockstat.c  1.30   13 months  andvar   fix various typos, mainly in comments, but also log messages, docs, game text.
[TXT] lockstat.h  1.15   15 months  riastradh   lockstat(4): Membar audit. - Serialize updates to lockstat_enabled, lockstat_de...
[TXT] md.c  1.87   4 months  hannken   It is not sufficient to have a comment /* Sanity check the size. */, also check ...
[TXT] md.h  1.11   13 years  uebayasi   branches: 1.11.2; Protect multiple inclusion.
[TXT] md_root.c  1.19   7 years  uebayasi   Put back MEMORY_DISK_IMAGE logic, but use generated opt_memory_root_image.h and ...
[TXT] midi.c  1.101   7 months  riastradh   midi(4): No need to take lock just for callout_halt. Lock is relevant only if w...
[TXT] midi_if.h  1.27   8 years  mrg   fix some comments about MP midi.
[TXT] midi_mod.c  1.1   11 months  pgoyette   Combine the midi and sequencer modules into a single midi_seq module to avoid a ...
[TXT] midi_seq_mod.c  1.2   11 months  pgoyette   Include sequencer code conditionally. Fixes build for sparc and sparc64 (and an...
[TXT] midictl.c  1.10   7 months  andvar   s/singled/single/
[TXT] midictl.h  1.4   11 years  jmcneill   Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From the orig...
[TXT] midisyn.c  1.25   4 years  isaki   Merge isaki-audio2 branch, the overhaul of audio subsystem. - Interrupt-oriented...
[TXT] midisynvar.h  1.14   11 years  plunky   Tidy up a little, the way that midi attachment code works - change midi_attach(...
[TXT] midivar.h  1.20   8 years  mrg   various clean ups for midi and sequencer: midi specific: - add reference counti...
[TXT] mm.c  1.24   4 years  mrg   appease the gcc7 fallthru checker.
[TXT] mm.h  1.4   20 months  andvar   Add missing double p and d for stopped and overriden accordingly. Fix few more t...
[TXT] nullcons_subr.c  1.13   8 years  dholland   Add d_discard to all struct cdevsw instances I could find. All have been set to...
[TXT] radio.c  1.31   21 months  thorpej   Merge thorpej-cfargs2.
[TXT] radio_if.h  1.5   14 years  joerg   - use aprint in attach - split device/softc - move softc definition into source ...
[TXT] random.c  1.10   17 months  riastradh   sys: Use preempt_point and preempt_needed, not open-coded versions.
[TXT] sequencer.c  1.81   11 months  riastradh   sequencer(4): Fix lock leak in ioctl(FIOASYNC). Reported-by: syzbot+0bfe9054ab0...
[TXT] sequencer_mod.c  1.1   11 months  pgoyette   Combine the midi and sequencer modules into a single midi_seq module to avoid a ...
[TXT] sequencervar.h  1.17   8 years  mrg   various clean ups for midi and sequencer: midi specific: - add reference counti...
[TXT] smbios.c  1.4   20 months  andvar   fix typos in word "successful".
[TXT] smbios_platform.c  1.2   6 months  mrg   move the creation of machdep.smbios into platform_init(). "dmidecode -d /dev/sm...
[TXT] smbiosvar.h  1.2   22 months  jmcneill   branches: 1.2.4; smbios: Add character device for accessing SMBIOS tables The ...
[TXT] spkr.c  1.25   2 months  riastradh   spkr(4): Avoid some overflow issues. XXX pullup-8 XXX pullup-9 XXX pullup-10 R...
[TXT] spkr_audio.c  1.12   8 months  thorpej   Remove unnecessary include of <sys/malloc.h>.
[TXT] spkrio.h  1.3   5 years  nat   branches: 1.3.4; Add ioctls for setting and getting the beep volume. Currently...
[TXT] spkrvar.h  1.10   2 years  isaki   Rework about the rest note in speaker(4). - Obsolete the sc_rest callback. The ...
[TXT] veriexec.c  1.3   15 months  riastradh   veriexec(4): Omit needless device crud in veriexec.c.
[TXT] veriexec.config  1.1   4 years  sevan   branches: 1.1.2; 1.1.4; 1.1.6; Add a configuration file for enabling Veriexec...
[TXT] video.c  1.45   14 months  riastradh   video(9): Make softc argument mandatory for video_attach_mi. No separate video_...
[TXT] video_if.h  1.12   10 months  andvar   fix various typos in comments.
[TXT] vnd.c  1.289   13 days  mlelstv   Neither limit the number of requests for the page daemon. Otherwise you may dead...
[TXT] vndvar.h  1.38   4 years  mlelstv   Add flag to enforce file I/O even when bmap/strategy would be possible. This mak...


CVSweb <webmaster@jp.NetBSD.org>