| Commit message (Expand) | Author | Age | Files | Lines |
* | Always issue wakeups() to the NFS requestors under the mutex | ps | 2004-12-07 | 1 | -7/+17 |
* | Rewrite of the NFS client's reply handling. We now have NFS socket | ps | 2004-12-06 | 1 | -401/+530 |
* | In nfs_timer(), pass curthread rather than &thread0 into the protocol | rwatson | 2004-08-25 | 1 | -4/+2 |
* | Turn off SO_REUSEADDR and SO_REUSEPORT, they were causing EADDRINUSE | alfred | 2004-07-13 | 1 | -5/+1 |
* | Rename Alfred's kern_setsockopt to so_setsockopt, as this seems a | dwmalone | 2004-07-12 | 1 | -2/+2 |
* | Use SO_REUSEADDR and SO_REUSEPORT when reconnecting NFS mounts. | alfred | 2004-07-12 | 1 | -2/+10 |
* | Acquire socket lock in nfs_connect() connection/sleep loop to protect | rwatson | 2004-07-06 | 1 | -6/+6 |
* | NFS mobility PHASE I, II & III (phase VI, and V pending): | alfred | 2004-07-06 | 1 | -61/+170 |
* | When updating sb_flags, acquire the socket buffer lock to prevent | rwatson | 2004-06-24 | 1 | -0/+4 |
* | Convert GIANT_REQUIRED to NET_ASSERT_GIANT where Giant is used to | rwatson | 2004-06-16 | 1 | -4/+4 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Spell 2 as SHUT_RDWR when used as an argument to soshutdown(). | rwatson | 2004-04-04 | 1 | -1/+1 |
* | Reset callout if in nfs_timeout and rpcclnt_timeout functions. Timer | kan | 2004-03-28 | 1 | -0/+1 |
* | only do nfs rpc callouts if there is work to do. | rees | 2004-03-25 | 1 | -2/+5 |
* | Add a comment with an explanation why we don't report EPIPE errors on | pjd | 2004-03-17 | 1 | -0/+5 |
* | Don't report EPIPE errors on nfs sockets. These can be due to idle tcp | pjd | 2004-03-17 | 1 | -2/+5 |
* | University of Michigan's Citi NFSv4 kernel client code. | alfred | 2003-11-14 | 1 | -0/+8 |
* | Assert GIANT_REQUIRED where sockets are manipulated. This is | sam | 2003-11-07 | 1 | -0/+8 |
* | - Consistently set sopt_dir. | jeff | 2003-10-04 | 1 | -0/+2 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 1 | -1/+3 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 1 | -1/+1 |
* | req can not be NULL or we'd die. | alfred | 2003-03-26 | 1 | -6/+3 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -7/+7 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -7/+7 |
* | Get rid of a silly message I added back in Sept 2001 (1.68). | peter | 2003-02-18 | 1 | -4/+1 |
* | Lock proc while accessing p_siglist, p_sigmask and p_sigignore | tjr | 2003-02-15 | 1 | -1/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -7/+7 |
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 1 | -7/+2 |
* | Lock access to the signal queue, and related structures, with PROC_LOCK. | jmallett | 2002-09-30 | 1 | -1/+5 |
* | Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h> | jmallett | 2002-09-30 | 1 | -2/+3 |
* | Use m_length() instead of home-rolled versions. | phk | 2002-09-18 | 1 | -7/+1 |
* | Now that we have a cached mount credential in struct mount, use it istead | phk | 2002-09-08 | 1 | -1/+1 |
* | If we get a receive error in nfs_receive() and then get an error trying to | jhb | 2002-07-16 | 1 | -5/+6 |
* | Add IPv6 support. | alfred | 2002-07-15 | 1 | -23/+33 |
* | Convert old style (type foo *)0 casts to NULLs | dillon | 2002-07-11 | 1 | -21/+17 |
* | In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK(). | jhb | 2002-06-28 | 1 | -9/+8 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -16/+5 |
* | Don't tsleep() with an sb_mtx held. | dd | 2002-05-27 | 1 | -2/+2 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -4/+15 |
* | The recent NFS forced unmount improvements introduced a side-effect | iedowse | 2002-04-17 | 1 | -4/+4 |
* | Fix a long line touched in previous commit (but not caused by previous | peter | 2002-02-07 | 1 | -1/+2 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 1 | -2/+2 |
* | Terminate requests in nfs_sigintr() if the filesystem is in the | iedowse | 2002-01-10 | 1 | -1/+4 |
* | Permit NFS filesystems to be forcibly unmounted when the server is | iedowse | 2002-01-02 | 1 | -7/+45 |
* | o Make the credential used by socreate() an explicit argument to | rwatson | 2001-12-31 | 1 | -1/+1 |
* | Add a #define for the size of the nfs_backoff[] array, and use this | iedowse | 2001-12-30 | 1 | -3/+4 |
* | Make this compile after last commit. It should be: | peter | 2001-10-09 | 1 | -1/+1 |
* | Don't dereference td if it's NULL. | julian | 2001-10-08 | 1 | -1/+2 |
* | Make nfsm_dissect() have an obvious return value. | peter | 2001-09-27 | 1 | -4/+4 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 1 | -1042/+115 |