| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the prison in NFS anon and GSS SVC creds. | jamie | 2009-09-28 | 1 | -0/+5 |
* | Free struct ucreds allocated in vfs_hang_addrlist() when deleting | kib | 2009-06-29 | 1 | -4/+14 |
* | Rework the credential code to support larger values of NGROUPS and | brooks | 2009-06-19 | 1 | -6/+4 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -1/+1 |
* | Do not embed struct ucred into larger netcred parent structures. | kan | 2009-05-09 | 1 | -20/+24 |
* | drop rnh lock before destroying it | kmacy | 2008-12-28 | 1 | -0/+1 |
* | - convert radix node head lock from mutex to rwlock | kmacy | 2008-12-07 | 1 | -2/+3 |
* | Correct typo in comment: thier -> their | emaste | 2008-11-24 | 1 | -1/+1 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | dfr | 2008-11-03 | 1 | -1/+17 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -3/+3 |
* | Provide the mutual exclusion between the nfs export list modifications | kib | 2008-06-09 | 1 | -0/+4 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -3/+16 |
* | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | pjd | 2007-02-15 | 1 | -1/+1 |
* | When exiting vfs_export(), delete the "export" option from | rodrigc | 2007-01-23 | 1 | -11/+31 |
* | In vfs_export(), if we specify MNT_DELEXPORT in the struct export_args, | rodrigc | 2006-12-16 | 1 | -1/+4 |
* | Convert to ANSI-style function prototypes. | rodrigc | 2006-12-16 | 1 | -21/+9 |
* | Use vfs_mount_error() to log mount errors in a few places with human | rodrigc | 2006-12-07 | 1 | -1/+8 |
* | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | tegge | 2006-09-26 | 1 | -0/+10 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | Use the refcount API to manage the reference count for user credentials | jhb | 2005-09-27 | 1 | -2/+3 |
* | Handle theoretical case of vfs_export being called with both MNT_DELEXPORT and | kan | 2005-05-11 | 1 | -0/+1 |
* | - Pass LK_EXCLUSIVE to VFS_ROOT() to satisfy the new flags argument. For | jeff | 2005-03-24 | 1 | -1/+1 |
* | Make various mountpoint related functions static. | phk | 2005-02-10 | 1 | -4/+3 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Sigh. I really need to get an internet connection which is less than | cperciva | 2004-11-29 | 1 | -1/+1 |
* | Check that saddr->sa_family is a sensible value before using it. | cperciva | 2004-11-28 | 1 | -0/+4 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 1 | -1/+1 |
* | Include <sys/mutex.h> and its prerequisite <sys/lock.h> instesd of depending | bde | 2004-04-21 | 1 | -5/+8 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Guard against MLEN growing larger than a uint8_t due to MSIZE grwoing to a | scottl | 2003-07-26 | 1 | -0/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -3/+3 |
* | SMP locking for radix nodes. | hsu | 2002-12-24 | 1 | -4/+10 |
* | Partial backout of 1.318, remove error handling added because it may be | alfred | 2002-06-30 | 1 | -15/+3 |
* | Fix several style bugs: | alfred | 2002-06-29 | 1 | -7/+17 |
* | Unbreak computation of 'smask' that I broke when removing caddr_t. | alfred | 2002-06-29 | 1 | -1/+1 |
* | nuke caddr_t. | alfred | 2002-06-28 | 1 | -10/+9 |
* | Fixed some style bugs in the removal of __P(()). The main ones were | bde | 2002-03-24 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -4/+4 |
* | Check the version of ex_anon (a `struct xucred') before using it to | dd | 2002-03-03 | 1 | -0/+10 |
* | Fix some signed/unsigned integer confusion, and add bounds checking of | kris | 2001-09-10 | 1 | -0/+5 |
* | Since the netexport struct was centralised to 'struct mount', | iedowse | 2001-05-29 | 1 | -1/+1 |
* | vfs_subr.c is getting rather fat. The underlying repocopy and this | phk | 2001-04-26 | 1 | -2852/+4 |
* | Move the netexport structure from the fs-specific mountstructure | phk | 2001-04-25 | 1 | -5/+61 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | Reclaim directory vnodes held in namecache if few free vnodes are | tanimura | 2001-04-18 | 1 | -0/+26 |
* | This patch removes the VOP_BWRITE() vector. | phk | 2001-04-17 | 1 | -1/+1 |
* | Add a NOTE_REVOKE flag for vnodes, which is triggered from within vclean(). | jlemon | 2001-02-23 | 1 | -0/+5 |
* | Switch to using a struct xucred instead of a struct xucred when not | green | 2001-02-18 | 1 | -2/+10 |