Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of the deprecated *LEN constants in favour of the new | harti | 2004-01-26 | 1 | -1/+1 |
| | | | | *SIZ constants that include the trailing \0 byte. | ||||
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+8 |
| | | | | | | | | | | | | | branches: Initialize struct cdevsw using C99 sparse initializtion and remove all initializations to default values. This patch is automatically generated and has been tested by compiling LINT with all the fields in struct cdevsw in reverse order on alpha, sparc64 and i386. Approved by: re(scottl) | ||||
* | Catch more uses of MIN(). | alfred | 2003-02-02 | 1 | -3/+0 |
| | |||||
* | A node that creates a device entry in /dev (yay devfs) | julian | 2002-06-18 | 1 | -0/+637 |
so that /dev/mumble can be the entrypoint to some networking graph, e.g. a tunnel or a remote tape drive or whatever... Not fully tested (by me) yet. Submitted by: Mark Santcroos <marks@ripe.net> MFC after: 3 weeks |