summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver/nfs_srvsock.c
Commit message (Expand)AuthorAgeFilesLines
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-10/+22
* 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
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;peter1998-05-311-58/+58
* Support 'mount -u' remounts. This may require disconnecting and rebindingpeter1998-05-311-1/+14
* 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
* Don't log zero length reads, this can happen during normal operation.peter1998-05-311-1/+9
* Consider for readdir chunk sizes when tuning socket buffer reservations.peter1998-05-311-3/+5
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimpeter1998-05-311-269/+269
* Allow control of the attribute cache timeouts at mount time.peter1998-05-191-30/+39
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-10/+10
* Removed unused #includes.bde1997-10-281-2/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-28/+34
* Various fixes from NetBSD:dfr1997-06-031-2/+3
* Don't keep addresses in mbuf chains. This should simplify the next rounddfr1997-05-131-33/+33
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-19/+27
* Fix broken usage of nm_readdirsize and increase the socket buffers for UDPdfr1997-04-221-3/+3
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-221-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-2/+5
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* This fixes a problem with the nfs socket handling code which happensdfr1996-10-111-6/+16
* Modify the kernel to use the new pr_usrreqs interface rather than the oldwollman1996-07-111-5/+6
* Fix for NFS_NOSERVERphk1996-06-141-6/+9
* Kill XNS.wollman1996-02-131-2/+4
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orphk1996-01-131-1/+14
* Staticize.phk1995-12-171-11/+15
* Completed function declarations and/or added prototypes and/or movedbde1995-12-031-73/+1
* Completed function declarations, added prototypes and removed redundantbde1995-11-211-31/+82
* Second batch of cleanup changes.phk1995-10-291-3/+1
* Killed redundant declarations of nfsm_rpchead().dg1995-08-241-2/+1
* Changes to support version 3 of the NFS protocol.dfr1995-06-271-170/+348
* Remove trailing whitespace.rgrimes1995-05-301-7/+7
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-3/+1
* This is a bunch of changes from NetBSD. There are a couple of bug-fixes.phk1994-10-171-26/+16
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksphk1994-10-021-15/+26
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+16
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+1990
OpenPOWER on IntegriCloud