| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -2/+1 |
* | 1) Start using a cleaner and more consistant page allocator instead | dyson | 1998-02-05 | 1 | -5/+6 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+2 |
* | Update freevnodes when adding a vnode to the head of the free list. | tegge | 1998-01-31 | 1 | -2/+4 |
* | Add better support for larger I/O clusters, including larger physical | dyson | 1998-01-24 | 1 | -1/+2 |
* | VM level code cleanups. | dyson | 1998-01-22 | 1 | -3/+7 |
* | Tie up some loose ends in vnode/object management. Remove an unneeded | dyson | 1998-01-17 | 1 | -12/+23 |
* | Fix another vnode leak. | dyson | 1998-01-12 | 1 | -2/+4 |
* | Fix some vnode management problems, and better mgmt of vnode free list. | dyson | 1998-01-12 | 1 | -8/+51 |
* | Disable io optimizations again, minor bug found, and will be fixed in | dyson | 1998-01-07 | 1 | -2/+2 |
* | Make our v_usecount vnode reference count work identically to the | dyson | 1998-01-06 | 1 | -53/+113 |
* | Add the vnode interlock back around vref. | dyson | 1997-12-29 | 1 | -1/+9 |
* | Fix the decl of vfs_ioopt, allow LFS to compile again, fix a minor problem | dyson | 1997-12-29 | 1 | -1/+4 |
* | Lots of improvements, including restructring the caching and management | dyson | 1997-12-29 | 1 | -100/+73 |
* | Some performance improvements, and code cleanups (including changing our | dyson | 1997-12-19 | 1 | -1/+5 |
* | Add support for poll(2) on files. vop_nopoll() now returns POLLNVAL | wollman | 1997-12-15 | 1 | -1/+85 |
* | Staticized. | bde | 1997-11-22 | 1 | -9/+11 |
* | Reviewed by: various. | julian | 1997-11-12 | 1 | -3/+3 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -2/+3 |
* | VFS interior redecoration. | phk | 1997-10-26 | 1 | -197/+1 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -3/+3 |
* | Distribute and statizice a lot of the malloc M_* types. | phk | 1997-10-11 | 1 | -1/+3 |
* | Dike out a weird warning. | phk | 1997-10-11 | 1 | -1/+3 |
* | I lost a bit of my change in the last commit, this is more like it. | phk | 1997-09-26 | 1 | -2/+5 |
* | Reduce the target number of vnodes on the freelist from desiredvnodes | phk | 1997-09-25 | 1 | -2/+2 |
* | A couple of handles to tweak, more statistics. | phk | 1997-09-24 | 1 | -4/+8 |
* | Fixed gratuitous ANSIisms. | bde | 1997-09-16 | 1 | -8/+16 |
* | Provide a 'return true' poll vnode op rather than duplicating the | peter | 1997-09-14 | 1 | -1/+21 |
* | print correct function name in a panic (vop_nolock -> vop_sharedlock) | peter | 1997-09-13 | 1 | -2/+2 |
* | Removed yet more vestiges of config-time swap configuration and/or | bde | 1997-09-07 | 1 | -3/+2 |
* | Removed vestiges of config-time "argument processing" configuration. | bde | 1997-09-07 | 1 | -2/+2 |
* | Hmm, this is hopefully better. | phk | 1997-09-03 | 1 | -7/+3 |
* | Revert the v_usecount handling in relation to VOP_INACTIVE. | phk | 1997-09-03 | 1 | -7/+2 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -9/+1 |
* | Change the 0xdeadb hack to a flag called VDOOMED. | phk | 1997-08-31 | 1 | -55/+66 |
* | Restored rev.1.92 which was clobbered by the previous commit. | bde | 1997-08-26 | 1 | -1/+3 |
* | Back out some incorrect changes that was worse than the original bug. | dyson | 1997-08-26 | 1 | -21/+16 |
* | This is a trial improvement for the vnode reference count while on the vnode | dyson | 1997-08-22 | 1 | -16/+19 |
* | #include <machine/limits.h> explicitly in the few places that it is required. | bde | 1997-08-21 | 1 | -1/+3 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 1 | -3/+3 |
* | Fix a problem with the vfs vnode caching that it doesn't grow quickly | dyson | 1997-08-04 | 1 | -16/+21 |
* | Merge WebNFS support from NetBSD | dfr | 1997-07-17 | 1 | -1/+93 |
* | Remove a window during running down a file vnode. Also, the OBJ_DEAD | dyson | 1997-06-22 | 1 | -15/+24 |
* | Disabled the kern.vnode sysctl variable. It's causing system crashes on | dg | 1997-06-10 | 1 | -1/+8 |
* | Fix a race condition that did, after all, exist. | phk | 1997-05-06 | 1 | -3/+5 |
* | 1. Add a {pointer, v_id} pair to the vnode to store the reference to the | phk | 1997-05-04 | 1 | -44/+52 |
* | Staticize an unnecessarily global function: vputrele. | dyson | 1997-04-30 | 1 | -3/+3 |
* | copyin the export network mask to the correct variable. | peter | 1997-04-25 | 1 | -2/+2 |
* | Add a function vop_sharedlock which a copy of vop_nolock without the | dfr | 1997-04-04 | 1 | -2/+73 |
* | Use OID_AUTO instead of magic number for the Lite2 sysctl debug.busyprt. | bde | 1997-04-01 | 1 | -5/+4 |