| Commit message (Expand) | Author | Age | Files | Lines |
* | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | jeff | 2005-03-28 | 1 | -8/+2 |
* | - Update vfs_root implementations to match the new prototype. None of | jeff | 2005-03-24 | 1 | -1/+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 |
* | Convert to nmount. Add omount compat. | phk | 2004-12-06 | 1 | -27/+37 |
* | 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 | 3 | -19/+13 |
* | Mechanically change prototypes for vnode operations to use the new typedefs. | phk | 2004-12-01 | 1 | -6/+6 |
* | Refuse attempts 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 | -4/+3 |
* | Make LINT compile | phk | 2004-07-13 | 1 | -1/+0 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 1 | -2/+3 |
* | Remove spls from portal_open(). Acquire socket lock while sleeping | rwatson | 2004-06-24 | 1 | -7/+8 |
* | Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of | bde | 2004-06-23 | 1 | -10/+11 |
* | Merge additional socket buffer locking from rwatson_netperf: | rwatson | 2004-06-17 | 1 | -0/+4 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 3 | -12/+0 |
* | Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(), | rwatson | 2004-03-31 | 1 | -1/+1 |
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | rwatson | 2004-03-01 | 1 | -1/+2 |
* | Initialize struct vfsops C99-sparsely. | phk | 2003-06-12 | 1 | -21/+8 |
* | 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 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 2 | -4/+4 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 2 | -4/+4 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 2 | -3/+3 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 2 | -3/+3 |
* | Repair vnode locking in portal_lookup(). Specifically, lock the file | tjr | 2003-01-05 | 1 | -2/+10 |
* | Fix a warning on 64 bits platforms: copyinstr() takes | mux | 2002-10-06 | 1 | -1/+1 |
* | Remove any VOP_PRINT that redundantly prints the tag. | njl | 2002-09-18 | 1 | -18/+1 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 2 | -3/+3 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 2 | -4/+4 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -21/+12 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -12/+21 |
* | Remove __P. | alfred | 2002-03-19 | 2 | -16/+16 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -2/+2 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 1 | -4/+1 |
* | remove unused socket pointer | alfred | 2002-01-13 | 1 | -1/+0 |
* | Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution. | alfred | 2002-01-13 | 1 | -0/+1 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 2 | -2/+10 |
* | o Make the credential used by socreate() an explicit argument to | rwatson | 2001-12-31 | 1 | -1/+2 |
* | convert holdsock() to fget(). Add XXX reminder for future socket locking. | dillon | 2001-11-24 | 1 | -3/+6 |
* | KSE Milestone 2 | julian | 2001-09-12 | 2 | -33/+33 |
* | Fix warning: 568: warning: `portal_badop' defined but not used | peter | 2001-06-15 | 1 | -13/+0 |
* | Actually rename FDESC, PORTAL, UMAP and UNION file systems. | ru | 2001-05-24 | 1 | -1/+1 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 2 | -2/+2 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 1 | -12/+2 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -7/+9 |
* | Add a vop_stdbmap(), and make it part of the default vop vector. | phk | 2001-04-29 | 1 | -1/+0 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 1 | -2/+0 |
* | Update to reflect the disappearance of getsock(). | jlemon | 2000-11-25 | 1 | -2/+6 |
* | Introduce vop_stdinactive() and make it the default if no vop_inactive | phk | 2000-08-18 | 1 | -14/+0 |