aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-082-2/+13
* This mega-commit is meant to fix numerous interrelated problems. ThereJohn Dyson1998-03-072-23/+150
* Trivial filesystem getpages/putpages implementations, set the second.Mike Smith1998-03-063-3/+20
* The intent is to get rid of WILLRELE in vnode_if.src by makingMike Smith1998-03-011-1/+2
* Staticize.Eivind Eklund1998-02-094-18/+20
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-064-11/+4
* Fix an omission of a line from the previous commit to this file. TheJohn Dyson1998-02-051-2/+3
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-044-4/+11
* Forward declare some structs so that this file is more self-sufficient.Bruce Evans1998-02-031-1/+3
* Moved declaration of `union nethostadr' outside of the KERNEL section,Bruce Evans1998-02-013-45/+45
* Forward declare more structs that are used in prototypes here - don'tBruce Evans1998-02-011-3/+8
* Release the buffer when an error occurs while reading directory entries.Tor Egge1998-01-311-3/+6
* Various NFS fixes:John Dyson1998-01-251-87/+78
* Various NFS fixes:John Dyson1998-01-251-7/+13
* Increase the minimum bootp reply packet size from 16 (bogus) to 300 (correct).Tor Egge1998-01-181-4/+4
* Make the BOOTP family new-style options (in opt_bootp.h)Eivind Eklund1998-01-091-1/+3
* Make INET a proper option.Eivind Eklund1998-01-081-1/+5
* Make our v_usecount vnode reference count work identically to theJohn Dyson1998-01-061-3/+3
* Lots of improvements, including restructring the caching and managementJohn Dyson1997-12-291-2/+1
* Unspammed nested include of <vm/vm_zone.h>.Bruce Evans1997-12-273-3/+7
* Added a used include.Bruce Evans1997-12-201-6/+9
* Various of the ISP users have commented that the 1.41 version of theJohn Dyson1997-12-081-115/+19
* Don't call malloc(..., M_WAITOK) at splnet(). Doing so is oftenBruce Evans1997-11-241-4/+7
* Reviewed by: various.Julian Elischer1997-11-121-1/+2
* Rename some local variables to avoid shadowing other local variables.Poul-Henning Kamp1997-11-071-5/+5
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-072-8/+4
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-5/+3
* Removed unused #includes.Bruce Evans1997-10-286-26/+6
* Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.Bruce Evans1997-10-284-7/+8
* Removed unused #includes. The need for most of them went away withBruce Evans1997-10-271-4/+1
* VFS interior redecoration.Poul-Henning Kamp1997-10-261-3/+3
* Always initialize the syscall vectors for our "private" syscalls (notPoul-Henning Kamp1997-10-261-10/+4
* VFS clean up "hekto commit"Poul-Henning Kamp1997-10-161-11/+5
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-161-37/+1
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-162-22/+13
* vnops megacommitPoul-Henning Kamp1997-10-151-49/+3
* Hmm, realign the vnops into two columns.Poul-Henning Kamp1997-10-151-17/+17
* Stylistic overhaul of vnops tables.Poul-Henning Kamp1997-10-151-126/+116
* When the default vnops funtion is vn_default_error(), there is no reason toPoul-Henning Kamp1997-10-152-116/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-128-14/+56
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-112-2/+6
* Reverse rev 1.56 and rev 1.59. These made NFS too flakey.Poul-Henning Kamp1997-10-051-7/+60
* Change the M_NAMEI allocations to use the zone allocator. This changeJohn Dyson1997-09-213-20/+21
* select -> pollPeter Wemm1997-09-141-19/+18
* Don't repeat checks done at general level.Poul-Henning Kamp1997-09-101-8/+3
* Remove a couple of stubborn NetBSD #if's.Poul-Henning Kamp1997-09-101-10/+1
* unifdef -U__NetBSD__ -D__FreeBSD__Poul-Henning Kamp1997-09-107-49/+7
* Removed more vestiges of config-time swap configuration.Bruce Evans1997-09-072-6/+4
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-023-3/+6
* Uncut&paste cache_lookup().Poul-Henning Kamp1997-08-261-53/+5