aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsserver/nfs_srvcache.c
Commit message (Expand)AuthorAgeFilesLines
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-0/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-1/+1
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-2/+2
* - Turn all explicit giant acquires into conditional VFS_LOCK_GIANTs.Jeff Roberson2007-03-171-0/+2
* - Add a new function nfsrv_destroycache() to tear down the server requestJohn Baldwin2006-08-011-2/+14
* Use TAILQ_FOREACH_SAFE() in a couple of places.John Baldwin2006-08-011-2/+1
* Size the NFS server dupreq cache on the basis of nmbclusters. On serversMohan Srinivasan2006-06-231-2/+20
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Change M_WAITOK argument to sodupsockaddr() to M_NOWAIT. When the callRobert Watson2004-07-031-1/+5
* The socket code upcalls into the NFS server using the so_upcallRobert Watson2004-05-241-5/+21
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-011-2/+2
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-6/+6
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* Add IPv6 support.Alfred Perlstein2002-07-151-2/+3
* Unwind some more macros. NFSMADV() was kinda silly since it was rightPeter Wemm2001-09-281-4/+3
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-42/+30
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-2/+2
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-0/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-3/+0
* PR: kern/15222Matthew Dillon1999-12-131-0/+16
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Moved `#ifndef NFS_NOSERVER' after including nfs.h.KATO Takenori1998-07-021-2/+2
* Staticize.Eivind Eklund1998-02-091-5/+5
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-4/+5
* Removed unused #includes.Bruce Evans1997-08-021-7/+1
* Fix a nasty hang connected with write gathering. Also add debug printDoug Rabson1997-05-101-1/+5
* 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-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orPoul-Henning Kamp1996-01-131-1/+4
* Staticize.Poul-Henning Kamp1995-12-171-3/+4
* Changes to support version 3 of the NFS protocol.Doug Rabson1995-06-271-23/+27
* This is a bunch of changes from NetBSD. There are a couple of bug-fixes.Poul-Henning Kamp1994-10-171-46/+26
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksPoul-Henning Kamp1994-10-021-3/+5
* 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/+2
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+348