summaryrefslogtreecommitdiff
path: root/sys/dev/null/null.c
Commit message (Expand)AuthorAgeFilesLines
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-2/+0
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* During a verbose boot, call the null device 'null' rather than 'null0' toJohn Baldwin2000-10-061-1/+1
* Move sys/dev/nulldev to sys/dev/null to be more consistent with namingJohn Baldwin2000-10-021-2/+2
* Small style change; make function names less likely to clash withMark Murray2000-07-091-7/+7
* New machine independant /dev/null and /dev/zero driver. This device isMark Murray2000-06-251-0/+137