devfs - Introduce MPSAFE read/write/ioctl support
[dragonfly.git] / sys / sys / device.h
2009-12-21 Alex Hornungdevfs - Introduce MPSAFE read/write/ioctl support
2009-12-06 Alex Hornungdump - Make use of the new dumping
2009-09-25 Alex Hornungdevfs - Change make_dev_covering to use dev_ops
2009-09-11 Alex Hornungdevfs - Add new make_dev_covering
2009-08-28 Sascha Wildnerdevice.h: Properly tabify
2009-08-26 Matthew DillonKernel - pass sysmsg through to ioctl.
2009-08-19 Sascha WildnerRemove dev_ops_release() and two more stale prototypes.
2009-08-15 Matthew DillonDEVFS - Add sync_devs()
2009-08-11 Alex HornungDEVFS - Modification of clone behaviour; general cleanu...
2009-08-05 Alex HornungDEVFS - add make_autoclone_dev to take of clone initial...
2009-08-05 Alex HornungDEVFS - change the rdev allocator to consider minor
2009-08-04 Matthew DillonDEVS - rollup - kernel core
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...