| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move sys/dev/nulldev to sys/dev/null to be more consistent with naming | John Baldwin | 2000-10-02 | 1 | -137/+0 |
| | | | | | | | | under sys/dev. Notes: svn path=/head/; revision=66560 | ||||
| * | Small style change; make function names less likely to clash with | Mark Murray | 2000-07-09 | 1 | -7/+7 |
| | | | | | | | | existing names. "null" is too common a string; use "null_". Notes: svn path=/head/; revision=62843 | ||||
| * | New machine independant /dev/null and /dev/zero driver. This device is | Mark Murray | 2000-06-25 | 1 | -0/+137 |
| severely stripped down compared with its predecessor, and is measurably a _lot_ faster. Many thanks to Jeroen van Gelderen for lots of good ideas. There is still a problem with this; it is written as a mudule, and as such is theoretically unloadable. However, there is no refcounting done as I would prefer to do that a'la device_busy(9), rather than some "home-rolled" scheme. The point is pretty moot, as /dev/null is effectively compulsory. Reviewed by: dfr Notes: svn path=/head/; revision=62052 | |||||
