summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-261-21/+2
* Convert all the nfs macros to do { blah } while (0) to ensure itpeter1999-08-191-111/+168
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-3/+2
* Don't over-allocate and over-copy shorter NFSv2 filehandles and thenpeter1999-08-041-10/+11
* Correct the sanity test length calculation in nfsrv_readdirplus(): len iswpaul1999-07-291-2/+2
* Clear error in nfsrv_create when we have a valid reply so thatalc1999-07-281-1/+2
* I have not one single time remembered the name of this function correctlyphk1999-07-172-4/+4
* Submitted by: "David E. Cross" <crossd@cs.rpi.edu>julian1999-06-301-1/+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-234-390/+973
* Various changes lifted from the OpenBSD cvs tree:peter1999-06-054-50/+72
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-112-9/+9
* remove b_proc from struct buf, it's (now) unused.phk1999-05-062-6/+6
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-2/+3
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-023-87/+59
* This Implements the mumbled about "Jail" feature.phk1999-04-281-3/+3
* Suser() simplification:phk1999-04-272-6/+6
* Fixed printf format errors on alpha.dt1999-04-241-3/+3
* Untangle the nfs send and receive queue locking a little. One lockpeter1999-02-254-61/+85
* Move the declaration of the vfs.nfs sysctl node outside an ifdef so thatdfr1999-02-181-3/+3
* Fixed bitrot in NFS_ACDEBUG option.bde1999-02-171-1/+2
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-162-2/+6
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-272-5/+5
* 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
* Silence -Wtrigraph.hoek1998-12-301-4/+4
* Fix for creating files on a Solaris 7 server with NFSv3 (the request wasdfr1998-12-251-11/+62
* Added 3 new errno values, requred by various standards: EOVERFLOW,dt1998-12-141-2/+3
* Remove the if fixed in the last commit; bde quite correctly point outeivind1998-12-091-3/+2
* Fix typo (; in "if (vp == NULL);").eivind1998-12-081-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-073-6/+3
* Fix a panic in nfsrv_dorec() where a NULL pointer could be passed todfr1998-11-131-2/+4
* Remove [apparently] bogus casts to u_long for the vnode_pager_setsize()peter1998-11-091-3/+3
* vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm notpeter1998-10-311-2/+2
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-3/+3
* The code checks each fragment mark to see if it's valid; if the fragmentmckusick1998-09-291-2/+2
* Made unloading of the nfs LKM sort of work. This is mainly to testbde1998-09-074-7/+47
* Instantiate `nfs_mount_type' in a standard file so that it is presentbde1998-09-051-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-234-23/+47
* If we get an ENOBUFS from the network, it's normally transient networkpeter1998-08-011-1/+11
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-3/+3
* Moved `#ifndef NFS_NOSERVER' after including nfs.h.kato1998-07-021-2/+2
* fix buildworld hopefully be3fore anyone complains...jmg1998-06-302-2/+6
* convert some nfs tunables to options, these are:jmg1998-06-302-2/+6
* 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
* This commit fixes various 64bit portability problems required fordfr1998-06-072-6/+6
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;peter1998-05-319-319/+322
OpenPOWER on IntegriCloud