summaryrefslogtreecommitdiffstats
path: root/sys/dev/rd.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hguenther1-2/+2
2015-09-11back out refcnt for dv_ref, there's too many hand crafted devices alldlg1-2/+2
2015-09-11rd pretends to be a device allocated by subr_autoconf. it needs todlg1-2/+2
2015-08-25trivial size argument for free()deraadt1-2/+2
2014-12-18obvious non-overlap bcopy -> memcpyderaadt1-2/+2
2014-07-13Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianderaadt1-2/+2
2014-07-12add a size argument to free. will be used soon, but for now default to 0.tedu1-2/+2
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt1-3/+3
2011-07-06Eliminate redundant buf validation checks in xxstrategy() methods nowmatthew1-14/+6
2011-06-30Refactor some common open/close/detach disk driver code intomatthew1-37/+4
2011-06-23Complete rewrite for rd(4) to eliminate unnecessary functionality andmatthew1-42/+375
2008-08-22ANSI and other cleanups; ok krwderaadt1-7/+3
2001-05-11oh, i forgot to put this in ;-)deraadt1-0/+76