| Commit message (Expand) | Author | Age | Files | Lines |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -1/+1 |
* | Don't use mbuf allocator flags for malloc(9). | phk | 2003-02-22 | 1 | -2/+4 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -9/+9 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -9/+9 |
* | Stick a dark comment in about the fact that the NFS server code allocates | rwatson | 2002-07-24 | 1 | -0/+7 |
* | 'recm' was not being unconditionally cleared for each loop, leading to | dillon | 2002-07-17 | 1 | -1/+6 |
* | Add IPv6 support. | alfred | 2002-07-15 | 1 | -2/+2 |
* | Convert old style (type foo *)0 casts to NULLs | dillon | 2002-07-11 | 1 | -11/+10 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -6/+2 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -2/+6 |
* | Rename some variables that end up shadowing their namesakes in the NFS client | msmith | 2002-01-08 | 1 | -11/+11 |
* | Fix a leftover client comment, long line fix. | peter | 2001-11-15 | 1 | -6/+4 |
* | Unwind some more macros. NFSMADV() was kinda silly since it was right | peter | 2001-09-28 | 1 | -9/+5 |
* | Make nfsm_dissect() have an obvious return value. | peter | 2001-09-27 | 1 | -4/+4 |
* | Tidy up nfsm_build usage. This is only partially finished. | peter | 2001-09-27 | 1 | -2/+2 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 1 | -1665/+142 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -32/+35 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -6/+8 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -8/+8 |
* | Simplify the tprintf() API. | phk | 2000-11-26 | 1 | -8/+1 |
* | Add a sysctl to specify the amount of UDP receive space NFS should | dillon | 2000-03-27 | 1 | -8/+22 |
* | tcp updates to support IPv6. | shin | 2000-01-09 | 1 | -1/+1 |
* | M_PREPEND-related cleanups (unregisterifying struct mbuf *s). | green | 1999-12-19 | 1 | -2/+2 |
* | Fix a timeout deadlock that can occur when the process holding the | dillon | 1999-12-13 | 1 | -4/+24 |
* | nm_srtt and nm_sdrtt are arrays[4]. Remove explicit initialization | dillon | 1999-11-22 | 1 | -3/+3 |
* | Careless use of struct proc *p caused major problems. 'p' is allowed to | marcel | 1999-09-29 | 1 | -4/+8 |
* | sigset_t change (part 2 of 5) | marcel | 1999-09-29 | 1 | -3/+6 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Various changes lifted from the OpenBSD cvs tree: | peter | 1999-06-05 | 1 | -13/+33 |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | alc | 1999-05-02 | 1 | -81/+55 |
* | Fixed printf format errors on alpha. | dt | 1999-04-24 | 1 | -3/+3 |
* | Untangle the nfs send and receive queue locking a little. One lock | peter | 1999-02-25 | 1 | -35/+26 |
* | Silence -Wtrigraph. | hoek | 1998-12-30 | 1 | -4/+4 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+1 |
* | Fix a panic in nfsrv_dorec() where a NULL pointer could be passed to | dfr | 1998-11-13 | 1 | -2/+4 |
* | The code checks each fragment mark to see if it's valid; if the fragment | mckusick | 1998-09-29 | 1 | -2/+2 |
* | Made unloading of the nfs LKM sort of work. This is mainly to test | bde | 1998-09-07 | 1 | -2/+3 |
* | Yow! Completely change the way socket options are handled, eliminating | wollman | 1998-08-23 | 1 | -10/+22 |
* | If we get an ENOBUFS from the network, it's normally transient network | peter | 1998-08-01 | 1 | -1/+11 |
* | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | bde | 1998-07-15 | 1 | -3/+3 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -3/+3 |
* | For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; | peter | 1998-05-31 | 1 | -58/+58 |
* | Support 'mount -u' remounts. This may require disconnecting and rebinding | peter | 1998-05-31 | 1 | -1/+14 |
* | Missed a cosmetic change that the other BSD's have. | peter | 1998-05-31 | 1 | -2/+2 |
* | oops, nfs_msg() is called from client code too. | peter | 1998-05-31 | 1 | -1/+4 |
* | When we can't reconnect a socket, don't forget to unlock before retrying | peter | 1998-05-31 | 1 | -1/+4 |
* | Don't log zero length reads, this can happen during normal operation. | peter | 1998-05-31 | 1 | -1/+9 |
* | Consider for readdir chunk sizes when tuning socket buffer reservations. | peter | 1998-05-31 | 1 | -3/+5 |