aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfs_node.c
Commit message (Expand)AuthorAgeFilesLines
* Convert a couple of large allocations to use zones rather than mallocPeter Wemm1998-05-241-14/+9
* Add missing arg to vget().. Serves me right for committing a 2.2 patch toPeter Wemm1998-05-131-2/+2
* Hold a reference to the vnode during the sillyrename cleanup. If we blockPeter Wemm1998-05-131-1/+9
* Staticize.Eivind Eklund1998-02-091-4/+4
* Unspammed nested include of <vm/vm_zone.h>.Bruce Evans1997-12-271-1/+3
* Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.Bruce Evans1997-10-281-1/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+3
* Change the M_NAMEI allocations to use the zone allocator. This changeJohn Dyson1997-09-211-2/+2
* Removed unused #includes.Bruce Evans1997-08-021-4/+1
* Fix memory leak caused by the fact that the directory offset cookies andDoug Rabson1997-05-091-4/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-4/+10
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-121-2/+9
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-2/+1
* Correct my cut-'n-paste job from ffs_vfsops.c and fix up the formattingDavid Greenman1995-07-221-14/+6
* Implemented an nfs_node hash list lock, similar to what was implementedDavid Greenman1995-07-211-1/+31
* Changes to support version 3 of the NFS protocol.Doug Rabson1995-06-271-35/+95
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-4/+1
* This is a bunch of changes from NetBSD. There are a couple of bug-fixes.Poul-Henning Kamp1994-10-171-33/+17
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-061-2/+2
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksPoul-Henning Kamp1994-10-021-4/+7
* Initialize lockf pointer. I missed this when I made NFS use the genericDavid Greenman1994-08-101-1/+2
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+7
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+294