| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the #ifdef UNION code into a callable hook. Arrange to have this | peter | 1998-11-03 | 1 | -114/+15 |
* | The last argument to vm_object_page_clean() are now bit flags, rather than | peter | 1998-10-31 | 1 | -2/+2 |
* | Eliminate a race in VOP_FSYNC() when softupdates is enabled. | luoqi | 1998-09-24 | 1 | -36/+15 |
* | Don't keep the underlying directory locked while performing the file | tegge | 1998-09-10 | 1 | -4/+16 |
* | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | bde | 1998-07-15 | 1 | -2/+2 |
* | Reset MNT_ASYNC flag if needed if unmount() should fail. | dg | 1998-07-03 | 1 | -1/+4 |
* | Remove some junk left over from a previous commit. | dyson | 1998-06-08 | 1 | -6/+1 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Fix the futimes/undelete/utrace conflict with other BSD's. Note that | dyson | 1998-05-11 | 1 | -75/+336 |
* | In the words of the submitter: | msmith | 1998-05-07 | 1 | -17/+23 |
* | Backed out lseek changes. | des | 1998-04-19 | 1 | -6/+4 |
* | Return EINVAL and do not change file pointer if resulting offset is negative. | des | 1998-04-18 | 1 | -5/+7 |
* | New mount option nosymfollow. If enabled, the kernel lookup() | wosch | 1998-04-08 | 1 | -5/+3 |
* | Correct a significant problem with the softupdates port. Allow fsync | dyson | 1998-03-29 | 1 | -4/+11 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 1 | -7/+22 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 1 | -4/+4 |
* | Make the rootdir handling more consistent. Now, processes always | dyson | 1998-02-15 | 1 | -3/+2 |
* | Fix a problem with vn_lock in fsync. | dyson | 1998-02-08 | 1 | -8/+9 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -4/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+4 |
* | Make our v_usecount vnode reference count work identically to the | dyson | 1998-01-06 | 1 | -15/+18 |
* | Lots of improvements, including restructring the caching and management | dyson | 1997-12-29 | 1 | -7/+3 |
* | Unspammed nested include of <vm/vm_zone.h>. | bde | 1997-12-27 | 1 | -1/+2 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | eivind | 1997-12-16 | 1 | -1/+4 |
* | Cleaned up __getcwd(). This should be cosmetic except disabled calls | bde | 1997-12-02 | 1 | -11/+10 |
* | Staticized. | bde | 1997-11-22 | 1 | -3/+3 |
* | Fixed rev.1.81. mp->mnt_kern_flag was restored in the non-error case of | bde | 1997-11-22 | 1 | -3/+4 |
* | Reviewed by: hackers@freebsd.org in general | julian | 1997-11-13 | 1 | -3/+3 |
* | Reviewed by: various. | julian | 1997-11-12 | 1 | -9/+11 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -113/+63 |
* | Fixed style bugs in open() fix. | bde | 1997-10-28 | 1 | -4/+5 |
* | Disallow non-root mount. If you want to allow non-root mount, change | kato | 1997-10-23 | 1 | -1/+8 |
* | Reject attempts to call open() with an illegal combination of O_RDONLY, | joerg | 1997-10-22 | 1 | -2/+4 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -2/+2 |
* | Fix handling of nested mountpoints in __getcwd() | phk | 1997-09-28 | 1 | -3/+5 |
* | Clustered read and write are switched at mount-option level. | kato | 1997-09-27 | 1 | -3/+4 |
* | A couple of handles to tweak, more statistics. | phk | 1997-09-24 | 1 | -1/+23 |
* | Change the M_NAMEI allocations to use the zone allocator. This change | dyson | 1997-09-21 | 1 | -5/+6 |
* | Don't leak memory, from sef. | phk | 1997-09-16 | 1 | -11/+27 |
* | Solve race-condition, return path in normal order. | phk | 1997-09-15 | 1 | -26/+29 |
* | Deal more correctly with mountpoints. | phk | 1997-09-15 | 1 | -3/+5 |
* | Add a __getcwd() syscall. This is intentionally undocumented, but all | phk | 1997-09-14 | 1 | -1/+50 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -3/+1 |
* | Merge WebNFS support from NetBSD | dfr | 1997-07-17 | 1 | -1/+5 |
* | [Previous comment was incorrect for these files] | dfr | 1997-04-04 | 1 | -1/+1 |
* | Add a function vop_sharedlock which a copy of vop_nolock without the | dfr | 1997-04-04 | 1 | -1/+19 |
* | Code to do lchown(2), copied from chown(2) except it's NOFOLLOW in ND_INIT | peter | 1997-03-31 | 1 | -1/+41 |
* | Treat symlinks as first class citizens with their own uid/gid rather than | peter | 1997-03-31 | 1 | -70/+19 |
* | Add generation number randomization. Newly created filesystems wil now | guido | 1997-03-23 | 1 | -1/+13 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -1/+2 |