| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent a mapped root which appears on the server as e.g. nobody from | dfr | 1997-05-09 | 1 | -3/+47 |
* | Fix memory leak caused by the fact that the directory offset cookies and | dfr | 1997-05-09 | 1 | -4/+4 |
* | Now I can even execute "df" on my diskless :-) | phk | 1997-05-04 | 1 | -31/+32 |
* | 1. Add a {pointer, v_id} pair to the vnode to store the reference to the | phk | 1997-05-04 | 1 | -3/+2 |
* | Make nfs roots (diskless) functional again. It may still not be correct, | phk | 1997-05-03 | 1 | -1/+5 |
* | Allow NULL rpcs on non-privileged ports at all times to work around broken | dfr | 1997-04-30 | 1 | -2/+3 |
* | The long-awaited mega-massive-network-code- cleanup. Part I. | wollman | 1997-04-27 | 2 | -25/+35 |
* | Fix broken usage of nm_readdirsize and increase the socket buffers for UDP | dfr | 1997-04-22 | 2 | -13/+8 |
* | Fix a bug where a program which appended many small records to a file could | dfr | 1997-04-19 | 1 | -1/+3 |
* | Don't allow partial buffers to be cluster-comitted. | dfr | 1997-04-18 | 1 | -4/+7 |
* | Fix various bugs in the locking protocol, allowing proper shared locks | dfr | 1997-04-04 | 5 | -24/+7 |
* | The code which recovered from a modified directory situation did not check | dfr | 1997-04-03 | 1 | -1/+8 |
* | Removed #include of <ufs/ufs/dir.h>. Nfs no longer depends on any ufs | bde | 1997-03-29 | 2 | -4/+2 |
* | Define our own version of DIRBLKSIZ instead of (ab)using ufs's value. | bde | 1997-03-29 | 1 | -43/+5 |
* | Add code that will reject nfs requests in teh kernel from nonprivileged | guido | 1997-03-27 | 2 | -2/+25 |
* | Use the correct (relative to the implementation) ordering of args in | peter | 1997-03-25 | 1 | -1/+5 |
* | The local fs interface does not allow link()/unlink() of directories, | peter | 1997-03-25 | 1 | -4/+7 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 2: include | bde | 1997-03-24 | 1 | -2/+2 |
* | Fixed some invalid (non-atomic) accesses to `time', mostly ones of the | bde | 1997-03-22 | 3 | -19/+29 |
* | YAMInTheWrongDirectionF22 (part of rev.1.28.2.3: set B_CLUSTEROK for | bde | 1997-03-09 | 1 | -2/+2 |
* | Fixed a panic in nfs_writevp(). Lite2 provided a fix for a silly | bde | 1997-02-28 | 1 | -5/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 24 | -24/+24 |
* | Moved nqnfs_vop_lease_check() inside #ifndef NFS_NOSERVER. | kato | 1997-02-19 | 1 | -2/+2 |
* | Changed `#ifdef COMPAT_PRELITE2' to `#ifndef NO_COMPAT_PRELITE2' so that | bde | 1997-02-18 | 1 | -5/+5 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 22 | -260/+375 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 24 | -24/+24 |
* | Fix (properly, I hope) 'panic: sillyrename dir' crash that can happen | wpaul | 1996-12-31 | 1 | -2/+3 |
* | Convert the interface address and IP interface address structures | wollman | 1996-12-13 | 1 | -3/+3 |
* | Improve the queuing algorithms used by NFS' asynchronous i/o. The | dfr | 1996-11-06 | 9 | -89/+168 |
* | If a large (>4096 bytes) directory was modified, the old directory | dfr | 1996-10-21 | 2 | -7/+11 |
* | Add four sysctl variables that joerg wanted. | phk | 1996-10-20 | 1 | -1/+19 |
* | Staticized `nfs_dwrite'. | bde | 1996-10-12 | 1 | -2/+2 |
* | This fixes a problem with the nfs socket handling code which happens | dfr | 1996-10-11 | 2 | -7/+29 |
* | In sys/time.h, struct timespec is defined as: | nate | 1996-09-19 | 8 | -69/+69 |
* | Release an unneeded reference to a vnode that was gained in a VFS_VGET(). | dg | 1996-09-05 | 1 | -1/+2 |
* | Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel. | bde | 1996-09-03 | 1 | -2/+2 |
* | Even though this looks like it, this is not a complex code change. | dyson | 1996-08-21 | 5 | -258/+150 |
* | Various fixes from frank@fwi.uva.nl (Frank van der Linden) via | dfr | 1996-07-16 | 4 | -25/+58 |
* | Modify the kernel to use the new pr_usrreqs interface rather than the old | wollman | 1996-07-11 | 1 | -5/+6 |
* | Don't truncate minor or major numbers in the nfsv3 client. | bde | 1996-06-23 | 2 | -6/+6 |
* | Fix for NFS_NOSERVER | phk | 1996-06-14 | 3 | -12/+15 |
* | Moved the fsnode MALLOC to before the call to getnewvnode() so that the | dg | 1996-06-12 | 1 | -2/+9 |
* | Fixed a vnode reference leak in nfsrv_rename(). The target inode wasn't | bde | 1996-06-08 | 1 | -1/+2 |
* | Clear flags before using an inactive buffer. This is a kludge, but | pst | 1996-06-08 | 1 | -1/+2 |
* | removed: | phk | 1996-05-02 | 1 | -2/+2 |
* | #include <sys/filedesc.h> explicitly instead of depending on it being | bde | 1996-04-30 | 1 | -1/+2 |
* | Fixed nfs sysctls. They missed out on the fs -> vfs name changes from | bde | 1996-04-30 | 2 | -5/+5 |
* | Kill XNS. | wollman | 1996-02-13 | 2 | -4/+6 |
* | Fix a bunch of spelling errors in the comment fields of | mpp | 1996-01-30 | 1 | -3/+3 |
* | Fixed spelling of s_namlen so that this compiles again. | bde | 1996-01-25 | 1 | -2/+2 |