| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix few missed accmode changes in coda. | trasz | 2008-11-03 | 3 | -5/+7 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | dfr | 2008-11-03 | 1 | -1/+1 |
* | Catch up with netsmb locking: explicit thread arguments no longer required. | rwatson | 2008-11-02 | 1 | -2/+2 |
* | Remove the call to getinoquota() from ntfs_access. How did it get there?! | trasz | 2008-11-02 | 1 | -7/+0 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 15 | -67/+69 |
* | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | des | 2008-10-23 | 5 | -7/+10 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 27 | -136/+131 |
* | The locking in portalfs's socket connect code is no less correct than | rwatson | 2008-10-12 | 1 | -1/+0 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 7 | -30/+27 |
* | Use soconnect2() rather than directly invoking uipc_connect2() to | rwatson | 2008-10-06 | 1 | -1/+1 |
* | Change the linprocfs <pid>/maps and procfs <pid>/map handlers to use | kib | 2008-10-04 | 1 | -29/+7 |
* | Fix Vflags abuse in fdescfs. There should be no functional changes. | trasz | 2008-10-03 | 1 | -3/+1 |
* | Fix Vflags abuse in cd9660. There should be no functional changes. | trasz | 2008-10-03 | 1 | -7/+7 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+2 |
* | Save previous content of the td_fpop before storing the current | kib | 2008-09-26 | 1 | -12/+27 |
* | Remove unit2minor() use from kernel code. | ed | 2008-09-26 | 1 | -1/+1 |
* | The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmp | obrien | 2008-09-23 | 3 | -3/+3 |
* | Already initialize the vfs timestamps inside the cdev upon allocation. | ed | 2008-09-21 | 1 | -0/+4 |
* | fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs | kib | 2008-09-20 | 5 | -10/+6 |
* | Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR(). | kib | 2008-09-20 | 8 | -8/+8 |
* | Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don't | kib | 2008-09-20 | 1 | -3/+1 |
* | Fix two small typo's in comments in the nullfs vnops code. | ed | 2008-09-11 | 1 | -2/+2 |
* | Reflect license change of NetBSD code. | delphij | 2008-09-03 | 7 | -56/+7 |
* | In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers were | kib | 2008-09-01 | 1 | -2/+2 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 20 | -107/+97 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -3/+0 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -4/+5 |
* | Remove unnecessary locking around pointer fetch. | kib | 2008-08-12 | 1 | -2/+0 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 1 | -0/+2 |
* | The uniqdosname() function takes char[12] as it third argument. | kib | 2008-07-04 | 1 | -1/+1 |
* | Remove unused 'td' arguments from smbfs_hash_lock() and | rwatson | 2008-07-01 | 1 | -9/+9 |
* | Get pointer to devfs_ruleset struct after garbage collection has been | gonzo | 2008-06-22 | 1 | -3/+3 |
* | Struct cdev is always the member of the struct cdev_priv. When devfs | kib | 2008-06-16 | 3 | -9/+10 |
* | Do not redo the vnode tear-down work already done by insmntque() when | kib | 2008-06-15 | 1 | -4/+1 |
* | Don't enforce unique device minor number policy anymore. | ed | 2008-06-11 | 1 | -3/+3 |
* | In cd9660_readdir vop, always initialize the idp->uio_off member. | kib | 2008-06-11 | 1 | -0/+1 |
* | When devfs_allocv() committed to create new vnode, since de_vnode is NULL, | kib | 2008-06-05 | 1 | -1/+1 |
* | Revert the changes I made to devfs_setattr() in r179457. | ed | 2008-06-01 | 1 | -4/+3 |
* | Merge back devfs changes from the mpsafetty branch. | ed | 2008-05-31 | 1 | -6/+6 |
* | - Add locking to all filesystem operations in fdescfs and flag it as MPSAFE. | lulf | 2008-05-24 | 3 | -84/+199 |
* | When vget() fails (because the vnode has been reclaimed), there is no | kib | 2008-05-23 | 1 | -3/+4 |
* | Implement the per-open file data for the cdev. | kib | 2008-05-21 | 2 | -1/+120 |
* | Fix and speedup timestamp calculations which is roughly based on the patch in | markus | 2008-05-16 | 1 | -22/+34 |
* | lockinit() can't accept LK_EXCLUSIVE as an initializaiton flag, so just | attilio | 2008-05-15 | 1 | -1/+1 |
* | Don't explicitly drop Giant around d_open/d_fdopen/d_close for MPSAFE | jhb | 2008-05-07 | 1 | -20/+5 |
* | - change function name from *_vdir to *_vnode because | daichi | 2008-05-07 | 1 | -21/+33 |
* | o Fixed multi thread access issue reported by Alexander V. Chernikov | daichi | 2008-04-25 | 3 | -12/+13 |
* | o Improved unix socket connection issue | daichi | 2008-04-25 | 1 | -13/+28 |
* | o Fixed rename panic issue | daichi | 2008-04-25 | 1 | -11/+14 |
* | o Fixed inaccessible issue especially including devfs on unionfs case. | daichi | 2008-04-25 | 2 | -8/+187 |