DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
[dragonfly.git] / sys / kern / kern_conf.c
2009-08-01 Matthew DillonDEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
2009-08-01 Matthew DillonDEVFS - Bring in Alex's GSOC kernel adjustments.
2009-06-17 Matthew DillonDEVS - Clean up some reference counting issues
2009-06-15 Matthew DillonSet tty ownership on pty open (temporary until devfs...
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
2007-05-08 Matthew DillonReplace NOCDEV with NULL. NOCDEV was ((void *)-1)...
2007-05-07 Matthew DillonAdd fields to the ktrace header to allow kdump to also...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-12-18 Matthew DillonRename kvprintf -> kvcprintf (call-back version)
2006-09-26 Matthew DillonFollow up to kern_conf.c 1.16. We can't just ignore...
2006-09-26 Matthew DillonFix a bug in the device intercept code used by /dev...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-09 Matthew DillonRename the kernel NODEV to NOCDEV to avoid conflicts...
2006-09-09 Matthew DillonRename struct specinfo into struct cdev. Add a new...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2005-03-23 Matthew DillonBecause destroy_all_dev() checks the mask/match against...
2004-09-15 Matthew DillonDon't complain when a cdevsw with non-zero refs is...
2004-05-26 Matthew DillonANSIfication and general cleanup. No operational changes.
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-13 Matthew DillonAttempting to access a device which has been destroyed...
2004-01-20 Matthew DillonRetool the M_* flags to malloc() and the VM_ALLOC_...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: