aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2810-10/+10
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:Poul-Henning Kamp1999-08-261-21/+2
* Convert all the nfs macros to do { blah } while (0) to ensure itPeter Wemm1999-08-191-111/+168
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-081-3/+2
* Don't over-allocate and over-copy shorter NFSv2 filehandles and thenPeter Wemm1999-08-041-10/+11
* Correct the sanity test length calculation in nfsrv_readdirplus(): len isBill Paul1999-07-291-2/+2
* Clear error in nfsrv_create when we have a valid reply so thatAlan Cox1999-07-281-1/+2
* I have not one single time remembered the name of this function correctlyPoul-Henning Kamp1999-07-172-4/+4
* Submitted by: "David E. Cross" <crossd@cs.rpi.edu>Julian Elischer1999-06-301-1/+2
* Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostlyPeter Wemm1999-06-271-3/+3
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-261-2/+3
* Matt's NFS fixes.Julian Elischer1999-06-234-390/+973
* Various changes lifted from the OpenBSD cvs tree:Peter Wemm1999-06-054-50/+72
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-112-9/+9
* remove b_proc from struct buf, it's (now) unused.Poul-Henning Kamp1999-05-062-6/+6
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-061-2/+3
* The VFS/BIO subsystem contained a number of hacks in order to optimizeAlan Cox1999-05-023-87/+59
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-3/+3
* Suser() simplification:Poul-Henning Kamp1999-04-272-6/+6
* Fixed printf format errors on alpha.Dmitrij Tejblum1999-04-241-3/+3
* Untangle the nfs send and receive queue locking a little. One lockPeter Wemm1999-02-254-61/+85
* Move the declaration of the vfs.nfs sysctl node outside an ifdef so thatDoug Rabson1999-02-181-3/+3
* Fixed bitrot in NFS_ACDEBUG option.Bruce Evans1999-02-171-1/+2
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-162-2/+6
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-272-5/+5
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-1/+4
* Remove the 'waslocked' parameter to vfs_object_create().Eivind Eklund1999-01-051-2/+2
* Silence -Wtrigraph.Tim Vanderhoek1998-12-301-4/+4
* Fix for creating files on a Solaris 7 server with NFSv3 (the request wasDoug Rabson1998-12-251-11/+62
* Added 3 new errno values, requred by various standards: EOVERFLOW,Dmitrij Tejblum1998-12-141-2/+3
* Remove the if fixed in the last commit; bde quite correctly point outEivind Eklund1998-12-091-3/+2
* Fix typo (; in "if (vp == NULL);").Eivind Eklund1998-12-081-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-073-6/+3
* Fix a panic in nfsrv_dorec() where a NULL pointer could be passed toDoug Rabson1998-11-131-2/+4
* Remove [apparently] bogus casts to u_long for the vnode_pager_setsize()Peter Wemm1998-11-091-3/+3
* vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm notPeter Wemm1998-10-311-2/+2
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-311-3/+3
* The code checks each fragment mark to see if it's valid; if the fragmentKirk McKusick1998-09-291-2/+2
* Made unloading of the nfs LKM sort of work. This is mainly to testBruce Evans1998-09-074-7/+47
* Instantiate `nfs_mount_type' in a standard file so that it is presentBruce Evans1998-09-051-2/+1
* Check for NULL pointer before freeing a struct sockaddr. m_freem() can handleLuoqi Chen1998-09-011-2/+3
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-234-23/+47
* If we get an ENOBUFS from the network, it's normally transient networkPeter Wemm1998-08-011-1/+11
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,Bruce Evans1998-07-151-3/+3
* Moved `#ifndef NFS_NOSERVER' after including nfs.h.KATO Takenori1998-07-021-2/+2
* fix buildworld hopefully be3fore anyone complains...John-Mark Gurney1998-06-302-2/+6
* convert some nfs tunables to options, these are:John-Mark Gurney1998-06-302-2/+6
* Fixed typo in ifdefed code. (NFS_ACDEBUG is not in LINT. Therefore,Bruce Evans1998-06-211-2/+2
* Avoid an egcs pessimization for 64-bit signed division on i386's.Bruce Evans1998-06-141-4/+4
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-072-6/+6