summaryrefslogtreecommitdiff
path: root/sys/dev/rd.c
AgeCommit message (Expand)Author
2022-04-06constify struct cfattachChristian Weisgerber
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hPhilip Guenther
2015-09-11back out refcnt for dv_ref, there's too many hand crafted devices allDavid Gwynne
2015-09-11rd pretends to be a device allocated by subr_autoconf. it needs toDavid Gwynne
2015-08-25trivial size argument for free()Theo de Raadt
2014-12-18obvious non-overlap bcopy -> memcpyTheo de Raadt
2014-07-13Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianTheo de Raadt
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2011-07-06Eliminate redundant buf validation checks in xxstrategy() methods nowMatthew Dempsky
2011-06-30Refactor some common open/close/detach disk driver code intoMatthew Dempsky
2011-06-23Complete rewrite for rd(4) to eliminate unnecessary functionality andMatthew Dempsky
2008-08-22ANSI and other cleanups; ok krwTheo de Raadt
2001-05-11oh, i forgot to put this in ;-)Theo de Raadt