| Commit message (Expand) | Author | Age | Files | Lines |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -1/+45 |
* | KNFize, by bde. | eivind | 1999-01-10 | 1 | -2/+4 |
* | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | eivind | 1999-01-08 | 1 | -30/+11 |
* | Remove the 'waslocked' parameter to vfs_object_create(). | eivind | 1999-01-05 | 1 | -19/+6 |
* | Finish staticization. | eivind | 1999-01-05 | 1 | -5/+5 |
* | Ifdefed conditionally used simplock variables. | bde | 1999-01-02 | 1 | -2/+4 |
* | Restored rev.1.31 which was clobbered by rev.1.69 (the big Lite2 | bde | 1998-12-24 | 1 | -2/+3 |
* | Check return value of tsleep(). I've checked of all call points - | eivind | 1998-12-22 | 1 | -4/+7 |
* | Staticize. | eivind | 1998-12-21 | 1 | -9/+9 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -2/+2 |
* | Convert lists for bufs attached to vnodes from a LIST to a TAILQ. | peter | 1998-10-31 | 1 | -51/+58 |
* | The last argument to vm_object_page_clean() are now bit flags, rather than | peter | 1998-10-31 | 1 | -2/+2 |
* | Oops, rev.1.167 made the device number checking in bdevvp() too strict | bde | 1998-10-29 | 1 | -3/+4 |
* | Remove the V_SAVEMETA flag, nothing uses it any more now that msdosfs and | peter | 1998-10-29 | 1 | -18/+7 |
* | Updated the major number check in vfs_object_create(). It's not | bde | 1998-10-26 | 1 | -2/+3 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 1 | -13/+5 |
* | Fixed device number checking in bdevvp(): | bde | 1998-10-25 | 1 | -6/+10 |
* | Backed out rev. 1.164. It caused problems on SMP. | dt | 1998-10-14 | 1 | -13/+1 |
* | Fixed two potentially serious classes of bugs: | dg | 1998-10-13 | 1 | -4/+3 |
* | UnVMIO vnodes of block devices when they are no longer in use. (Some | dt | 1998-10-12 | 1 | -2/+13 |
* | Remove the SLICE code. | sos | 1998-09-14 | 1 | -3/+1 |
* | Instantiate `nfs_mount_type' in a standard file so that it is present | bde | 1998-09-05 | 1 | -1/+2 |
* | Oops, the previous revision unconfigured too much pre-Lite2 compatibilty | bde | 1998-08-29 | 1 | -4/+4 |
* | Don't configure compatibility code for pre-Lite2 mount() calls by | bde | 1998-08-12 | 1 | -4/+4 |
* | Initialise all the fields separately in vattr_null since on the alpha | dfr | 1998-07-12 | 1 | -8/+17 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -4/+4 |
* | Removed unused includes. | bde | 1998-06-21 | 1 | -5/+1 |
* | Replace 'sleep()' with 'tsleep()' | julian | 1998-06-10 | 1 | -2/+4 |
* | Submitted by: Kirk McKusick <mckusick@McKusick.COM> | julian | 1998-06-10 | 1 | -8/+18 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -1/+3 |
* | Supply the correct process argument to dounmount when possible. | tegge | 1998-05-17 | 1 | -2/+6 |
* | Add changes and code to implement a functional DEVFS. | julian | 1998-04-19 | 1 | -3/+28 |
* | In vfs_msync(), test to see if the vnode being examined is "interesting" | peter | 1998-04-18 | 1 | -3/+10 |
* | When the softdep conversion took place, the periodic vfs_msync() from | peter | 1998-04-16 | 1 | -1/+2 |
* | Unlock mountlist_slock if the mount point was busy (unmount in progress) | tegge | 1998-04-15 | 1 | -2/+4 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -3/+3 |
* | Removed unused #includes. | bde | 1998-03-28 | 1 | -2/+1 |
* | Don't depend on <sys/mount.h> including <sys/socket.h>. | bde | 1998-03-28 | 1 | -1/+2 |
* | In kern_physio.c fix tsleep priority messup. | dyson | 1998-03-19 | 1 | -28/+36 |
* | Fix an embarassing problem in vtruncbuf. | dyson | 1998-03-19 | 1 | -2/+2 |
* | Correct a severely evil bug in the vtruncbuf code. It didn't cause | dyson | 1998-03-17 | 1 | -2/+34 |
* | Allow vfs_ioopt to be enabled with a (temporary) config option. | dyson | 1998-03-16 | 1 | -3/+1 |
* | Some VM improvements, including elimination of alot of Sig-11 | dyson | 1998-03-16 | 1 | -1/+88 |
* | Disable the vfs.ioopt option for now, so that we don't get gratuitious | dyson | 1998-03-14 | 1 | -1/+3 |
* | Don't misuse vnode interlocks in routines that can be called from interrupts. | tegge | 1998-03-14 | 1 | -5/+7 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 1 | -12/+358 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 1 | -3/+3 |
* | Change vfs.ioopt default back to '0'. | dyson | 1998-03-01 | 1 | -2/+2 |
* | 1) Use a more consistent page wait methodology. | dyson | 1998-03-01 | 1 | -2/+2 |
* | Clean-up the vget mechanism by permanently attaching VM objects to | dyson | 1998-02-23 | 1 | -25/+33 |