| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvs | cvs2svn | 2007-01-11 | 1 | -1/+1 |
| * | MFC: Make EWOULDBLOCK a recoverable error so that the request is | Mohan Srinivasan | 2006-11-02 | 1 | -2/+2 |
| * | MFC change 1.138. | Mohan Srinivasan | 2006-10-01 | 1 | -0/+31 |
| * | MFC rev. 1.142: | Konstantin Belousov | 2006-08-07 | 1 | -1/+3 |
| * | Refactor the NFS over UDP retransmit timeout estimation logic to allow | Chuck Lever | 2006-05-30 | 1 | -60/+131 |
| * | If an NFS server returns more than a few EJUKEBOX errors for a given RPC | Chuck Lever | 2006-04-02 | 1 | -8/+4 |
| * | MFC r1.137: | Kris Kennaway | 2006-03-31 | 1 | -0/+1 |
| * | MFC rev 1.135: | Jim Rees | 2006-02-16 | 1 | -2/+2 |
| * | MFC rev. 1.134: fix for a bug where NFS/TCP would | Maxim Konovalov | 2005-12-15 | 1 | -1/+1 |
| * | MFC: nfs_socket.c 1.132, nfs_subs.c 1.142, nfsm_subs.h 1.37 | Jim Rees | 2005-12-13 | 1 | -3/+8 |
| * | MFC (by ps): | Xin LI | 2005-10-09 | 1 | -1/+2 |
| * | Merge subr_prof.c:1.119, 1.120, 1.121, nfs_socket.c:1.130, | Robert Watson | 2005-09-29 | 1 | -1/+13 |
| * | MFC: rev 1.127 | Paul Saab | 2005-07-21 | 1 | -1/+2 |
| * | set R_MUSTRESEND flag in mark_for_reconnect so re-connected requests get | Jim Rees | 2005-05-10 | 1 | -12/+6 |
| * | Fix a bug in NFS/TCP where retransmissions would not reliably happen | Paul Saab | 2005-05-04 | 1 | -3/+11 |
| * | TCP reconnect is not an error. | Jim Rees | 2005-04-18 | 1 | -3/+3 |
| * | - 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 |