summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_socket.c
AgeCommit message (Expand)Author
2015-08-24In kernel initialize struct sockaddr_in and sockaddr_in6 to zeroAlexander Bluhm
2015-07-15m_freem() can handle NULL, do not check for this condition beforehands.Theo de Raadt
2015-06-11Convert from hzto(9) to tvtohz(9); OK dlgMike Belopuhov
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-01-17use NGROUPS_MAXTheo de Raadt
2014-11-14bzero -> memsetTed Unangst
2014-04-18If somebody else is already processing the RPC requests on a stream socket,Mark Kettenis
2014-03-22Move p_sigacts from struct proc to struct process.Philip Guenther
2014-01-19Remove max_datalen. It is only used once an can be replaced easily withClaudio Jeker
2013-07-04format string fixes: size_t and signednessStefan Fritsch
2011-07-05Recommit the reverted sigacts change now that the NFS use-after-freePhilip Guenthe
2011-04-18Revert the sigacts diff: NFS can apparently retain pointers to processesPhilip Guenthe
2011-04-15Correct the sharing of the signal handling state: stuff that shouldPhilip Guenthe
2010-07-05If we find something is not aligned according to ALIGNED_POINTER(), weTheo de Raadt
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2009-10-19antsyJonathan Gray
2009-08-25move to having requests on a per nfsmount tailq instead of one global one.Thordur I. Bjornsson
2009-08-10Remove the v2 writegather code. It did help alot back in the 80sThordur I. Bjornsson
2009-08-04group all of the on-stack variables that are uses by the nfsm_macrosThordur I. Bjornsson
2009-07-30make sure we only ever try to read out post-op attributesThordur I. Bjornsson
2009-07-22Instead of calculating a number of seconds to sleep, tsleep()ing onBret Lambert
2009-07-20(struct foo *)0 -> NULL, every where I could find it.Thordur I. Bjornsson
2009-07-20For memory that gets allocated for every NFS request, pools make moreBret Lambert
2009-07-18if -> in, and the sentance makes more sense.Thordur I. Bjornsson
2009-07-18Fixes for the NFSERR_RETERR commit.Thordur I. Bjornsson
2009-07-13Make the callers of nfs_request() responsible for freeing the reply mbuf,Thordur I. Bjornsson
2009-06-04typo; init -> in itBret Lambert
2009-06-03remove cruft that snuck in with previousThordur I. Bjornsson
2009-06-03Lift the NFS over UDP retransmit logic from FreeBSD.Thordur I. Bjornsson
2009-06-02give the retransmission count booking keeping a facelift,Thordur I. Bjornsson
2009-05-30Remove unused procnums (NQNFS leftovers) and cleanup.Thordur I. Bjornsson
2009-05-22retire the nfs rtt log code, this isnt really all thatThordur I. Bjornsson
2009-05-15nicer (unique) wmesg for the tsleep(9) in nfs_reconnect();Thordur I. Bjornsson
2009-02-22fix PR 6082: do not create more fd's than will fit in the message onOtto Moerbeek
2009-01-24Use a timespec for the server write deadline and procrastinationThordur I. Bjornsson
2009-01-24magic 8 -> nitems(nfs_backoff)Thordur I. Bjornsson
2009-01-22After the NFS server had sent a reply of size readsize or readdirsize,Alexander Bluhm
2009-01-22The variable nfs_reqq was protected by splsoftnet() only in 3 outAlexander Bluhm
2009-01-20Start reworking NFS client mbuf handling by creating an interface whichBret Lambert
2009-01-16turn nfs_msg into void functions, also make it take an nfsreqThordur I. Bjornsson
2008-12-24Replace the TRUE/FALSE defines with 1/0 respectively. This doesn'tThordur I. Bjornsson
2008-10-31Revert last commit; mbuf leaks are not solved by double-freeing mbuf chainsBret Lambert
2008-10-26Plug mbuf leak in RPC record error case.Bret Lambert
2008-09-12move the declaration of nfsrv3_procs to nfs_syscalls.cThordur I. Bjornsson
2008-07-10nuke two bogus ARGSUSEDThordur I. Bjornsson
2008-07-05When waking an nfs daemon, use wakeup_one vice wakeup, asBret Lambert
2008-07-05Remove R_GETONEREP and the code that checks if its setThordur I. Bjornsson
2008-06-14Replace magic '2' and '3' with defines for nfs version numbersThordur I. Bjornsson
2008-06-14Clean up nfsrv_wakenfsd(); variable name change to be in line with theBret Lambert
2008-06-13Remove dead-end and never-used kerberos code in nfs. Future workBret Lambert