summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver/nfs_srvsubs.c
Commit message (Expand)AuthorAgeFilesLines
* Problem to avoid processes getting stuck in "vmopar". From Ian'sdwmalone2000-10-241-3/+12
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-241-1/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-18/+0
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,dillon2000-01-131-11/+0
* make getfh a standard syscall instead of dependant on havingalfred1999-12-211-14/+0
* Fix a number of server-side issues related to aborting badly formeddillon1999-12-121-0/+3
* Synopsis of problem being fixed: Dan Nelson originally reported thatdillon1999-12-121-6/+14
* Before we start to mess with the VFS name-cache clean things up a little bit:phk1999-10-031-2/+0
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-1/+4
* remove unused variables.phk1999-08-281-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-261-21/+2
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-3/+2
* I have not one single time remembered the name of this function correctlyphk1999-07-171-2/+2
* Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostlypeter1999-06-271-3/+3
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-2/+3
* Matt's NFS fixes.julian1999-06-231-36/+89
* Various changes lifted from the OpenBSD cvs tree:peter1999-06-051-7/+7
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-6/+6
* 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
OpenPOWER on IntegriCloud