summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_srvcache.c
AgeCommit message (Expand)Author
2009-06-04Plug mbuf leaks in the DRC, when we reuse entries we didn'tThordur I. Bjornsson
2009-05-30Remove unused procnums (NQNFS leftovers) and cleanup.Thordur I. Bjornsson
2008-12-24Replace the TRUE/FALSE defines with 1/0 respectively. This doesn'tThordur I. Bjornsson
2008-10-20Be pedantically correct in freeing allocated mbufs, even upon clearingBret Lambert
2008-07-05use m_freem() instead of MFREE() since we ignore theThordur I. Bjornsson
2008-06-12Remove now-vestigial bpos pointer from NFS. For building outgoingBret Lambert
2008-06-11Canonical for() -> queue.h FOREACH macro conversions.Bret Lambert
2008-04-14move the cache lookup code into a function, instead repeatingThordur I. Bjornsson
2007-10-29Touch of KNF and style(9), spaces and comments.Thordur I. Bjornsson
2007-10-28Remove the "frev" argument from nfs_rephead(); and clean up the "frev"Thordur I. Bjornsson
2007-09-20MALLOC/FREE -> malloc/free + M_ZERO.Thordur I. Bjornsson
2004-12-26Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-07-16kill netiso stuff here as well, millert okHenning Brauer
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-07-03Remove unused function parameter 'cache' from nfs_repheadNathan Binkert
2002-01-16use queue.h macro'sEric Jackson
2001-06-25Remove NQNFSConstantine Sapuntzakis
1999-04-28zap the newhashinit hack.Artur Grabowski
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-17Minor cleanups. Checked against Lite2.Michael Shalayeff
1996-03-31From NetBSD: NFSv3 import (tomorrow's Net's kernel)Michael Shalayeff
1996-02-29From NetBSD: merge with 960217 (still NFSv2)Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt