DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
[dragonfly.git] / sys / sys / device.h
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-14 Matthew DillonMPSAFE - Add read() and write() path MPSAFE support...
2009-07-11 Matthew Dillonvrevoke/single-user - fix more revoke issues.
2009-06-17 Matthew DillonDEVS - Clean up some reference counting issues
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-26 Matthew DillonMove syslink_desc to sys/syslink_rpc.h so kernel code...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-05-19 Matthew DillonDevice layer rollup commit.
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...