summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support 'mount -u' remounts. This may require disconnecting and rebindingpeter1998-05-313-3/+18
* Cut-n-paste glitchpeter1998-05-311-2/+2
* Prototype support for selectively allowing non-reserved ports on a perpeter1998-05-311-1/+14
* Hide whiteouts from NFS, since the protocol doesn't support them.peter1998-05-311-5/+7
* NetBSD has a comment that Solaris 2.5 doesn't do verifiers correctly,peter1998-05-311-1/+7
* Don't pass a second copy of the uid/gid in with the v2/v3 sattr structures,peter1998-05-312-11/+7
* Use the new SB_UPCALL flag,peter1998-05-311-1/+4
* Don't try and free mrep twice on some error conditions.peter1998-05-311-2/+5
* #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
* Missed a cosmetic change that the other BSD's have.peter1998-05-311-2/+2
* oops, nfs_msg() is called from client code too.peter1998-05-311-1/+4
* When we can't reconnect a socket, don't forget to unlock before retryingpeter1998-05-311-1/+4
OpenPOWER on IntegriCloud