summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-7/+7
* Back our kernel support for reliable signal queues.jmallett2002-10-011-7/+2
* Lock access to the signal queue, and related structures, with PROC_LOCK.jmallett2002-09-301-1/+5
* Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h>jmallett2002-09-301-2/+3
* Use m_length() instead of home-rolled versions.phk2002-09-181-7/+1
* Now that we have a cached mount credential in struct mount, use it isteadphk2002-09-081-1/+1
* If we get a receive error in nfs_receive() and then get an error trying tojhb2002-07-161-5/+6
* Add IPv6 support.alfred2002-07-151-23/+33
* Convert old style (type foo *)0 casts to NULLsdillon2002-07-111-21/+17
* In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK().jhb2002-06-281-9/+8
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-16/+5
* Don't tsleep() with an sb_mtx held.dd2002-05-271-2/+2
* Lock down a socket, milestone 1.tanimura2002-05-201-4/+15
* The recent NFS forced unmount improvements introduced a side-effectiedowse2002-04-171-4/+4
* Fix a long line touched in previous commit (but not caused by previouspeter2002-02-071-1/+2
* Pre-KSE/M3 commit.julian2002-02-071-2/+2
* Terminate requests in nfs_sigintr() if the filesystem is in theiedowse2002-01-101-1/+4
* Permit NFS filesystems to be forcibly unmounted when the server isiedowse2002-01-021-7/+45
* o Make the credential used by socreate() an explicit argument torwatson2001-12-311-1/+1
* Add a #define for the size of the nfs_backoff[] array, and use thisiedowse2001-12-301-3/+4
* Make this compile after last commit. It should be:peter2001-10-091-1/+1
* Don't dereference td if it's NULL.julian2001-10-081-1/+2
* Make nfsm_dissect() have an obvious return value.peter2001-09-271-4/+4
* Cleanup and split of nfs client and server code.peter2001-09-181-1042/+115
* KSE Milestone 2julian2001-09-121-32/+35
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-6/+8
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* * 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
OpenPOWER on IntegriCloud