aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/null
Commit message (Expand)AuthorAgeFilesLines
...
* 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