summaryrefslogtreecommitdiff
path: root/sys/dev/streams
AgeCommit message (Expand)Author
2017-02-28Remove SVR4 (System V Release 4) binary compatibility support.Gleb Smirnoff
2016-04-23Fix streams and svr4 module dependency. Both modules are complaining aboutDmitry Chagin
2015-04-11fd: remove filedesc argument from fdcloseMateusz Guzik
2014-11-13Remove the no-at variants of the kern_xx() syscall helpers. E.g., weKonstantin Belousov
2014-08-26- Remove socket file operations declaration from sys/file.h.Gleb Smirnoff
2013-08-16Restore the previous sendfile(2) behaviour on the block devices.Konstantin Belousov
2012-10-10Revert previous commit...Kevin Lo
2012-10-09Prefer NULL over 0 for pointersKevin Lo
2011-08-16Add the fo_chown and fo_chmod methods to struct fileops and use themKonstantin Belousov
2011-04-01After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9)Konstantin Belousov
2009-02-16The streams ptm code is pretty awful and likely incorrect. I don't knowEd Schouten
2008-09-27Replace all calls to minor() with dev2unit().Ed Schouten
2008-01-07Make ftruncate a 'struct file' operation rather than a vnode operation.John Baldwin
2007-12-30Remove explicit locking of struct file.Jeff Roberson
2007-08-06Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson
2007-04-04Replace custom file descriptor array sleep lock constructed using a mutexRobert Watson
2006-07-21Clean up the svr4 socket cache and streams code some to make it more easilyJohn Baldwin
2006-07-19Whitespace fix after s/dev_t/struct cdev */.John Baldwin
2006-07-19Initialize svr4_head during MOD_LOAD rather than on demand.John Baldwin
2006-07-18Remove unnecessary locking for td_dupfd (it requires no locks).John Baldwin
2005-02-07Use kern_open() directly rather than a stackgap detour via open().John Baldwin
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-11-13Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.Poul-Henning Kamp
2004-07-15Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-02-21Device megapatch 4/6:Poul-Henning Kamp
2004-02-21Device megapatch 1/6:Poul-Henning Kamp
2003-10-19falloc allocates a file structure and adds it to the file descriptorDavid Malone
2003-08-24Use __FBSDID().David E. O'Brien
2003-06-18Initialize struct fileops with C99 sparse initialization.Poul-Henning Kamp
2003-05-31Put definition of struct svr4_sockcache_entry in a .h file rather thanPoul-Henning Kamp
2003-03-03Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2003-01-13Bow to the whining masses and change a union back into void *. RetainMatthew Dillon
2003-01-12Change struct file f_data to un_data, a union of the correct structMatthew Dillon
2002-12-23s/sokqfilter/soo_kqfilter/ for consistency with the naming of allPoul-Henning Kamp
2002-12-14SCARGS removal take II.Alfred Perlstein
2002-12-13Backout removal SCARGS, the code freeze is only "selectively" over.Alfred Perlstein
2002-12-13Remove SCARGS.Alfred Perlstein
2002-03-20Remove __P.Alfred Perlstein
2002-02-27Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin
2002-01-13SMP Lock struct file, filedesc and the global file list.Alfred Perlstein
2002-01-08Staticise the device node pointers.Mike Smith
2001-12-31o Make the credential used by socreate() an explicit argument toRobert Watson
2001-10-29cast dev_t to int in printf to fix warning.Matthew Dillon
2001-09-12KSE Milestone 2Julian Elischer
2001-03-26Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp
2001-02-15Extend kqueue down to the device layer.Jonathan Lemon
2001-01-23- Add necessary proc locking.John Baldwin