| Age | Commit message (Expand) | Author |
| 2003-10-05 | Remove references to University of California from my copyright notices. | bouyer |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-22 | don't need <sys/conf.h> here | jdolecek |
| 2002-03-25 | if the size argument to write(2) is 0, do not modify the file in any way, | chs |
| 2002-03-17 | don't do any flush-behind for async mounts. | chs |
| 2001-11-30 | VOP_PUTPAGES() requires page-aligned offsets, so be sure to provide such. | chs |
| 2001-11-10 | track some changes in the ufs code: | chs |
| 2001-11-08 | add RCSID | lukem |
| 2001-10-26 | remove #include <ufs/ufs/quota.h> where it was just to appease | lukem |
| 2001-09-22 | check early for reads beyond EOF. | chs |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-02-27 | min() -> MIN(), max() -> MAX(). | chs |
| 2000-12-01 | fix merge error: ext2fs uses a custom balloc rather than a VOP-style one. | chs |
| 2000-11-27 | Initial integration of the Unified Buffer Cache project. | chs |
| 2000-06-28 | remove include of <vm/vm.h> and <uvm/uvm_extern.h> | mrg |
| 2000-05-13 | Change the sementics of the last parameter from a boolean ("waitfor") to | perseant |
| 2000-03-30 | Remove register declarations. | augustss |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1999-03-05 | Pass null pointers to VOP_UPDATE rather than having all the callers fetch the | mycroft |
| 1998-09-29 | #include opt_uvm.h only if _KENREL and !_LKM | bouyer |
| 1998-08-02 | Implement support for IEEE Std 1003.1b-1993 synchronous I/O: | kleink |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1998-02-10 | - add defopt's for UVM, UVMHIST and PMAP_NEW. | mrg |
| 1998-02-05 | initial import of the new virtual memory system, UVM, into -current. | mrg |
| 1997-10-23 | Uses ext2fs_vinit not ufs_vinit. | bouyer |
| 1997-07-04 | Don't cast 64bit (off_t) file sizes to vm_offset_t (32bit on many | drochner |
| 1997-06-11 | The ext2fs layer, based on the ffs/ufs one. Uses a few functions from | bouyer |