| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed vnode interlock handling. | kato | 1998-02-10 | 1 | -3/+13 |
* | Staticize. | eivind | 1998-02-09 | 1 | -3/+3 |
* | When the vp is lcoked, vget() calls vfs_object_create() with | kato | 1998-02-07 | 1 | -2/+3 |
* | 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 |