| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | Check that vp->v_mount is non-null in fsync() before dereferencing it to | msmith | 1997-03-05 | 1 | -2/+3 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Don't depend on FIFO being defined to enable mkfifo. | mpp | 1997-02-12 | 1 | -4/+0 |
* | Add function protypes for the new Lite2 unionfs functions. | mpp | 1997-02-12 | 1 | -8/+0 |
* | Comment out a call to the #ifdef DIAGNOSTIC routine | mpp | 1997-02-12 | 1 | -0/+6 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -463/+858 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Fixed lseek() on named pipes. It always succeeded but should always fail. | bde | 1996-12-19 | 1 | -4/+4 |
* | In sys/time.h, struct timespec is defined as: | nate | 1996-09-19 | 1 | -5/+5 |
* | Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel. | bde | 1996-09-03 | 1 | -1/+2 |
* | Implemented kernel side of MNT_NOATIME mount option. This option disables | dg | 1996-09-03 | 1 | -3/+3 |
* | Dont allow directories to be link()ed or unlink()ed, even for root | peter | 1996-05-24 | 1 | -7/+9 |
* | Hide options for emulators and static file systems in opt_dontuse.h. | bde | 1996-05-11 | 1 | -2/+2 |
* | Make sure the mountpoint is marked busy before doing operations on it. | dg | 1996-01-16 | 1 | -4/+14 |
* | convert FDESC, KERNFS, NULLFS, PORTAL, UMAPFS, and UNION to the new | wollman | 1996-01-05 | 1 | -1/+10 |
* | Staticize. | phk | 1995-12-17 | 1 | -5/+1 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -1/+2 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+4 |
* | Fixed the errno returned by rename("dir1", "dir2/."). It was EISDIR | bde | 1995-11-18 | 1 | -1/+5 |
* | Change some of the debug sysctl vars. The semantics of these will change. | phk | 1995-11-14 | 1 | -2/+2 |
* | Fixed a cast in olseek(). | bde | 1995-11-13 | 1 | -3/+3 |
* | Included <sys/sysproto.h> to get central declarations for syscall args | bde | 1995-11-12 | 1 | -1/+92 |
* | Make MNT_ASYNC more effective for UFS. It should not be too much more | dyson | 1995-11-05 | 1 | -2/+3 |
* | Prototype getvnode() in the right place (where ibcs2_stat.c can see it). | bde | 1995-11-04 | 1 | -2/+1 |
* | Moved the filesystem read-only check out of the syscalls and into the | dg | 1995-10-22 | 1 | -54/+26 |
* | Remove prototype definitions from <sys/systm.h>. | swallace | 1995-10-08 | 1 | -1/+5 |
* | Reviewed by: julian with quick glances by bruce and others | julian | 1995-08-28 | 1 | -5/+3 |
* | The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE() | bde | 1995-08-17 | 1 | -2/+2 |
* | Converted mountlist to a CIRCLEQ. | dg | 1995-08-11 | 1 | -6/+9 |
* | Removed my special-case hack for VOP_LINK and fixed the problem with the | dg | 1995-08-01 | 1 | -10/+9 |
* | Ignore trailing slashes in pathnames that "refer to a directory", | bde | 1995-07-31 | 1 | -1/+6 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | dg | 1995-07-13 | 1 | -2/+2 |
* | 1) Converted v_vmdata to v_object. | dg | 1995-06-28 | 1 | -3/+3 |
* | Fixed VOP_LINK argument order botch. | dg | 1995-06-28 | 1 | -2/+2 |
* | Changes to fix the following bugs: | dg | 1995-05-21 | 1 | -1/+6 |
* | Fixed incompleteness that would allow dirty filesystems to get mounted | dg | 1995-05-15 | 1 | -2/+2 |
* | Removed unused variable caused by last commit. | dg | 1995-05-02 | 1 | -2/+2 |
* | Fix for sync() to close a potential panic with accessing a mount struct | dg | 1995-05-02 | 1 | -3/+2 |
* | Added a set of braces to make the compiler happy. | dg | 1995-03-29 | 1 | -2/+3 |
* | Moved call to vnode_pager_uncache in rename() to before the VOP_RENAME. | dg | 1995-03-19 | 1 | -6/+4 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -8/+5 |
* | Do a vnode_pager_uncache after the VOP_RENAME to lose the remaining | dg | 1995-02-28 | 1 | -2/+4 |
* | In sync(), don't dereference the proc pointer if it's NULL. Should fix | dg | 1995-02-13 | 1 | -2/+2 |
* | From tim@cs.city.ac.uk (Tim Wilkinson): | dg | 1994-11-04 | 1 | -1/+2 |