summaryrefslogtreecommitdiff
path: root/sys/dev/null
AgeCommit message (Expand)Author
2002-03-31Here follows the new kernel dumping infrastructure.Poul-Henning Kamp
2001-03-26Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp
2000-12-08Convert more malloc+bzero to malloc+M_ZERO.David Malone
2000-10-06During a verbose boot, call the null device 'null' rather than 'null0' toJohn Baldwin
2000-10-02Move sys/dev/nulldev to sys/dev/null to be more consistent with namingJohn Baldwin
2000-07-09Small style change; make function names less likely to clash withMark Murray
2000-06-25New machine independant /dev/null and /dev/zero driver. This device isMark Murray