| Commit message (Expand) | Author | Age | Files | Lines |
| * | - The NFS client was incorrectly masking SIGSTOP (which is | Paul Saab | 2005-03-23 | 1 | -19/+6 |
| * | Minor cleanup in nfs_request() and removal of a comment that doesn't | Paul Saab | 2005-02-26 | 1 | -10/+1 |
| * | Fix for a potential NFS client race where shared data is updated from | Paul Saab | 2005-02-18 | 1 | -0/+4 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | If the NFS/TCP stream is out of sync between the client and server, | Paul Saab | 2005-01-05 | 1 | -1/+1 |
| * | Always issue wakeups() to the NFS requestors under the mutex | Paul Saab | 2004-12-07 | 1 | -7/+17 |
| * | Rewrite of the NFS client's reply handling. We now have NFS socket | Paul Saab | 2004-12-06 | 1 | -401/+530 |
| * | In nfs_timer(), pass curthread rather than &thread0 into the protocol | Robert Watson | 2004-08-25 | 1 | -4/+2 |
| * | Turn off SO_REUSEADDR and SO_REUSEPORT, they were causing EADDRINUSE | Alfred Perlstein | 2004-07-13 | 1 | -5/+1 |
| * | Rename Alfred's kern_setsockopt to so_setsockopt, as this seems a | David Malone | 2004-07-12 | 1 | -2/+2 |
| * | Use SO_REUSEADDR and SO_REUSEPORT when reconnecting NFS mounts. | Alfred Perlstein | 2004-07-12 | 1 | -2/+10 |
| * | Acquire socket lock in nfs_connect() connection/sleep loop to protect | Robert Watson | 2004-07-06 | 1 | -6/+6 |
| * | NFS mobility PHASE I, II & III (phase VI, and V pending): | Alfred Perlstein | 2004-07-06 | 1 | -61/+170 |
| * | When updating sb_flags, acquire the socket buffer lock to prevent | Robert Watson | 2004-06-24 | 1 | -0/+4 |
| * | Convert GIANT_REQUIRED to NET_ASSERT_GIANT where Giant is used to | Robert Watson | 2004-06-16 | 1 | -4/+4 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Spell 2 as SHUT_RDWR when used as an argument to soshutdown(). | Robert Watson | 2004-04-04 | 1 | -1/+1 |
| * | Reset callout if in nfs_timeout and rpcclnt_timeout functions. Timer | Alexander Kabaev | 2004-03-28 | 1 | -0/+1 |
| * | only do nfs rpc callouts if there is work to do. | Jim Rees | 2004-03-25 | 1 | -2/+5 |
| * | Add a comment with an explanation why we don't report EPIPE errors on | Pawel Jakub Dawidek | 2004-03-17 | 1 | -0/+5 |
| * | Don't report EPIPE errors on nfs sockets. These can be due to idle tcp | Pawel Jakub Dawidek | 2004-03-17 | 1 | -2/+5 |
| * | University of Michigan's Citi NFSv4 kernel client code. | Alfred Perlstein | 2003-11-14 | 1 | -0/+8 |
| * | Assert GIANT_REQUIRED where sockets are manipulated. This is | Sam Leffler | 2003-11-07 | 1 | -0/+8 |
| * | - Consistently set sopt_dir. | Jeff Roberson | 2003-10-04 | 1 | -0/+2 |
| * | - Merge struct procsig with struct sigacts. | John Baldwin | 2003-05-13 | 1 | -1/+3 |
| * | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | Jeff Roberson | 2003-03-31 | 1 | -1/+1 |
| * | req can not be NULL or we'd die. | Alfred Perlstein | 2003-03-26 | 1 | -6/+3 |
| * | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | Dag-Erling Smørgrav | 2003-03-02 | 1 | -7/+7 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -7/+7 |
| * | Get rid of a silly message I added back in Sept 2001 (1.68). | Peter Wemm | 2003-02-18 | 1 | -4/+1 |
| * | Lock proc while accessing p_siglist, p_sigmask and p_sigignore | Tim J. Robbins | 2003-02-15 | 1 | -1/+5 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -7/+7 |
| * | Back our kernel support for reliable signal queues. | Juli Mallett | 2002-10-01 | 1 | -7/+2 |
| * | Lock access to the signal queue, and related structures, with PROC_LOCK. | Juli Mallett | 2002-09-30 | 1 | -1/+5 |
| * | Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h> | Juli Mallett | 2002-09-30 | 1 | -2/+3 |
| * | Use m_length() instead of home-rolled versions. | Poul-Henning Kamp | 2002-09-18 | 1 | -7/+1 |
| * | Now that we have a cached mount credential in struct mount, use it istead | Poul-Henning Kamp | 2002-09-08 | 1 | -1/+1 |
| * | If we get a receive error in nfs_receive() and then get an error trying to | John Baldwin | 2002-07-16 | 1 | -5/+6 |
| * | Add IPv6 support. | Alfred Perlstein | 2002-07-15 | 1 | -23/+33 |
| * | Convert old style (type foo *)0 casts to NULLs | Matthew Dillon | 2002-07-11 | 1 | -21/+17 |
| * | In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK(). | John Baldwin | 2002-06-28 | 1 | -9/+8 |
| * | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 1 | -16/+5 |
| * | Don't tsleep() with an sb_mtx held. | Dima Dorfman | 2002-05-27 | 1 | -2/+2 |
| * | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -4/+15 |
| * | The recent NFS forced unmount improvements introduced a side-effect | Ian Dowse | 2002-04-17 | 1 | -4/+4 |
| * | Fix a long line touched in previous commit (but not caused by previous | Peter Wemm | 2002-02-07 | 1 | -1/+2 |
| * | Pre-KSE/M3 commit. | Julian Elischer | 2002-02-07 | 1 | -2/+2 |
| * | Terminate requests in nfs_sigintr() if the filesystem is in the | Ian Dowse | 2002-01-10 | 1 | -1/+4 |
| * | Permit NFS filesystems to be forcibly unmounted when the server is | Ian Dowse | 2002-01-02 | 1 | -7/+45 |
| * | o Make the credential used by socreate() an explicit argument to | Robert Watson | 2001-12-31 | 1 | -1/+1 |