summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Make the BOOTP family new-style options (in opt_bootp.h)eivind1998-01-091-1/+3
* Make INET a proper option.eivind1998-01-081-1/+5
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-3/+3
* Lots of improvements, including restructring the caching and managementdyson1997-12-291-2/+1
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-273-3/+7
* Added a used include.bde1997-12-201-6/+9
* Various of the ISP users have commented that the 1.41 version of thedyson1997-12-081-115/+19
* Don't call malloc(..., M_WAITOK) at splnet(). Doing so is oftenbde1997-11-241-4/+7
* Reviewed by: various.julian1997-11-121-1/+2
* Rename some local variables to avoid shadowing other local variables.phk1997-11-071-5/+5
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-072-8/+4
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-5/+3
* Removed unused #includes.bde1997-10-286-26/+6
* Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.bde1997-10-284-7/+8
* Removed unused #includes. The need for most of them went away withbde1997-10-271-4/+1
* VFS interior redecoration.phk1997-10-261-3/+3
* Always initialize the syscall vectors for our "private" syscalls (notphk1997-10-261-10/+4
* VFS clean up "hekto commit"phk1997-10-161-11/+5
* Another VFS cleanup "kilo commit"phk1997-10-161-37/+1
* VFS mega cleanup commit (x/N)phk1997-10-162-22/+13
* vnops megacommitphk1997-10-151-49/+3
* Hmm, realign the vnops into two columns.phk1997-10-151-17/+17
* Stylistic overhaul of vnops tables.phk1997-10-151-126/+116
* When the default vnops funtion is vn_default_error(), there is no reason tophk1997-10-152-116/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-128-14/+56
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-112-2/+6
* Reverse rev 1.56 and rev 1.59. These made NFS too flakey.phk1997-10-051-7/+60
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-213-20/+21
* select -> pollpeter1997-09-141-19/+18
* Don't repeat checks done at general level.phk1997-09-101-8/+3
* Remove a couple of stubborn NetBSD #if's.phk1997-09-101-10/+1
* unifdef -U__NetBSD__ -D__FreeBSD__phk1997-09-107-49/+7
* Removed more vestiges of config-time swap configuration.bde1997-09-072-6/+4
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-023-3/+6
* Uncut&paste cache_lookup().phk1997-08-261-53/+5
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-1611-289/+352
* Removed unused #includes.bde1997-08-022-7/+2
* Correct some dumb mistakes in the WebNFS stuff.dfr1997-07-221-8/+16
* Merge WebNFS changes from NetBSD.dfr1997-07-166-53/+294
* Fix a condition where nfs_statfs() can precipitate a panic. There iswpaul1997-06-271-2/+5
* Clear nfs_iodwant[myiod] when the nfsiod process exits due to a signal.tegge1997-06-251-1/+2
* Avoid small synchronous writes when an application does lots of random-accessdfr1997-06-251-19/+115
* Make nfs_lookup return a NULLVP on error so that DIAGNOSTIC kernels don'tdfr1997-06-251-4/+8
* Upgrade NFS to support the new vfs_bio resource/buffer management.dyson1997-06-162-2/+14
* Move commonly used code into static functions in order to reduce kernel bloat.tegge1997-06-121-139/+93
* Remove unused routines.tegge1997-06-122-100/+2
* Fix a problem caused by removing large numbers of files from a directorydfr1997-06-061-2/+6
* Various fixes from NetBSD:dfr1997-06-035-12/+20
* Implement the async mount option for NFSv3. This makes NFS pretend that alldfr1997-06-031-1/+3
* Fix a problem with nfs_flush where if many B_NEEDCOMMIT buffers aredfr1997-06-031-8/+50
OpenPOWER on IntegriCloud