| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: sys/nfsserver/nfs_serv.c revision 1.118; limit the amount of | Ian Dowse | 2002-04-28 | 1 | -0/+4 |
| * | MFC: avoid a problem where some NFS client operations might be | Ian Dowse | 2002-04-26 | 1 | -4/+4 |
| * | MFC: add a sysctl variable, "kern.bootp_cookie", which reflects the | Luigi Rizzo | 2002-03-16 | 1 | -0/+14 |
| * | MFC: Permit NFS filesystems to be forcibly unmounted when the server | Ian Dowse | 2002-02-20 | 3 | -7/+55 |
| * | MFC 1.113. Do not allow an invalid file mode to propogate to the | Matthew Dillon | 2002-02-05 | 1 | -3/+9 |
| * | MFC: Increase buffer size for bootp reply. | Doug Ambrisko | 2002-02-01 | 1 | -1/+1 |
| * | MFC nfsserver/nfs_serv.c:1.114, fix a missing vput() for an EEXIST case in | Matthew Dillon | 2002-01-19 | 1 | -0/+2 |
| * | MFC nfsclient/nfs_node.c:1.52. nfs_nget() does no locking whatsoever | Matthew Dillon | 2002-01-05 | 1 | -1/+1 |
| * | MFC: nfsserver/nfs_serv.c 1.108; explicitly set `error' to 0 in | Ian Dowse | 2001-12-28 | 1 | -0/+1 |
| * | MFC NFS and VM bug fixes (see my commit 2001/12/13 17:16:57 PST, | Matthew Dillon | 2001-12-20 | 3 | -9/+76 |
| * | MFC: nfsserver/nfs_serv.c 1.109; NULL out nd.ni_vp when VOP_SYMLINK | Ian Dowse | 2001-12-07 | 1 | -3/+2 |
| * | MFC B_NOWDRAIN. This required moving B_AUTOCHAINDONE from flags to xflags | Matthew Dillon | 2001-11-18 | 1 | -0/+6 |
| * | MFC change vnode list under mount point from LIST to TAILQ in preparation | Matthew Dillon | 2001-10-25 | 2 | -4/+4 |
| * | MFC: Fix some signed/unsigned integer confusion, and add bounds checking of | Kris Kennaway | 2001-09-11 | 1 | -4/+4 |
| * | MFC: rev 1.101: filehandle checks | Peter Wemm | 2001-08-11 | 1 | -0/+2 |
| * | MFC: 1.172; fix client-side memory leak in nfs_flush(). | Ian Dowse | 2001-08-05 | 1 | -2/+2 |
| * | MFC: Change the interface to vflush() so that it can deal with | Ian Dowse | 2001-07-26 | 1 | -28/+4 |
| * | MFC: the rest of fixes for nullfs. Please note, that for now only | Boris Popov | 2001-06-26 | 3 | -0/+8 |
| * | MFC: fnv hash improvements for nfsnode hash etc. | Peter Wemm | 2001-03-21 | 2 | -21/+2 |
| * | MFC vfs_bio.c/1.273, kern/vfs_cluster.c/1.105, nfs/nfs_vnops.c 1.164, | Matthew Dillon | 2001-03-02 | 1 | -0/+8 |
| * | MFC: Enable use of DHCP extensions. | Tor Egge | 2001-02-13 | 1 | -33/+240 |
| * | MFC 1.163 - client-side fix for bogus access time with O_EXCL|O_CREAT opens | Matthew Dillon | 2001-01-06 | 1 | -1/+14 |
| * | MFC from current the major file descriptor race fixing patchset. | Matthew Dillon | 2000-11-26 | 1 | -2/+5 |
| * | MFC: Reduce kernel stack usage by not having large packets on the stack. | Tor Egge | 2000-11-20 | 1 | -516/+1024 |
| * | MFC: Eliminate some bitrot (nonexisting member variable names). | Tor Egge | 2000-11-20 | 1 | -5/+5 |
| * | MFC: Style fixes. | Tor Egge | 2000-11-20 | 1 | -783/+842 |
| * | MFC: Make RPC timeout messages more readable. Supply proc pointer to sosend. | Tor Egge | 2000-11-20 | 1 | -4/+10 |
| * | MFC: Fix some vmopar hangs. | David Malone | 2000-10-28 | 3 | -6/+15 |
| * | MFC: [rev 1.92] Don't scan for the "right" network interface by | Paul Saab | 2000-09-10 | 1 | -0/+3 |
| * | MFC: Correctly set the Maximum DHCP Message Size. | Paul Saab | 2000-06-13 | 1 | -1/+1 |
| * | MFC: 1.21 Include a RFC 1533 "Maximum DHCP Message Size" option in | Paul Saab | 2000-06-09 | 1 | -5/+17 |
| * | MFC rc.network 1.75, rc.conf 1.55, rc.conf.5 1.65, nfs_socket.c 1.61. | Matthew Dillon | 2000-03-27 | 1 | -8/+22 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2000-03-13 | 2 | -2793/+0 |
| * | Clean up some loose ends in the network code, including the X.25 and ISO | Peter Wemm | 2000-02-13 | 6 | -73/+2 |
| * | Fix catastrophic bug in NQNFS related to UDP mounts. The 'nqhost' | Matthew Dillon | 2000-01-26 | 2 | -26/+20 |
| * | The alpha build cuases the 'nfsuid bloated' warning to occur. Well, | Matthew Dillon | 2000-01-13 | 3 | -34/+0 |
| * | tcp updates to support IPv6. | Yoshinobu Inoue | 2000-01-09 | 1 | -1/+1 |
| * | Enhance reassignbuf(). When a buffer cannot be time-optimally inserted | Matthew Dillon | 2000-01-05 | 4 | -19/+81 |
| * | Fix at least one source of the continued 'NFS append race'. close() | Matthew Dillon | 2000-01-05 | 1 | -3/+21 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 4 | -10/+10 |
| * | make getfh a standard syscall instead of dependant on having | Alfred Perlstein | 1999-12-21 | 2 | -28/+0 |
| * | Second pass commit to introduce new ACL and Extended Attribute system | Robert Watson | 1999-12-19 | 1 | -0/+1 |
| * | M_PREPEND-related cleanups (unregisterifying struct mbuf *s). | Brian Feldman | 1999-12-19 | 3 | -8/+5 |
| * | Fix compilation warning on alpha when converting pointer to integer | Matthew Dillon | 1999-12-18 | 1 | -1/+1 |
| * | Have NFS use a snapshot of boottime instead of boottime itself to | Matthew Dillon | 1999-12-16 | 1 | -6/+14 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 5 | -161/+27 |
| * | Fix two problems: First, fix the append seek position race that can | Matthew Dillon | 1999-12-14 | 3 | -46/+149 |
| * | Add a readahead heuristic to the NFS server side code. While the server | Matthew Dillon | 1999-12-13 | 1 | -1/+77 |
| * | PR: kern/15222 | Matthew Dillon | 1999-12-13 | 1 | -0/+16 |
| * | Fix a timeout deadlock that can occur when the process holding the | Matthew Dillon | 1999-12-13 | 1 | -4/+24 |