| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed splbio problems in vinvalbuf. Closes PR#2875, although fixed | dg | 1997-03-05 | 1 | -5/+5 |
* | Attach vfs_sysctl() one level lower so that only the levels below | bde | 1997-03-04 | 1 | -10/+10 |
* | Merged Lite2's vfs_sysctl(). It doesn't fit very well into FreeBSD's | bde | 1997-03-03 | 1 | -22/+49 |
* | Restored some pre-Lite2-merge source-level compatibility to the mount() | bde | 1997-03-02 | 1 | -11/+4 |
* | Moved vfs sysctls to where Lite2 put them. No code changes yet. | bde | 1997-03-02 | 1 | -1/+58 |
* | Fixed Lite2 merge of spechash simplelocking. It was misplaced in | bde | 1997-02-27 | 1 | -6/+11 |
* | Fix the previous simple_lock fix breakage in the combined | dyson | 1997-02-27 | 1 | -13/+21 |
* | Fix the simple_lock problem with the physical I/O buffer code, and | dyson | 1997-02-27 | 1 | -23/+45 |
* | Fixed unmounting of the root fs. vfs_unmountroot() wasn't fully updated | bde | 1997-02-26 | 1 | -49/+11 |
* | Merged some missing locking from Lite2: | bde | 1997-02-25 | 1 | -22/+43 |
* | 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 | -235/+561 |
* | Removed option EXTRAVNODES. All versions of FreeBSD-2.x have a sysctl | bde | 1997-01-16 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | This commit is the embodiment of some VFS read clustering improvements. | dyson | 1996-12-29 | 1 | -3/+1 |
* | Restored writability of kern.maxvnodes. It was broken a year ago in | bde | 1996-11-12 | 1 | -2/+2 |
* | init_main.c: pass -d to init if DEVFS_ROOT | phk | 1996-10-28 | 1 | -1/+2 |
* | I'm not sure why, but Netcon's TFS filesystem code doesn't want to | jkh | 1996-10-17 | 1 | -5/+9 |
* | Clean up the rundown of the object backing a vnode. This should fix | dyson | 1996-10-17 | 1 | -2/+11 |
* | Correct vget by removing a window where a vnode can potentially go away. | dyson | 1996-09-28 | 1 | -3/+3 |
* | In sys/time.h, struct timespec is defined as: | nate | 1996-09-19 | 1 | -4/+4 |
* | Even though this looks like it, this is not a complex code change. | dyson | 1996-08-21 | 1 | -10/+103 |
* | Certain vnode buffer list operations were not being spl protected, | dyson | 1996-08-15 | 1 | -1/+5 |
* | Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. This | bde | 1996-07-30 | 1 | -3/+3 |
* | DEVFS needs a special bdevvp(). | phk | 1996-07-24 | 1 | -1/+3 |
* | Staticized a few variables. | bde | 1996-07-12 | 1 | -2/+2 |
* | Add an option "EXTRA_VNODES" to cause an extra number of vnode structures | peter | 1996-05-31 | 1 | -2/+2 |
* | Put the "free vnode isn't" check back in the right place. | dyson | 1996-03-09 | 1 | -3/+3 |
* | Eliminated many redundant vm_map_lookup operations for vm_mmap. | dyson | 1996-01-19 | 1 | -5/+14 |
* | Convert DDB to new-style option. | wollman | 1996-01-04 | 1 | -1/+2 |
* | Moved the #ifdef DIAGNOSTIC in vrele() so that the check for negative | dg | 1996-01-02 | 1 | -3/+3 |
* | Staticize. | phk | 1995-12-17 | 1 | -2/+2 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -6/+4 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+4 |
* | A couple of minor tweaks to the sysctl stuff. | phk | 1995-12-06 | 1 | -3/+3 |