Age | Commit message (Expand) | Author |
2020-01-21 | sys/nfs: misc. tsleep(9) -> tsleep_nsec(9); ok mpi@ | cheloha |
2020-01-15 | Keep socket timeout intervals in nsecs and use them with tsleep_nsec(9). | Martin Pieuchot |
2019-12-05 | Convert infinite sleeps to tsleep_nsec(9). | Martin Pieuchot |
2019-05-13 | When killing a process, the signal is handled by any thread that | Alexander Bluhm |
2018-11-09 | M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for | Claudio Jeker |
2018-09-10 | Instead of calculating the mbuf packet header length here and there, | Alexander Bluhm |
2018-07-30 | Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O mode | Martin Pieuchot |
2018-06-06 | Pass the socket to sounlock(), this prepare the terrain for per-socket | Martin Pieuchot |
2017-09-07 | nfs_connect() returns EINVAL at the beginning if nm_sotype is | Alexander Bluhm |
2017-09-05 | Preallocate option mbufs in order to reduce solock()/sounlock() dances. | Martin Pieuchot |
2017-09-01 | Change sosetopt() to no longer free the mbuf it receives and change | Martin Pieuchot |
2017-08-14 | knf to fix tab/space mismatches that make it hard to tell what's inside | Ted Unangst |
2017-08-14 | drop seriously lacking support for SEQPACKET. | Ted Unangst |
2017-08-11 | Remove NET_LOCK()'s argument. | Martin Pieuchot |
2017-08-10 | Move the solock()/sounlock() dance outside of sobind(). | Martin Pieuchot |
2017-08-09 | Move the socket lock "above" sosetopt(), sogetopt() and sosplice(). | Martin Pieuchot |
2017-07-24 | Extend the scope of the socket lock to protect `so_state' in connect(2). | Martin Pieuchot |
2017-06-27 | Add missing solock()/sounlock() dances around sbreserve(). | Martin Pieuchot |
2017-06-26 | Assert that the corresponding socket is locked when manipulating socket | Martin Pieuchot |
2017-06-19 | When dealing with mbuf pointers passed down as function parameters, | Alexander Bluhm |
2017-05-17 | Remove useless splsoftnet(). | Martin Pieuchot |
2017-05-08 | Sync nfs_connect() w/ sys_connect(). | Martin Pieuchot |
2017-03-03 | Prevent a recursion in the socket layer. | Martin Pieuchot |
2017-02-22 | Keep local definitions local. | Martin Pieuchot |
2016-12-19 | Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts | Martin Pieuchot |
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 |