aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/streams
Commit message (Expand)AuthorAgeFilesLines
* Make ftruncate a 'struct file' operation rather than a vnode operation.John Baldwin2008-01-071-0/+1
* Remove explicit locking of struct file.Jeff Roberson2007-12-301-6/+1
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-061-2/+0
* Replace custom file descriptor array sleep lock constructed using a mutexRobert Watson2007-04-041-2/+2
* Clean up the svr4 socket cache and streams code some to make it more easilyJohn Baldwin2006-07-211-75/+29
* Whitespace fix after s/dev_t/struct cdev */.John Baldwin2006-07-191-2/+2
* Initialize svr4_head during MOD_LOAD rather than on demand.John Baldwin2006-07-191-12/+1
* Remove unnecessary locking for td_dupfd (it requires no locks).John Baldwin2006-07-181-9/+1
* Use kern_open() directly rather than a stackgap detour via open().John Baldwin2005-02-071-15/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.Poul-Henning Kamp2004-11-131-4/+4
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-3/+3
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* falloc allocates a file structure and adds it to the file descriptorDavid Malone2003-10-191-3/+12
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Initialize struct fileops with C99 sparse initialization.Poul-Henning Kamp2003-06-181-2/+7
* Put definition of struct svr4_sockcache_entry in a .h file rather thanPoul-Henning Kamp2003-05-311-10/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-131-4/+4
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-121-4/+4
* s/sokqfilter/soo_kqfilter/ for consistency with the naming of allPoul-Henning Kamp2002-12-231-1/+1
* SCARGS removal take II.Alfred Perlstein2002-12-141-3/+3
* Backout removal SCARGS, the code freeze is only "selectively" over.Alfred Perlstein2002-12-131-3/+3
* Remove SCARGS.Alfred Perlstein2002-12-131-3/+3
* Remove __P.Alfred Perlstein2002-03-201-2/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-131-4/+22
* Staticise the device node pointers.Mike Smith2002-01-081-1/+1
* o Make the credential used by socreate() an explicit argument toRobert Watson2001-12-311-1/+2
* cast dev_t to int in printf to fix warning.Matthew Dillon2001-10-291-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-15/+17
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-151-1/+2
* - Add necessary proc locking.John Baldwin2001-01-231-5/+15
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.David E. O'Brien2000-09-011-6/+6
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Give the "streams" modulea version (1) and depend on it from theBrian Feldman2000-05-061-0/+1
* Rename remove_dev() to destroy_dev().Poul-Henning Kamp1999-11-081-10/+10
* Update the stream socket fileops table to match fo_stat() additions.Peter Wemm1999-11-081-1/+1
* Replace cdevsw_add() and friends with make_dev()/remove_dev().Mark Newton1999-10-101-2/+41
* zap #include "streams.h" (for NSTREAMS) - which isn't used.Peter Wemm1999-09-271-1/+0
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-21/+1
* Fix fd race conditions (during shared fd table usage.) Badfileops isBrian Feldman1999-08-041-4/+4