| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use ap->a_td->td_ucred when we were passed ap->a_cred. | Edward Tomasz Napierala | 2009-12-02 | 1 | -1/+1 |
* | Rework the credential code to support larger values of NGROUPS and | Brooks Davis | 2009-06-19 | 2 | -3/+4 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao | 2009-05-11 | 1 | -9/+8 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 2 | -9/+9 |
* | The locking in portalfs's socket connect code is no less correct than | Robert Watson | 2008-10-12 | 1 | -1/+0 |
* | Use soconnect2() rather than directly invoking uipc_connect2() to | Robert Watson | 2008-10-06 | 1 | -1/+1 |
* | fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs | Konstantin Belousov | 2008-09-20 | 1 | -2/+1 |
* | Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR(). | Konstantin Belousov | 2008-09-20 | 1 | -1/+1 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -2/+0 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 2 | -3/+2 |
* | Get rid of qaddr_t. | Alfred Perlstein | 2007-10-16 | 1 | -1/+1 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | Tor Egge | 2007-03-13 | 2 | -0/+12 |
* | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | Tor Egge | 2006-09-26 | 1 | -0/+2 |
* | Update comment. | John Baldwin | 2006-07-18 | 1 | -1/+1 |
* | Add a kern_close() so that the ABIs can close a file descriptor w/o having | John Baldwin | 2006-07-08 | 1 | -4/+2 |
* | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 1 | -1/+1 |
* | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | Jeff Roberson | 2005-03-28 | 1 | -8/+2 |
* | - Update vfs_root implementations to match the new prototype. None of | Jeff Roberson | 2005-03-24 | 1 | -1/+2 |
* | Whitespace in vop_vector{} initializations. | Poul-Henning Kamp | 2005-01-13 | 1 | -0/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 3 | -3/+3 |
* | Convert to nmount. Add omount compat. | Poul-Henning Kamp | 2004-12-06 | 1 | -27/+37 |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | Poul-Henning Kamp | 2004-12-05 | 1 | -6/+0 |
* | Back when VOP_* was introduced, we did not have new-style struct | Poul-Henning Kamp | 2004-12-01 | 3 | -19/+13 |
* | Mechanically change prototypes for vnode operations to use the new typedefs. | Poul-Henning Kamp | 2004-12-01 | 1 | -6/+6 |
* | Refuse attempts to mount root filesystem | Poul-Henning Kamp | 2004-11-09 | 1 | -1/+1 |
* | Put a version element in the VFS filesystem configuration structure | Poul-Henning Kamp | 2004-07-30 | 1 | -4/+3 |
* | Make LINT compile | Poul-Henning Kamp | 2004-07-13 | 1 | -1/+0 |
* | Make VFS_ROOT() and vflush() take a thread argument. | Alfred Perlstein | 2004-07-12 | 1 | -2/+3 |
* | Remove spls from portal_open(). Acquire socket lock while sleeping | Robert Watson | 2004-06-24 | 1 | -7/+8 |
* | Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of | Bruce Evans | 2004-06-23 | 1 | -10/+11 |
* | Merge additional socket buffer locking from rwatson_netperf: | Robert Watson | 2004-06-17 | 1 | -0/+4 |
* | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 3 | -12/+0 |
* | Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(), | Robert Watson | 2004-03-31 | 1 | -1/+1 |
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | Robert Watson | 2004-03-01 | 1 | -1/+2 |
* | Initialize struct vfsops C99-sparsely. | Poul-Henning Kamp | 2003-06-12 | 1 | -21/+8 |
* | Rename vfs_stdsync function to vfs_stdnosync which matches more | Alexander Kabaev | 2003-03-11 | 1 | -1/+1 |
* | Finish cleanup of vprint() which was begun with changing v_tag to a string. | Nate Lawson | 2003-03-03 | 1 | -1/+0 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 2 | -4/+4 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 2 | -4/+4 |
* | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 2 | -3/+3 |
* | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 2 | -3/+3 |
* | Repair vnode locking in portal_lookup(). Specifically, lock the file | Tim J. Robbins | 2003-01-05 | 1 | -2/+10 |
* | Fix a warning on 64 bits platforms: copyinstr() takes | Maxime Henrion | 2002-10-06 | 1 | -1/+1 |
* | Remove any VOP_PRINT that redundantly prints the tag. | Nate Lawson | 2002-09-18 | 1 | -18/+1 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 2 | -3/+3 |
* | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 2 | -4/+4 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 1 | -21/+12 |
* | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -12/+21 |
* | Remove __P. | Alfred Perlstein | 2002-03-19 | 2 | -16/+16 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -2/+2 |