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