| Commit message (Expand) | Author | Age | Files | Lines |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
* | Cleanup and split of nfs client and server code. | Peter Wemm | 2001-09-18 | 1 | -659/+5 |
* | Sync some differences that were different between the copies of the files | Peter Wemm | 2001-09-15 | 1 | -3/+3 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -34/+34 |
* | Fix some signed/unsigned integer confusion, and add bounds checking of | Kris Kennaway | 2001-09-10 | 1 | -4/+4 |
* | Implement client side NFS locks. | Alfred Perlstein | 2001-04-17 | 1 | -0/+1 |
* | Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash). | Peter Wemm | 2001-03-17 | 1 | -1/+0 |
* | Switch to using a struct xucred instead of a struct xucred when not | Brian Feldman | 2001-02-18 | 1 | -1/+1 |
* | Problem to avoid processes getting stuck in "vmopar". From Ian's | David Malone | 2000-10-24 | 1 | -1/+1 |
* | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -17/+17 |
* | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -17/+17 |
* | The alpha build cuases the 'nfsuid bloated' warning to occur. Well, | Matthew Dillon | 2000-01-13 | 1 | -12/+0 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -4/+4 |
* | Move NFS access cache hits/misses into nfsstats structure so | Matthew Dillon | 1999-10-25 | 1 | -0/+2 |
* | sigset_t change (part 2 of 5) | Marcel Moolenaar | 1999-09-29 | 1 | -2/+4 |
* | Asynchronized client-side nfs_commit. NFS commit operations were | Matthew Dillon | 1999-09-17 | 1 | -0/+2 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | remove b_proc from struct buf, it's (now) unused. | Poul-Henning Kamp | 1999-05-06 | 1 | -3/+3 |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | Alan Cox | 1999-05-02 | 1 | -3/+2 |
* | Untangle the nfs send and receive queue locking a little. One lock | Peter Wemm | 1999-02-25 | 1 | -3/+5 |
* | Made unloading of the nfs LKM sort of work. This is mainly to test | Bruce Evans | 1998-09-07 | 1 | -1/+4 |
* | Yow! Completely change the way socket options are handled, eliminating | Garrett Wollman | 1998-08-23 | 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 |
* | For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; | Peter Wemm | 1998-05-31 | 1 | -10/+10 |
* | Support 'mount -u' remounts. This may require disconnecting and rebinding | Peter Wemm | 1998-05-31 | 1 | -1/+2 |
* | Some const's | Peter Wemm | 1998-05-31 | 1 | -2/+2 |
* | NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim | Peter Wemm | 1998-05-31 | 1 | -9/+9 |
* | Convert a couple of large allocations to use zones rather than malloc | Peter Wemm | 1998-05-24 | 1 | -4/+6 |
* | Allow control of the attribute cache timeouts at mount time. | Peter Wemm | 1998-05-19 | 1 | -28/+33 |
* | Eradicate the variable "time" from the kernel, using various measures. | Poul-Henning Kamp | 1998-03-30 | 1 | -4/+5 |
* | Moved declaration of `union nethostadr' outside of the KERNEL section, | Bruce Evans | 1998-02-01 | 1 | -15/+15 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | Poul-Henning Kamp | 1997-10-12 | 1 | -1/+12 |
* | unifdef -U__NetBSD__ -D__FreeBSD__ | Poul-Henning Kamp | 1997-09-10 | 1 | -5/+1 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | Garrett Wollman | 1997-08-16 | 1 | -54/+79 |
* | Merge WebNFS changes from NetBSD. | Doug Rabson | 1997-07-16 | 1 | -3/+30 |
* | Various fixes from NetBSD: | Doug Rabson | 1997-06-03 | 1 | -3/+3 |
* | Fix a few bugs with NFS and mmap caused by NFS' use of b_validoff | Doug Rabson | 1997-05-19 | 1 | -2/+2 |
* | Don't keep addresses in mbuf chains. This should simplify the next round | Doug Rabson | 1997-05-13 | 1 | -3/+8 |
* | Fix a nasty hang connected with write gathering. Also add debug print | Doug Rabson | 1997-05-10 | 1 | -1/+18 |
* | Define our own version of DIRBLKSIZ instead of (ab)using ufs's value. | Bruce Evans | 1997-03-29 | 1 | -43/+5 |
* | Add code that will reject nfs requests in teh kernel from nonprivileged | Guido van Rooij | 1997-03-27 | 1 | -1/+3 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -49/+119 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Improve the queuing algorithms used by NFS' asynchronous i/o. The | Doug Rabson | 1996-11-06 | 1 | -2/+2 |
* | Even though this looks like it, this is not a complex code change. | John Dyson | 1996-08-21 | 1 | -4/+2 |
* | Fix a bunch of spelling errors in the comment fields of | Mike Pritchard | 1996-01-30 | 1 | -3/+3 |
* | Staticize. | Poul-Henning Kamp | 1995-12-17 | 1 | -12/+6 |