| Commit message (Expand) | Author | Age | Files | Lines |
| * | If we get an ENOBUFS from the network, it's normally transient network | Peter Wemm | 1998-08-01 | 1 | -1/+11 |
| * | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | Bruce Evans | 1998-07-15 | 1 | -3/+3 |
| * | Use u_int32_t in NQFHHASH instead of u_long. | Doug Rabson | 1998-07-05 | 1 | -2/+2 |
| * | VOP_STRATEGY grows an (struct vnode *) argument | Julian Elischer | 1998-07-04 | 1 | -2/+2 |
| * | Moved `#ifndef NFS_NOSERVER' after including nfs.h. | KATO Takenori | 1998-07-02 | 1 | -2/+2 |
| * | fix buildworld hopefully be3fore anyone complains... | John-Mark Gurney | 1998-06-30 | 1 | -1/+3 |
| * | convert some nfs tunables to options, these are: | John-Mark Gurney | 1998-06-30 | 1 | -1/+3 |
| * | Fixed typo in ifdefed code. (NFS_ACDEBUG is not in LINT. Therefore, | Bruce Evans | 1998-06-21 | 2 | -4/+4 |
| * | Avoid an egcs pessimization for 64-bit signed division on i386's. | Bruce Evans | 1998-06-14 | 3 | -10/+10 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 3 | -8/+8 |
| * | Make sure we go a nfs_fsinfo() in get/putpages before calling | Peter Wemm | 1998-06-01 | 1 | -30/+70 |
| * | Fix post-test pre-commit cleanup typo. | Peter Wemm | 1998-06-01 | 1 | -2/+2 |
| * | readlink() returns EINVAL rather than EPERM if called on a non-symlink. | Peter Wemm | 1998-06-01 | 1 | -2/+2 |
| * | Preset the maximum file size before we get to nfs_fsinfo(), based on | Peter Wemm | 1998-06-01 | 1 | -8/+14 |
| * | Hide more kernel stuff from userland. This stops nethostaddr etc being | Peter Wemm | 1998-06-01 | 1 | -2/+2 |
| * | For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; | Peter Wemm | 1998-05-31 | 17 | -547/+559 |
| * | Support 'mount -u' remounts. This may require disconnecting and rebinding | Peter Wemm | 1998-05-31 | 3 | -104/+174 |
| * | Cut-n-paste glitch | Peter Wemm | 1998-05-31 | 1 | -2/+2 |
| * | xdr encode -1 properly. | Peter Wemm | 1998-05-31 | 1 | -2/+2 |
| * | Fully fill in nfsv2 write rpc requests rather than leaving garbage. | Peter Wemm | 1998-05-31 | 1 | -4/+11 |
| * | Don't silently fail to set file flags. | Peter Wemm | 1998-05-31 | 1 | -1/+8 |
| * | Don't blindly accept the server's preferences if they are too small. | Peter Wemm | 1998-05-31 | 1 | -3/+3 |
| * | Prototype support for selectively allowing non-reserved ports on a per | Peter Wemm | 1998-05-31 | 2 | -2/+28 |
| * | Hide whiteouts from NFS, since the protocol doesn't support them. | Peter Wemm | 1998-05-31 | 1 | -5/+7 |
| * | NetBSD has a comment that Solaris 2.5 doesn't do verifiers correctly, | Peter Wemm | 1998-05-31 | 1 | -1/+7 |
| * | Don't pass a second copy of the uid/gid in with the v2/v3 sattr structures, | Peter Wemm | 1998-05-31 | 4 | -36/+30 |
| * | Use the new SB_UPCALL flag, | Peter Wemm | 1998-05-31 | 1 | -1/+4 |
| * | NFS_SMALLFH is defined in nfsproto.h, not sys/mount.h | Peter Wemm | 1998-05-31 | 1 | -2/+2 |
| * | Don't let the user try "rmdir ." | Peter Wemm | 1998-05-31 | 1 | -1/+3 |
| * | Don't let the user try and unlink() a directory on a NFS server. | Peter Wemm | 1998-05-31 | 1 | -2/+4 |
| * | When a write rpc returns an error, break the loop. | Peter Wemm | 1998-05-31 | 1 | -1/+3 |
| * | Don't leak an mbuf when a write rpc returns zero bytes written. | Peter Wemm | 1998-05-31 | 1 | -1/+2 |
| * | #ifdef a diagnostic printf | Peter Wemm | 1998-05-31 | 1 | -1/+3 |
| * | Don't try and free mrep twice on some error conditions. | Peter Wemm | 1998-05-31 | 3 | -9/+16 |
| * | #ifdef a diagnostic panic, plus another missed costmetic change. | Peter Wemm | 1998-05-31 | 2 | -4/+8 |
| * | We have gained 2 more errno's, add them to the NFSv2 mapping table. | Peter Wemm | 1998-05-31 | 2 | -4/+4 |
| * | Missed a cosmetic change that the other BSD's have. | Peter Wemm | 1998-05-31 | 1 | -2/+2 |
| * | oops, nfs_msg() is called from client code too. | Peter Wemm | 1998-05-31 | 1 | -1/+4 |
| * | When we can't reconnect a socket, don't forget to unlock before retrying | Peter Wemm | 1998-05-31 | 1 | -1/+4 |
| * | Don't log zero length reads, this can happen during normal operation. | Peter Wemm | 1998-05-31 | 1 | -1/+9 |
| * | Consider for readdir chunk sizes when tuning socket buffer reservations. | Peter Wemm | 1998-05-31 | 1 | -3/+5 |
| * | Refuse READDIR / READDIRPLUS rpc's for non-directories | Peter Wemm | 1998-05-31 | 1 | -1/+9 |
| * | Some const's | Peter Wemm | 1998-05-31 | 6 | -19/+21 |
| * | NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim | Peter Wemm | 1998-05-31 | 12 | -587/+657 |
| * | VOP_ABORTUP() appears to be called with the wrong vnode. The other callers | Peter Wemm | 1998-05-31 | 1 | -2/+2 |
| * | When using NFSv3, use the remote server's idea of the maximum file size | Peter Wemm | 1998-05-30 | 5 | -13/+38 |
| * | Convert a couple of large allocations to use zones rather than malloc | Peter Wemm | 1998-05-24 | 6 | -44/+33 |
| * | Only ignore "owner" permissions selectively rather than always. In some | Peter Wemm | 1998-05-20 | 1 | -22/+31 |
| * | s/flags/flag/ | Peter Wemm | 1998-05-20 | 1 | -2/+2 |
| * | A cleaner fix for PR#5102, clear nonsense flags at mount time rather than | Peter Wemm | 1998-05-20 | 2 | -4/+6 |