aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfs_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Silence -Wtrigraph.Tim Vanderhoek1998-12-301-4/+4
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+1
* Fix a panic in nfsrv_dorec() where a NULL pointer could be passed toDoug Rabson1998-11-131-2/+4
* 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-071-2/+3
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-10/+22
* 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
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;Peter Wemm1998-05-311-58/+58
* Support 'mount -u' remounts. This may require disconnecting and rebindingPeter Wemm1998-05-311-1/+14
* Missed a cosmetic change that the other BSD's have.Peter Wemm1998-05-311-2/+2
* oops, nfs_msg() is called from client code too.Peter Wemm1998-05-311-1/+4
* When we can't reconnect a socket, don't forget to unlock before retryingPeter Wemm1998-05-311-1/+4
* Don't log zero length reads, this can happen during normal operation.Peter Wemm1998-05-311-1/+9
* Consider for readdir chunk sizes when tuning socket buffer reservations.Peter Wemm1998-05-311-3/+5
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimPeter Wemm1998-05-311-269/+269
* Allow control of the attribute cache timeouts at mount time.Peter Wemm1998-05-191-30/+39
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-10/+10
* Removed unused #includes.Bruce Evans1997-10-281-2/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+2
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-28/+34
* Various fixes from NetBSD:Doug Rabson1997-06-031-2/+3
* Don't keep addresses in mbuf chains. This should simplify the next roundDoug Rabson1997-05-131-33/+33
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-19/+27
* Fix broken usage of nm_readdirsize and increase the socket buffers for UDPDoug Rabson1997-04-221-3/+3
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of theBruce Evans1997-03-221-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-2/+5
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* This fixes a problem with the nfs socket handling code which happensDoug Rabson1996-10-111-6/+16
* Modify the kernel to use the new pr_usrreqs interface rather than the oldGarrett Wollman1996-07-111-5/+6
* Fix for NFS_NOSERVERPoul-Henning Kamp1996-06-141-6/+9
* Kill XNS.Garrett Wollman1996-02-131-2/+4
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orPoul-Henning Kamp1996-01-131-1/+14
* Staticize.Poul-Henning Kamp1995-12-171-11/+15
* Completed function declarations and/or added prototypes and/or movedBruce Evans1995-12-031-73/+1
* Completed function declarations, added prototypes and removed redundantBruce Evans1995-11-211-31/+82
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-3/+1
* Killed redundant declarations of nfsm_rpchead().David Greenman1995-08-241-2/+1
* Changes to support version 3 of the NFS protocol.Doug Rabson1995-06-271-170/+348
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-7/+7
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-3/+1
* This is a bunch of changes from NetBSD. There are a couple of bug-fixes.Poul-Henning Kamp1994-10-171-26/+16
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksPoul-Henning Kamp1994-10-021-15/+26
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-1/+16
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+1990