| Age | Commit message (Expand) | Author |
| 2001-12-06 | add a VOP_PUTPAGES method for all the filesystems that don't have pages, | chs |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-10 | add RCSIDs | lukem |
| 2001-09-15 | add a new VFS op, vfs_reinit, which is called when desiredvnodes is | chs |
| 2001-06-03 | let kernfs_mmap() use the default error method. | chs |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-02-21 | make some more constant arrays 'const' | jdolecek |
| 2001-02-04 | clean up some KERNFS_DIAGNOSTIC calls. | mrg |
| 2001-01-27 | Back previous out, it was right the way it was. Seems like I should | jdolecek |
| 2001-01-27 | fix 'physmem' - the actual value we want is ctob(physmem) | jdolecek |
| 2001-01-22 | make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const | jdolecek |
| 2000-08-03 | MALLOC()/FREE() are not to be used for variable sized allocations. | thorpej |
| 2000-07-14 | Sprinkle some const. | thorpej |
| 2000-06-28 | <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-10 | make vfs_getnewfsid only take one argument and fetch the name of the | assar |
| 2000-03-16 | Add new VFS op routine - vfs_done and call it on filesystem detach | jdolecek |
| 1999-08-25 | Change variable used for directory offset from "int" to "off_t". | sommerfeld |
| 1999-08-24 | Fix PR8270: | sommerfeld |
| 1999-08-03 | Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntl | wrstuden |
| 1999-07-08 | Bump osrelease to 1.4E. Add layerfs files, remove null_subr.c. | wrstuden |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1999-02-26 | Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() now | wrstuden |
| 1998-08-13 | Per POSIX, fail with EINVAL if advisory locking is attempted on a file type | kleink |
| 1998-08-10 | create miscfs/genfs/genfs_vnops.c:genfs_enoioctl and make all the other | matthias |
| 1998-08-09 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-08-03 | Recognize _PC_SYNC_IO. | kleink |
| 1998-07-05 | * defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID. | jonathan |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1998-03-08 | standardise options header includes. | mrg |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1998-02-18 | Place a pointer to an array of our vnodeopv_desc *'s in our vfsops | thorpej |
| 1998-02-12 | Don't include option headers if building an LKM. | thorpej |
| 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-10 | Bump last argument to VOP_READDIR to off_t (from u_long). | fvdl |
| 1997-09-19 | Implement the kernel part of pr-1891. This allows for a more flexible sized | leo |
| 1997-09-10 | PR/4098: Alan Barrett: Fix diagnostic printf formatting. | christos |
| 1997-05-10 | Move `struct kern_target' definition into kernfs.h | pk |
| 1997-05-08 | Pass the vnode type to vaccess(), and use it when checking VEXEC. Make sure | mycroft |
| 1996-12-22 | Change the second and third args to struct vfsops' (*vfs_mount)() to | cgd |
| 1996-10-25 | define path name string variables that we should not (and, thankfully, do | cgd |
| 1996-10-13 | backout previous kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-09-07 | Implement poll(2). | mycroft |
| 1996-09-01 | Add a set of generic file system operations that most file systems use. | mycroft |
| 1996-04-22 | remove include of <sys/cpu.h> | christos |
| 1996-03-16 | Fix printf format follies. | christos |
| 1996-02-13 | GC *_nullop(). Minor nits. | mycroft |
| 1996-02-09 | miscfs prototype changes | christos |
| 1996-02-09 | Fix vop_link, vop_symlink, and vop_remove semantics in several ways: | mycroft |