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