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