summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_nqlease.c
Commit message (Expand)AuthorAgeFilesLines
* * 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-4/+3
* In preparation for deprecating CIRCLEQ macros in favor of TAILQmckusick2000-11-141-38/+31
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-4/+6
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-16/+1
* Fix catastrophic bug in NQNFS related to UDP mounts. The 'nqhost'dillon2000-01-261-15/+14
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-191-4/+2
* Fix a number of server-side issues related to aborting badly formeddillon1999-12-121-1/+3
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-3/+3
* Remove special case socket sharing code in order to allow nfsd todillon1999-11-111-12/+24
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Use vput instead of vrele.mjacob1999-06-161-3/+3
* Various changes lifted from the OpenBSD cvs tree:peter1999-06-051-3/+3
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-021-1/+5
* Untangle the nfs send and receive queue locking a little. One lockpeter1999-02-251-14/+13
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-2/+3
* Instantiate `nfs_mount_type' in a standard file so that it is presentbde1998-09-051-2/+1
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;peter1998-05-311-28/+28
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimpeter1998-05-311-5/+4
* Convert a couple of large allocations to use zones rather than mallocpeter1998-05-241-2/+4
* Allow control of the attribute cache timeouts at mount time.peter1998-05-191-18/+19
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-8/+8
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-2/+1
* Removed unused #includes.bde1997-10-281-4/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-3/+3
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-24/+27
* Merge WebNFS changes from NetBSD.dfr1997-07-161-2/+2
* Various fixes from NetBSD:dfr1997-06-031-10/+13
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Moved nqnfs_vop_lease_check() inside #ifndef NFS_NOSERVER.kato1997-02-191-2/+2
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-18/+20
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Even though this looks like it, this is not a complex code change.dyson1996-08-211-3/+3
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orphk1996-01-131-1/+13
* Staticize.phk1995-12-171-17/+19
* Completed function declarations, added prototypes and removed redundantbde1995-11-211-5/+18
* Second batch of cleanup changes.phk1995-10-291-3/+2
* Killed redundant declarations of nfsm_rpchead().dg1995-08-241-2/+1
* Some fixes found using gcc -Wall:dfr1995-08-241-3/+3
* Converted mountlist to a CIRCLEQ.dg1995-08-111-5/+1
* Changes to support version 3 of the NFS protocol.dfr1995-06-271-114/+179
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Fixed two more bugs related to the merged cache changes.dg1995-02-151-1/+2
* Fix longstanding benign type mismatch.bde1995-01-291-2/+2
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-2/+2
* This is a bunch of changes from NetBSD. There are a couple of bug-fixes.phk1994-10-171-109/+59
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksphk1994-10-021-10/+18
OpenPOWER on IntegriCloud