summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_socket.c
Commit message (Expand)AuthorAgeFilesLines
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-8/+8
* Simplify the tprintf() API.phk2000-11-261-8/+1
* Add a sysctl to specify the amount of UDP receive space NFS shoulddillon2000-03-271-8/+22
* tcp updates to support IPv6.shin2000-01-091-1/+1
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-191-2/+2
* Fix a timeout deadlock that can occur when the process holding thedillon1999-12-131-4/+24
* nm_srtt and nm_sdrtt are arrays[4]. Remove explicit initializationdillon1999-11-221-3/+3
* Careless use of struct proc *p caused major problems. 'p' is allowed tomarcel1999-09-291-4/+8
* sigset_t change (part 2 of 5)marcel1999-09-291-3/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Various changes lifted from the OpenBSD cvs tree:peter1999-06-051-13/+33
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-021-81/+55
* Fixed printf format errors on alpha.dt1999-04-241-3/+3
* Untangle the nfs send and receive queue locking a little. One lockpeter1999-02-251-35/+26
* Silence -Wtrigraph.hoek1998-12-301-4/+4
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Fix a panic in nfsrv_dorec() where a NULL pointer could be passed todfr1998-11-131-2/+4
* 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-071-2/+3
* 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
OpenPOWER on IntegriCloud