| Commit message (Expand) | Author | Age | Files | Lines |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 2 | -4/+4 |
* | Fix Vflags abuse in fdescfs. There should be no functional changes. | trasz | 2008-10-03 | 1 | -3/+1 |
* | fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs | kib | 2008-09-20 | 1 | -3/+3 |
* | Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR(). | kib | 2008-09-20 | 1 | -1/+1 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -8/+8 |
* | - Add locking to all filesystem operations in fdescfs and flag it as MPSAFE. | lulf | 2008-05-24 | 3 | -84/+199 |
* | The temporary workaround for the call to the vget() without lock type in | kib | 2008-04-04 | 1 | -1/+3 |
* | Rename fdescfs vnode from "fdesc" to "fdescfs" to avoid name collision | kib | 2008-02-26 | 1 | -1/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -1/+1 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 2 | -3/+3 |
* | Get rid of qaddr_t. | alfred | 2007-10-16 | 1 | -1/+1 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | rwatson | 2007-04-04 | 2 | -7/+7 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -0/+7 |
* | Restore the ability to mount procfs and fdescfs filesystems via the | kbyanc | 2006-05-15 | 1 | -0/+11 |
* | Call vn_start_write() before locking vnode. | tegge | 2006-03-19 | 1 | -2/+2 |
* | Correct the vnode locking in fdescfs. | kris | 2006-02-28 | 1 | -4/+2 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | Remove the need to forward declare statics by moving them around. | obrien | 2005-08-10 | 1 | -15/+13 |
* | - Update vfs_root implementations to match the new prototype. None of | jeff | 2005-03-24 | 1 | -1/+2 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | jeff | 2005-03-13 | 1 | -1/+0 |
* | Make fdesc_root static | phk | 2005-02-10 | 2 | -2/+2 |
* | Whitespace in vop_vector{} initializations. | phk | 2005-01-13 | 1 | -0/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 3 | -3/+3 |
* | Use vfs_mountedfrom(), rely on vfs_mount.c calling VFS_STATFS(). | phk | 2004-12-06 | 1 | -3/+1 |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | phk | 2004-12-05 | 1 | -6/+0 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 1 | -19/+14 |
* | Mechanically change prototypes for vnode operations to use the new typedefs. | phk | 2004-12-01 | 1 | -7/+7 |
* | Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. | phk | 2004-11-13 | 2 | -7/+7 |
* | Refuse attemps to mount root filesystem | phk | 2004-11-09 | 1 | -1/+1 |
* | Put a version element in the VFS filesystem configuration structure | phk | 2004-07-30 | 1 | -6/+3 |
* | Make LINT compile | phk | 2004-07-13 | 1 | -1/+0 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 2 | -4/+5 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 3 | -12/+0 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -1/+3 |
* | Fix vnode locking in fdesc_setattr. Lock vnode before invoking | kan | 2003-11-19 | 1 | -5/+5 |
* | forgot to remove static declaration of fdesc_poll() | phk | 2003-09-27 | 1 | -1/+0 |
* | fdesc_poll() called seltrue() to do the default thing, this is pointlessly | phk | 2003-09-27 | 1 | -13/+0 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 1 | -1/+1 |
* | Set f_mntfromname[] to "fdescfs" instead of "fdesc" for consistency | tjr | 2003-06-17 | 1 | -1/+1 |
* | Initialize struct vfsops C99-sparsely. | phk | 2003-06-12 | 1 | -22/+9 |
* | Rename vfs_stdsync function to vfs_stdnosync which matches more | kan | 2003-03-11 | 1 | -1/+1 |
* | Finish cleanup of vprint() which was begun with changing v_tag to a string. | njl | 2003-03-03 | 1 | -1/+0 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -2/+2 |
* | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | des | 2003-03-02 | 1 | -1/+1 |
* | uiomove-related caddr_t -> void * (just the low-hanging fruit) | des | 2003-03-02 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 2 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 2 | -2/+2 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -1/+1 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -1/+1 |
* | Since Jeffr made the std* functions the default in rev 1.63 of | phk | 2003-01-04 | 1 | -3/+0 |