NetBSD/sys/dev
bsh e2df9c219e regen 2012-04-15 07:19:17 +00:00
..
acpi Now that 6.0 is branched, remove the ACPI-related sysctl nodes in machdep. 2012-04-10 13:48:24 +00:00
adb only require the power button to be pressed twice on keyboards where it's easy 2011-11-16 06:56:49 +00:00
altmem
apm Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
arcbios Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for 2011-04-24 16:26:51 +00:00
ata Fix a typo (that I found 5 years ago). Though the definition of 2012-04-06 02:52:00 +00:00
bi
bluetooth register/deregister pmf(9) NULL handlers for bthub(4) and 2012-04-03 09:32:53 +00:00
cardbus - Add pmf(9) suspend, resume to bwi(4) cardbus front end. 2012-04-12 12:52:58 +00:00
dec Split device_t/softc. Tested on GXemul. 2011-06-04 01:43:56 +00:00
dkwedge recognize apple disks. 2012-04-07 05:36:10 +00:00
dm Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
dmover Convert remaining simplelock usage in dmover(4) to a RUN_ONCE(9). 2011-05-14 18:24:47 +00:00
drm add dependency on "drm" module 2011-08-28 17:18:31 +00:00
dtv add dtv_math.h 2011-08-09 10:53:09 +00:00
ebus Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From 2011-11-23 23:07:28 +00:00
eisa
filemon Add the plumbing so one could compile filemon(4) into a kernel. 2011-10-15 00:23:08 +00:00
flash Rename slightly misleading KTHREAD_JOINABLE to KTHREAD_MUSTJOIN. 2011-08-07 14:03:15 +00:00
gpib Entropy-pool implementation move and cleanup. 2012-02-02 19:42:57 +00:00
gpio Don't ignore the gpiobus_close() return value. Found by joerg@ using clang. 2011-11-25 13:49:43 +00:00
hil Since hilkbd_rawrepeat() is only defined under WSDISPLAY_COMPAT_RAWKBD, 2011-02-21 12:33:05 +00:00
hpc Change old-style function defintions to C89 prototypes. 2012-02-12 16:34:06 +00:00
i2c always set *data to appease gcc -03 (some users of cx24227_readreg() don't 2012-03-15 16:20:36 +00:00
i2o Entropy-pool implementation move and cleanup. 2012-02-02 19:42:57 +00:00
ic Remove duplicate code. 2012-04-14 02:15:01 +00:00
ieee1394 Put back #include "ioconf.h" per popular demand. 2011-07-31 13:51:53 +00:00
if_ndis Replace simple_lock(9) with mutex(9), clean up. 2011-05-14 12:44:15 +00:00
ir convert to device_t, cfdata_t and CFATTACH_DECL_NEW. 2011-07-26 08:56:26 +00:00
isa Tidy up a little, the way that midi attachment code works 2012-04-09 10:18:16 +00:00
isapnp Entropy-pool implementation move and cleanup. 2012-02-02 19:42:57 +00:00
iscsi extending vmem(9) to be able to allocated resources for it's own needs. 2012-01-27 19:48:38 +00:00
marvell Entropy-pool implementation move and cleanup. 2012-02-02 19:42:57 +00:00
mca Fix missed inclusion from my previous commit. 2012-02-03 01:20:45 +00:00
microcode usage() can be "__dead static". 2012-03-08 16:45:10 +00:00
mii Regen. 2012-04-06 18:49:44 +00:00
mscp
mvme Change old-style function defintions to C89 prototypes. 2012-02-12 16:34:06 +00:00
nand Rename isbad argument to is_bad - stupid namespace pollution and ancient 2011-08-28 20:49:30 +00:00
news
nor - In cfi_probe() iterate over all chip widths for every port width to find 2011-12-17 19:42:41 +00:00
ofisa Entropy-pool implementation move and cleanup. 2012-02-02 19:42:57 +00:00
ofw convert to device_t, cfdata_t and CFATTACH_DECL_NEW. 2011-07-26 08:56:26 +00:00
onewire Add glue code to build as module. 2011-08-31 12:17:51 +00:00
pad get rid of a variable which is no longer used after the demise of splaudio 2011-11-24 01:54:08 +00:00
pci regen. 2012-04-13 12:04:11 +00:00
pckbport add support for elantech (v2) touchpads that report input pressure 2012-01-07 10:27:58 +00:00
pcmcia fix incomplete device_t/softc split which led to crash on attachment, 2012-02-14 13:51:19 +00:00
podulebus Split device_t/softc of i82586. No crash on TME emulating sun2. 2011-06-03 16:28:40 +00:00
ppbus Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
pud avoid some uninitialised variable warnings. 2011-07-08 09:32:45 +00:00
putter putter_fop_stat(): set st_mode to S_IFCHR. 2011-07-23 14:28:28 +00:00
qbus Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for 2011-04-24 16:26:51 +00:00
raidframe If our raid is now accessed from wedges, adjust the root to be the wedge 2012-04-07 01:39:38 +00:00
rasops use memset() to clear character cells instead of being terribly slow 2012-01-25 20:18:04 +00:00
rcons ANSIfy the prototypes 2012-01-31 04:28:02 +00:00
sbus Entropy-pool implementation move and cleanup. 2012-02-02 19:42:57 +00:00
scsipi Add a quirk for the Apple iPod whose mode sense commands fails with not ready. 2012-04-06 22:50:39 +00:00
sdmmc Do not read past array end, found by gcc -O3. 2012-03-15 18:37:43 +00:00
smbus
spi initialise chuck_rptr as well, instead of chuck_read twice. 2011-07-08 03:29:15 +00:00
splash
stbi reduce stack usage of stbi_gif_load_from_memory when STBI_SMALL_STACK is 2012-01-20 23:13:47 +00:00
std
sun use rasops_init(0,0) 2012-01-11 16:10:13 +00:00
sysmon Don't export sysmon_envsys_list as a common. 2012-02-18 01:08:00 +00:00
tc Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
tprof for each samples, record and report cpuid and lwpid. 2011-04-14 16:23:59 +00:00
usb regen 2012-04-15 07:19:17 +00:00
videomode make this compile again. 2011-04-09 22:09:05 +00:00
vme Change old-style function defintions to C89 prototypes. 2012-02-12 16:34:06 +00:00
wscons Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
wsfb in 32 bit colour assume RGB ordering, allow override using a device property 2012-04-12 22:36:15 +00:00
wsfont add license headers 2012-04-10 16:16:03 +00:00
xmi
DEVNAMES add tpm 2012-01-22 13:53:48 +00:00
Makefile Make the test for MKISCSI actually work by including bsd.own.mk and 2011-11-17 09:58:21 +00:00
TODO.audiomp zaudio(4) works fine for me. 2012-01-17 15:43:54 +00:00
auconv.c Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From 2011-11-23 23:07:28 +00:00
auconv.h Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From 2011-11-23 23:07:28 +00:00
audio.c don't hold the thread lock while calling allocm() or freem(). fixes PR#46121 2012-04-06 06:15:13 +00:00
audio_if.h Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From 2011-11-23 23:07:28 +00:00
audiobell.c
audiobellvar.h
audiovar.h Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From 2011-11-23 23:07:28 +00:00
aurateconv.c Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From 2011-11-23 23:07:28 +00:00
bio.c
biovar.h
ccd.c use getdisksize 2011-11-13 23:02:46 +00:00
ccdvar.h
cgd.c use getdisksize() instead of homebrew() 2011-11-13 23:03:24 +00:00
cgd_crypto.c
cgd_crypto.h
cgdvar.h
clock_subr.c
clock_subr.h
clockctl.c When processing ioctl CLOCKCTL_NTP_ADJTIME, set the return value from 2012-01-04 13:40:53 +00:00
cninit.c
cons.c Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
cons.h
dksubr.c
dkvar.h
firmload.c
firmload.h
fss.c On LP64 host, fss_get and fss_get50 have the same size; so FSSIOCGET50 2011-11-30 09:51:18 +00:00
fssvar.h Complete backward compat with NetBSd 5.x: time_t changed size, so did 2011-11-29 20:56:12 +00:00
keylock.c
keylock.h
kloader.c
kloader.h
kttcp.c Fix up changes commited in kttcp.c 1.29. 2011-12-22 02:00:19 +00:00
kttcpio.h
ld.c Entropy-pool implementation move and cleanup. 2012-02-02 19:42:57 +00:00
ldvar.h Entropy-pool implementation move and cleanup. 2012-02-02 19:42:57 +00:00
lockstat.c
lockstat.h
md.c
md.h
md_root.c
midi.c Tidy up a little, the way that midi attachment code works 2012-04-09 10:18:16 +00:00
midi_if.h Tidy up a little, the way that midi attachment code works 2012-04-09 10:18:16 +00:00
midictl.c Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From 2011-11-23 23:07:28 +00:00
midictl.h Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From 2011-11-23 23:07:28 +00:00
midisyn.c Tidy up a little, the way that midi attachment code works 2012-04-09 10:18:16 +00:00
midisynvar.h Tidy up a little, the way that midi attachment code works 2012-04-09 10:18:16 +00:00
midivar.h midi_attach() does not actually ever use the parent device 2012-04-05 20:25:53 +00:00
mm.c mm_init: re-enable zero page protection. 2012-02-21 21:57:06 +00:00
mm.h Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
mulaw.c Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From 2011-11-23 23:07:28 +00:00
mulaw.h
nullcons_subr.c Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for 2011-04-24 16:26:51 +00:00
radio.c Correct device_t/softc split and, while I am here, delete commented-out 2011-02-23 16:20:30 +00:00
radio_if.h
rnd_private.h Remove rnd_extract_data from the public kernel API (it is for use by the 2011-11-29 03:50:31 +00:00
rndpseudo.c reorder initialization to improve error handling in case the system 2012-03-30 20:15:18 +00:00
sequencer.c Tidy up a little, the way that midi attachment code works 2012-04-09 10:18:16 +00:00
sequencervar.h Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From 2011-11-23 23:07:28 +00:00
verified_exec.c Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
video.c fill in timestamps in outgoing data buffers 2012-02-02 17:21:18 +00:00
video_if.h
vnd.c When backed by a sparse file limit the number of pending requests. 2012-03-26 16:28:08 +00:00
vndvar.h When backed by a sparse file limit the number of pending requests. 2012-03-26 16:28:08 +00:00