summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_nfsiod.c
Commit message (Expand)AuthorAgeFilesLines
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* Convert old style (type foo *)0 casts to NULLsdillon2002-07-111-2/+2
* Revise the nfsiod auto tuning code. Now both the upper and lower limitspeter2002-01-151-9/+72
* Implement vfs.nfs.iodmin (minimum number of nfsiod's) andpeter2002-01-141-37/+66
* o Modify nfslockdans() to accept a thread reference instead of a procrwatson2001-11-141-1/+1
* Cleanup and split of nfs client and server code.peter2001-09-181-1057/+40
* KSE Milestone 2julian2001-09-121-32/+33
* Pushdown Giant for nfs syscalls (nfssvc())dillon2001-08-311-12/+23
* 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
* Implement client side NFS locks.alfred2001-04-171-0/+9
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-181-1/+7
* * 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-8/+5
* This patchset fixes a large number of file descriptor race conditions.dillon2000-11-181-2/+5
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-12/+0
* Enhance reassignbuf(). When a buffer cannot be time-optimally inserteddillon2000-01-051-1/+1
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-191-2/+1
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+2
* Remove special case socket sharing code in order to allow nfsd todillon1999-11-111-12/+12
* Fix nfssvc_addsock() to not attempt to free a NULL socket structuredillon1999-11-081-3/+6
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-41/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Matt's NFS fixes.julian1999-06-231-2/+2
* Suser() simplification:phk1999-04-271-3/+3
* Untangle the nfs send and receive queue locking a little. One lockpeter1999-02-251-20/+49
* Move the declaration of the vfs.nfs sysctl node outside an ifdef so thatdfr1999-02-181-3/+3
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Check for NULL pointer before freeing a struct sockaddr. m_freem() can handleluoqi1998-09-011-2/+3
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-9/+21
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;peter1998-05-311-15/+15
* Use the new SB_UPCALL flag,peter1998-05-311-1/+4
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimpeter1998-05-311-164/+162
* Allow control of the attribute cache timeouts at mount time.peter1998-05-191-17/+20
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-19/+16
* Staticize.eivind1998-02-091-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Don't call malloc(..., M_WAITOK) at splnet(). Doing so is oftenbde1997-11-241-4/+7
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-6/+3
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-5/+3
* 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
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-28/+29
OpenPOWER on IntegriCloud