aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_nqlease.c
Commit message (Expand)AuthorAgeFilesLines
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-5/+9
* 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
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-3/+3
* * 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-4/+3
* In preparation for deprecating CIRCLEQ macros in favor of TAILQKirk McKusick2000-11-141-38/+31
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-4/+6
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-16/+1
* Fix catastrophic bug in NQNFS related to UDP mounts. The 'nqhost'Matthew Dillon2000-01-261-15/+14
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).Brian Feldman1999-12-191-4/+2
* Fix a number of server-side issues related to aborting badly formedMatthew Dillon1999-12-121-1/+3
* struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp1999-11-201-3/+3
* Remove special case socket sharing code in order to allow nfsd toMatthew Dillon1999-11-111-12/+24
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use vput instead of vrele.Matt Jacob1999-06-161-3/+3
* Various changes lifted from the OpenBSD cvs tree:Peter Wemm1999-06-051-3/+3
* The VFS/BIO subsystem contained a number of hacks in order to optimizeAlan Cox1999-05-021-1/+5
* Untangle the nfs send and receive queue locking a little. One lockPeter Wemm1999-02-251-14/+13
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-311-2/+3
* Instantiate `nfs_mount_type' in a standard file so that it is presentBruce Evans1998-09-051-2/+1
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;Peter Wemm1998-05-311-28/+28
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimPeter Wemm1998-05-311-5/+4
* Convert a couple of large allocations to use zones rather than mallocPeter Wemm1998-05-241-2/+4
* Allow control of the attribute cache timeouts at mount time.Peter Wemm1998-05-191-18/+19
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-8/+8
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-2/+1
* Removed unused #includes.Bruce Evans1997-10-281-4/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-3/+3
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+3
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-24/+27
* Merge WebNFS changes from NetBSD.Doug Rabson1997-07-161-2/+2
* Various fixes from NetBSD:Doug Rabson1997-06-031-10/+13
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Moved nqnfs_vop_lease_check() inside #ifndef NFS_NOSERVER.KATO Takenori1997-02-191-2/+2
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-18/+20
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Even though this looks like it, this is not a complex code change.John Dyson1996-08-211-3/+3
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orPoul-Henning Kamp1996-01-131-1/+13
* Staticize.Poul-Henning Kamp1995-12-171-17/+19
* Completed function declarations, added prototypes and removed redundantBruce Evans1995-11-211-5/+18
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-3/+2
* Killed redundant declarations of nfsm_rpchead().David Greenman1995-08-241-2/+1
* Some fixes found using gcc -Wall:Doug Rabson1995-08-241-3/+3
* Converted mountlist to a CIRCLEQ.David Greenman1995-08-111-5/+1
* Changes to support version 3 of the NFS protocol.Doug Rabson1995-06-271-114/+179
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Fixed two more bugs related to the merged cache changes.David Greenman1995-02-151-1/+2