summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_device.c
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of the deprecated *LEN constants in favour of the newharti2004-01-261-1/+1
| | | | *SIZ constants that include the trailing \0 byte.
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-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().alfred2003-02-021-3/+0
|
* A node that creates a device entry in /dev (yay devfs)julian2002-06-181-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
OpenPOWER on IntegriCloud