summaryrefslogtreecommitdiffstats
path: root/sys/dev/streams
Commit message (Expand)AuthorAgeFilesLines
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-09-011-6/+6
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Give the "streams" modulea version (1) and depend on it from thegreen2000-05-061-0/+1
* Rename remove_dev() to destroy_dev().phk1999-11-081-10/+10
* Update the stream socket fileops table to match fo_stat() additions.peter1999-11-081-1/+1
* Replace cdevsw_add() and friends with make_dev()/remove_dev().newton1999-10-101-2/+41
* zap #include "streams.h" (for NSTREAMS) - which isn't used.peter1999-09-271-1/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-21/+1
* Fix fd race conditions (during shared fd table usage.) Badfileops isgreen1999-08-041-4/+4
* Cleanup - diked out a heap of old KLM stuff that isn't needed anymore.newton1999-08-011-65/+3
* Eliminate 'WARNING: "streams" is usurping "streams"'s cdevsw[]' messagesnewton1999-07-301-2/+2
* Simplify cdevsw registration.phk1999-05-311-11/+2
* This commit should be a extensive NO-OP:phk1999-05-301-14/+20
* ``fix'' the devfs_add_devswf() calls, the printf string wasn't factoringpeter1999-05-061-10/+10
* Converted "streams" pseudo-device into a KLDnewton1999-02-221-0/+29
* Nuke some prototypes that really shouldn't be here.newton1999-02-011-8/+0
* New pseudo-device to provide for a way of obtaining a socket by open()ingnewton1999-01-301-0/+427
OpenPOWER on IntegriCloud