summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver/nfs_srvsubs.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bitrot in NFS_ACDEBUG option.bde1999-02-171-1/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-3/+3
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-1/+4
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-051-2/+2
* Added 3 new errno values, requred by various standards: EOVERFLOW,dt1998-12-141-2/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Remove [apparently] bogus casts to u_long for the vnode_pager_setsize()peter1998-11-091-3/+3
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-3/+3
* Made unloading of the nfs LKM sort of work. This is mainly to testbde1998-09-071-3/+36
* Instantiate `nfs_mount_type' in a standard file so that it is presentbde1998-09-051-2/+1
* Fixed typo in ifdefed code. (NFS_ACDEBUG is not in LINT. Therefore,bde1998-06-211-2/+2
* Avoid an egcs pessimization for 64-bit signed division on i386's.bde1998-06-141-4/+4
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;peter1998-05-311-32/+35
* Prototype support for selectively allowing non-reserved ports on a perpeter1998-05-311-1/+14
* #ifdef a diagnostic panic, plus another missed costmetic change.peter1998-05-311-2/+4
* We have gained 2 more errno's, add them to the NFSv2 mapping table.peter1998-05-311-2/+2
* Some const'speter1998-05-311-2/+2
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimpeter1998-05-311-2/+43
* Convert a couple of large allocations to use zones rather than mallocpeter1998-05-241-9/+3
* Allow control of the attribute cache timeouts at mount time.peter1998-05-191-4/+45
* Use random() to find our initial xid.phk1998-04-061-11/+4
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-3/+12
* Back out DIAGNOSTIC changes.eivind1998-02-061-4/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+4
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-1/+2
* Added a used include.bde1997-12-201-6/+9
* 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
* Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.bde1997-10-281-2/+2
* Always initialize the syscall vectors for our "private" syscalls (notphk1997-10-261-10/+4
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-10/+11
* unifdef -U__NetBSD__ -D__FreeBSD__phk1997-09-101-9/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-7/+7
* Correct some dumb mistakes in the WebNFS stuff.dfr1997-07-221-8/+16
* Merge WebNFS changes from NetBSD.dfr1997-07-161-34/+187
* Fix various bugs in the locking protocol, allowing proper shared locksdfr1997-04-041-9/+1
* 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-10/+16
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Improve the queuing algorithms used by NFS' asynchronous i/o. Thedfr1996-11-061-4/+4
* In sys/time.h, struct timespec is defined as:nate1996-09-191-4/+4
* Even though this looks like it, this is not a complex code change.dyson1996-08-211-49/+6
* Various fixes from frank@fwi.uva.nl (Frank van der Linden) viadfr1996-07-161-11/+24
* Don't truncate minor or major numbers in the nfsv3 client.bde1996-06-231-3/+3
* Fix for NFS_NOSERVERphk1996-06-141-3/+3
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-2/+2
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orphk1996-01-131-1/+18
* Staticize.phk1995-12-171-3/+8
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+4
* Second batch of cleanup changes.phk1995-10-291-3/+1
OpenPOWER on IntegriCloud