DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
[dragonfly.git] / sys / kern / kern_device.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-07-15 Matthew DillonMPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
2009-07-14 Matthew DillonMPSAFE - Document a few procedures as MPSAFE (non-opera...
2009-07-13 Matthew DillonMake operations on struct bio_track MPSAFE.
2009-07-11 Matthew Dillonvrevoke/single-user - fix more revoke issues.
2009-06-17 Matthew DillonDEVS - Clean up some reference counting issues
2007-07-23 Matthew DillonThe disk layer must not inherit the D_TRACKCLOSE flag...
2007-05-17 Matthew DillonAdd dev_drefs() - return the number of references on...
2007-05-15 Matthew Dillon* The diskslice abstraction now stores offsets/sizes...
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
2007-04-29 Matthew DillonRemove unneeded references to sys/syslink.h. Get sysli...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-26 Matthew DillonFollow up to kern_conf.c 1.16. We can't just ignore...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-04-30 Matthew DillonReplace the the buffer cache's B_READ, B_WRITE, B_FORMA...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2005-03-23 Matthew DillonBecause destroy_all_dev() checks the mask/match against...
2005-02-21 Matthew DillonTrack the last read and last write timestamp at the...
2004-09-15 Matthew DillonDon't complain when a cdevsw with non-zero refs is...
2004-09-15 Matthew DillonImprove error reporting when the cdevsw code detects...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-04-20 Matthew DillonRevamp the initial lwkt_abortmsg() support to normalize...
2004-03-06 Matthew DillonSimplify LWKT message initialization semantics to reduc...
2003-11-24 Matthew DillonMore LWKT messaging cleanups. Isolate the default...
2003-11-20 Matthew DillonThis is a major cleanup of the LWKT message port code...
2003-08-23 Matthew DillonAllow a NULL dev to be passed to _devsw(). This should...
2003-08-12 Matthew DillonSyscall messaging 4: Further expand the kernel-version...
2003-07-24 Matthew DillonSyscall messaging work 2: Continue with the implementat...
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...