| Commit message (Expand) | Author | Age | Files | Lines |
* | Various NFS fixes: | dyson | 1998-01-25 | 1 | -7/+13 |
* | Make INET a proper option. | eivind | 1998-01-08 | 1 | -1/+5 |
* | Lots of improvements, including restructring the caching and management | dyson | 1997-12-29 | 1 | -2/+1 |
* | Unspammed nested include of <vm/vm_zone.h>. | bde | 1997-12-27 | 1 | -1/+2 |
* | Rename some local variables to avoid shadowing other local variables. | phk | 1997-11-07 | 1 | -5/+5 |
* | Removed unused #includes. The need for most of them went away with | bde | 1997-10-27 | 1 | -4/+1 |
* | VFS interior redecoration. | phk | 1997-10-26 | 1 | -3/+3 |
* | VFS clean up "hekto commit" | phk | 1997-10-16 | 1 | -11/+5 |
* | Another VFS cleanup "kilo commit" | phk | 1997-10-16 | 1 | -37/+1 |
* | VFS mega cleanup commit (x/N) | phk | 1997-10-16 | 1 | -15/+12 |
* | vnops megacommit | phk | 1997-10-15 | 1 | -49/+3 |
* | Hmm, realign the vnops into two columns. | phk | 1997-10-15 | 1 | -17/+17 |
* | Stylistic overhaul of vnops tables. | phk | 1997-10-15 | 1 | -126/+116 |
* | When the default vnops funtion is vn_default_error(), there is no reason to | phk | 1997-10-15 | 1 | -113/+1 |
* | Reverse rev 1.56 and rev 1.59. These made NFS too flakey. | phk | 1997-10-05 | 1 | -7/+60 |
* | Change the M_NAMEI allocations to use the zone allocator. This change | dyson | 1997-09-21 | 1 | -8/+8 |
* | select -> poll | peter | 1997-09-14 | 1 | -19/+18 |
* | Don't repeat checks done at general level. | phk | 1997-09-10 | 1 | -8/+3 |
* | Remove a couple of stubborn NetBSD #if's. | phk | 1997-09-10 | 1 | -10/+1 |
* | unifdef -U__NetBSD__ -D__FreeBSD__ | phk | 1997-09-10 | 1 | -11/+1 |
* | Uncut&paste cache_lookup(). | phk | 1997-08-26 | 1 | -53/+5 |
* | Make nfs_lookup return a NULLVP on error so that DIAGNOSTIC kernels don't | dfr | 1997-06-25 | 1 | -4/+8 |
* | Upgrade NFS to support the new vfs_bio resource/buffer management. | dyson | 1997-06-16 | 1 | -1/+12 |
* | Implement the async mount option for NFSv3. This makes NFS pretend that all | dfr | 1997-06-03 | 1 | -1/+3 |
* | Fix a problem with nfs_flush where if many B_NEEDCOMMIT buffers are | dfr | 1997-06-03 | 1 | -8/+50 |
* | Plug a memory leak in nfs_link. | dfr | 1997-05-20 | 1 | -2/+2 |
* | Fix a few bugs with NFS and mmap caused by NFS' use of b_validoff | dfr | 1997-05-19 | 1 | -4/+5 |
* | Remove redundant check for vp == dvp (done in VFS before calling). | phk | 1997-05-17 | 1 | -7/+1 |
* | Prevent a mapped root which appears on the server as e.g. nobody from | dfr | 1997-05-09 | 1 | -3/+47 |
* | 1. Add a {pointer, v_id} pair to the vnode to store the reference to the | phk | 1997-05-04 | 1 | -3/+2 |
* | Fix various bugs in the locking protocol, allowing proper shared locks | dfr | 1997-04-04 | 1 | -2/+2 |
* | Removed #include of <ufs/ufs/dir.h>. Nfs no longer depends on any ufs | bde | 1997-03-29 | 1 | -2/+1 |
* | Fixed some invalid (non-atomic) accesses to `time', mostly ones of the | bde | 1997-03-22 | 1 | -13/+23 |
* | Fixed a panic in nfs_writevp(). Lite2 provided a fix for a silly | bde | 1997-02-28 | 1 | -5/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -37/+34 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Fix (properly, I hope) 'panic: sillyrename dir' crash that can happen | wpaul | 1996-12-31 | 1 | -2/+3 |
* | Convert the interface address and IP interface address structures | wollman | 1996-12-13 | 1 | -3/+3 |
* | Improve the queuing algorithms used by NFS' asynchronous i/o. The | dfr | 1996-11-06 | 1 | -1/+2 |
* | If a large (>4096 bytes) directory was modified, the old directory | dfr | 1996-10-21 | 1 | -5/+5 |
* | In sys/time.h, struct timespec is defined as: | nate | 1996-09-19 | 1 | -30/+30 |
* | Various fixes from frank@fwi.uva.nl (Frank van der Linden) via | dfr | 1996-07-16 | 1 | -2/+2 |
* | Fixed spelling of s_namlen so that this compiles again. | bde | 1996-01-25 | 1 | -2/+2 |
* | Use new printf features rather than local kludges. | phk | 1996-01-24 | 1 | -8/+2 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+3 |
* | Completed function declarations, added prototypes and removed redundant | bde | 1995-11-21 | 1 | -5/+15 |
* | Introduced a type `vop_t' for vnode operation functions and used | bde | 1995-11-09 | 1 | -139/+139 |
* | Replaced bogus macros for dummy devswitch entries by functions. | bde | 1995-11-06 | 1 | -1/+26 |
* | Second batch of cleanup changes. | phk | 1995-10-29 | 1 | -93/+104 |