summaryrefslogtreecommitdiffstats
path: root/sys/dev/streams
Commit message (Expand)AuthorAgeFilesLines
* Restore the previous sendfile(2) behaviour on the block devices.kib2013-08-161-0/+1
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Add the fo_chown and fo_chmod methods to struct fileops and use themkib2011-08-161-1/+3
* After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9)kib2011-04-011-1/+1
* The streams ptm code is pretty awful and likely incorrect. I don't knowed2009-02-161-0/+2
* Replace all calls to minor() with dev2unit().ed2008-09-271-2/+2
* Make ftruncate a 'struct file' operation rather than a vnode operation.jhb2008-01-071-0/+1
* Remove explicit locking of struct file.jeff2007-12-301-6/+1
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-2/+0
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-2/+2
* Clean up the svr4 socket cache and streams code some to make it more easilyjhb2006-07-211-75/+29
* Whitespace fix after s/dev_t/struct cdev */.jhb2006-07-191-2/+2
* Initialize svr4_head during MOD_LOAD rather than on demand.jhb2006-07-191-12/+1
* Remove unnecessary locking for td_dupfd (it requires no locks).jhb2006-07-181-9/+1
* Use kern_open() directly rather than a stackgap detour via open().jhb2005-02-071-15/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.phk2004-11-131-4/+4
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+3
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* falloc allocates a file structure and adds it to the file descriptordwmalone2003-10-191-3/+12
* Use __FBSDID().obrien2003-08-241-1/+3
* Initialize struct fileops with C99 sparse initialization.phk2003-06-181-2/+7
* Put definition of struct svr4_sockcache_entry in a .h file rather thanphk2003-05-311-10/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-4/+4
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-4/+4
* s/sokqfilter/soo_kqfilter/ for consistency with the naming of allphk2002-12-231-1/+1
* SCARGS removal take II.alfred2002-12-141-3/+3
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-3/+3
* Remove SCARGS.alfred2002-12-131-3/+3
* Remove __P.alfred2002-03-201-2/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-4/+22
* Staticise the device node pointers.msmith2002-01-081-1/+1
* o Make the credential used by socreate() an explicit argument torwatson2001-12-311-1/+2
* cast dev_t to int in printf to fix warning.dillon2001-10-291-1/+1
* KSE Milestone 2julian2001-09-121-15/+17
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Extend kqueue down to the device layer.jlemon2001-02-151-1/+2
* - Add necessary proc locking.jhb2001-01-231-5/+15
* 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
OpenPOWER on IntegriCloud