summaryrefslogtreecommitdiff
path: root/sys/dev/streams
AgeCommit message (Expand)Author
2000-09-01Cleanup after repo copy of sys/svr4 to sys/compat/svr4.David E. O'Brien
2000-05-26Back out the previous change to the queue(3) interface.Jake Burkholder
2000-05-23Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder
2000-05-06Give the "streams" modulea version (1) and depend on it from theBrian Feldman
1999-11-08Rename remove_dev() to destroy_dev().Poul-Henning Kamp
1999-11-08Update the stream socket fileops table to match fo_stat() additions.Peter Wemm
1999-10-10Replace cdevsw_add() and friends with make_dev()/remove_dev().Mark Newton
1999-09-27zap #include "streams.h" (for NSTREAMS) - which isn't used.Peter Wemm
1999-09-25Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-23Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp
1999-08-04Fix fd race conditions (during shared fd table usage.) Badfileops isBrian Feldman
1999-08-01Cleanup - diked out a heap of old KLM stuff that isn't needed anymore.Mark Newton
1999-07-30Eliminate 'WARNING: "streams" is usurping "streams"'s cdevsw[]' messagesMark Newton
1999-05-31Simplify cdevsw registration.Poul-Henning Kamp
1999-05-30This commit should be a extensive NO-OP:Poul-Henning Kamp
1999-05-06``fix'' the devfs_add_devswf() calls, the printf string wasn't factoringPeter Wemm
1999-02-22Converted "streams" pseudo-device into a KLDMark Newton
1999-02-01Nuke some prototypes that really shouldn't be here.Mark Newton
1999-01-30New pseudo-device to provide for a way of obtaining a socket by open()ingMark Newton