aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsserver/nfs_srvsock.c
Commit message (Expand)AuthorAgeFilesLines
* Update a comment about needing to fix NFS server credential useRobert Watson2003-11-171-1/+1
* Assert GIANT_REQUIRED where sockets are manipulated. This isSam Leffler2003-11-071-0/+4
* Use __FBSDID().David E. O'Brien2003-06-111-1/+0
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-1/+1
* Don't use mbuf allocator flags for malloc(9).Poul-Henning Kamp2003-02-221-2/+4
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-9/+9
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-9/+9
* Stick a dark comment in about the fact that the NFS server code allocatesRobert Watson2002-07-241-0/+7
* 'recm' was not being unconditionally cleared for each loop, leading toMatthew Dillon2002-07-171-1/+6
* Add IPv6 support.Alfred Perlstein2002-07-151-2/+2
* Convert old style (type foo *)0 casts to NULLsMatthew Dillon2002-07-111-11/+10
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-6/+2
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-2/+6
* Rename some variables that end up shadowing their namesakes in the NFS clientMike Smith2002-01-081-11/+11
* Fix a leftover client comment, long line fix.Peter Wemm2001-11-151-6/+4
* Unwind some more macros. NFSMADV() was kinda silly since it was rightPeter Wemm2001-09-281-9/+5
* Make nfsm_dissect() have an obvious return value.Peter Wemm2001-09-271-4/+4
* Tidy up nfsm_build usage. This is only partially finished.Peter Wemm2001-09-271-2/+2
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-1665/+142
* KSE Milestone 2Julian Elischer2001-09-121-32/+35
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-6/+8
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-8/+8
* Simplify the tprintf() API.Poul-Henning Kamp2000-11-261-8/+1
* Add a sysctl to specify the amount of UDP receive space NFS shouldMatthew Dillon2000-03-271-8/+22
* tcp updates to support IPv6.Yoshinobu Inoue2000-01-091-1/+1
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).Brian Feldman1999-12-191-2/+2
* Fix a timeout deadlock that can occur when the process holding theMatthew Dillon1999-12-131-4/+24
* nm_srtt and nm_sdrtt are arrays[4]. Remove explicit initializationMatthew Dillon1999-11-221-3/+3
* Careless use of struct proc *p caused major problems. 'p' is allowed toMarcel Moolenaar1999-09-291-4/+8
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-291-3/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Various changes lifted from the OpenBSD cvs tree:Peter Wemm1999-06-051-13/+33
* The VFS/BIO subsystem contained a number of hacks in order to optimizeAlan Cox1999-05-021-81/+55
* Fixed printf format errors on alpha.Dmitrij Tejblum1999-04-241-3/+3
* Untangle the nfs send and receive queue locking a little. One lockPeter Wemm1999-02-251-35/+26
* 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