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