summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver/nfs_srvcache.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.dfr2009-06-301-391/+0
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-0/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-2/+2
* - Turn all explicit giant acquires into conditional VFS_LOCK_GIANTs.jeff2007-03-171-0/+2
* - Add a new function nfsrv_destroycache() to tear down the server requestjhb2006-08-011-2/+14
* Use TAILQ_FOREACH_SAFE() in a couple of places.jhb2006-08-011-2/+1
* Size the NFS server dupreq cache on the basis of nmbclusters. On serversmohans2006-06-231-2/+20
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Change M_WAITOK argument to sodupsockaddr() to M_NOWAIT. When the callrwatson2004-07-031-1/+5
* The socket code upcalls into the NFS server using the so_upcallrwatson2004-05-241-5/+21
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-011-2/+2
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-6/+6
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Add IPv6 support.alfred2002-07-151-2/+3
* Unwind some more macros. NFSMADV() was kinda silly since it was rightpeter2001-09-281-4/+3
* Cleanup and split of nfs client and server code.peter2001-09-181-42/+30
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-2/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-0/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-3/+0
* PR: kern/15222dillon1999-12-131-0/+16
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Moved `#ifndef NFS_NOSERVER' after including nfs.h.kato1998-07-021-2/+2
* Staticize.eivind1998-02-091-5/+5
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-4/+5
* Removed unused #includes.bde1997-08-021-7/+1
* Fix a nasty hang connected with write gathering. Also add debug printdfr1997-05-101-1/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orphk1996-01-131-1/+4
* Staticize.phk1995-12-171-3/+4
* Changes to support version 3 of the NFS protocol.dfr1995-06-271-23/+27
* This is a bunch of changes from NetBSD. There are a couple of bug-fixes.phk1994-10-171-46/+26
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksphk1994-10-021-3/+5
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+2
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+348
OpenPOWER on IntegriCloud