| Commit message (Expand) | Author | Age | Files | Lines |
* | Print daddr_t's with %j and intmax_t. | jhb | 2002-11-08 | 1 | -4/+5 |
* | Update licenses and wording: NAI has authorized the removal of clause three | rwatson | 2002-11-04 | 1 | -7/+4 |
* | Implement the new 1003.1-2001 pathconf() keys, including the Advisory | wollman | 2002-10-27 | 1 | -11/+47 |
* | Slightly change the semantics of vnode labels for MAC: rather than | rwatson | 2002-10-26 | 2 | -15/+30 |
* | Within ufs, the ffs_sync and ffs_fsync functions did not always | mckusick | 2002-10-25 | 2 | -4/+11 |
* | We must be careful to avoid recursive copy-on-write faults when | mckusick | 2002-10-23 | 1 | -1/+14 |
* | Missplaced FREE_LOCK causes a panic when hit while taking a snapshot. | mckusick | 2002-10-23 | 1 | -1/+1 |
* | This update further fine tunes the locking of snapshot vnodes in | mckusick | 2002-10-22 | 1 | -12/+21 |
* | This update is a performance improvement when allocating blocks on | mckusick | 2002-10-22 | 1 | -0/+12 |
* | This checkin reimplements the io-request priority hack in a way | mckusick | 2002-10-22 | 1 | -2/+2 |
* | Rename _POSIX_FOO_PRESENT and friends from POSIX.1e to _PC_FOO_PRESENT | rwatson | 2002-10-20 | 1 | -3/+3 |
* | Implement _POSIX_ACL_PATH_MAX, which returns the maximum number of ACL | rwatson | 2002-10-20 | 1 | -0/+10 |
* | Teach UFS to respond to pathconf() tests for _POSIX_ACL_EXTENDED and | rwatson | 2002-10-20 | 1 | -0/+20 |
* | Clarify that the UFS1 extended attribute configuration steps do not apply | rwatson | 2002-10-19 | 1 | -2/+2 |
* | Fix a file-rewrite performance case for UFS[2]. When rewriting portions | dillon | 2002-10-18 | 3 | -7/+36 |
* | Update extended attribute readme file to note that no special configuration | rwatson | 2002-10-18 | 1 | -1/+6 |
* | Update instructions for ACLs given recent tunefs, mount changes. Also | rwatson | 2002-10-18 | 1 | -5/+33 |
* | Use 'size_t' instead of 'int' for the result of sizeof(). | rwatson | 2002-10-18 | 1 | -1/+1 |
* | With the revised single-lock method used in snapshots, the | mckusick | 2002-10-18 | 1 | -1/+0 |
* | Change locking so that all snapshots on a particular filesystem share | mckusick | 2002-10-16 | 1 | -42/+91 |
* | Push most UFS ACL behavior behind a check for MNT_ACLS, permitting ACLs | rwatson | 2002-10-15 | 2 | -101/+129 |
* | If the FS_MULTILABEL flag is set in a UFS or UFS2 superblock, | rwatson | 2002-10-15 | 1 | -0/+17 |
* | When reading or writing the extended attributes of a special device | mckusick | 2002-10-14 | 2 | -5/+38 |
* | Fix two memory leaks in error conditions involving the UFS ACL code: | rwatson | 2002-10-14 | 1 | -0/+4 |
* | Define two new superblock file system flags: | rwatson | 2002-10-14 | 1 | -0/+10 |
* | Regularize the vop_stdlock'ing protocol across all the filesystems | mckusick | 2002-10-14 | 2 | -4/+2 |
* | Change iov_base's type from `char *' to the standard `void *'. All | mike | 2002-10-11 | 1 | -1/+1 |
* | Fix build of 64 bit platforms. | mux | 2002-10-09 | 1 | -2/+3 |
* | When creating a snapshot, create a list of initially allocated blocks. | mckusick | 2002-10-09 | 1 | -1/+3 |
* | When creating a snapshot, create a list of initially allocated blocks. | mckusick | 2002-10-09 | 1 | -7/+135 |
* | The appropriate units for disk block addresses are always DEV_BSIZE, | mckusick | 2002-10-09 | 1 | -8/+1 |
* | - Remove LK_INTERLOCK from the vn_lock() in ffs_snapshot(). | jeff | 2002-10-08 | 1 | -1/+1 |
* | Mark two places where an unsigned number is checked "if (foo < 0)" with | phk | 2002-10-02 | 1 | -0/+2 |
* | size_t is not a struct (fix mislabelling in a comment). | dd | 2002-10-02 | 2 | -2/+2 |
* | Fix some harmless mis-indents. | phk | 2002-10-01 | 1 | -1/+1 |
* | When spamming me with a printf(9), under DIAGNOSTIC, at least be nice enough | jmallett | 2002-09-28 | 1 | -1/+1 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 3 | -36/+36 |
* | Make it a tad easier to deal with struct inode in userland programs which | phk | 2002-09-27 | 1 | -1/+1 |
* | Use our mount-credential if we get a NOCRED when we try to write out EA | phk | 2002-09-27 | 1 | -0/+2 |
* | - Convert locks to use standard macros. | jeff | 2002-09-25 | 4 | -7/+28 |
* | - Document broken locking. | jeff | 2002-09-25 | 1 | -3/+2 |
* | - Lock accesses to v_usecount. | jeff | 2002-09-25 | 2 | -7/+11 |
* | - Don't use the interlock to protect v_writecount. | jeff | 2002-09-25 | 1 | -6/+5 |
* | We don't need to #include <sys/disklabel.h>. | phk | 2002-09-20 | 1 | -2/+0 |
* | VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link() | truckman | 2002-09-19 | 1 | -11/+4 |
* | intmax_t is printed with %jd, not %lld. | obrien | 2002-09-19 | 1 | -7/+7 |
* | Remove any VOP_PRINT that redundantly prints the tag. | njl | 2002-09-18 | 1 | -4/+2 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 2 | -4/+4 |
* | vfs_syscalls.c: | bde | 2002-09-10 | 1 | -52/+6 |
* | Implement the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods. | phk | 2002-09-05 | 2 | -31/+192 |