| Age | Commit message (Expand) | Author |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-09-30 | add glue required by new genfs_getpages(). | chs |
| 2001-09-15 | move include of header only needed for kernel down inside ifdef _KENREL. | chs |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-09-15 | add a new VFS op, vfs_reinit, which is called when desiredvnodes is | chs |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-28 | add a genfs_mmap() and change all of the disk-based filesystems | chs |
| 2001-04-12 | in adosfs_read(), only do the UBC thang for "FFS" files (ie. those that | chs |
| 2001-04-03 | initialize some struct mount fields that UBC needs. | chs |
| 2001-02-27 | min() -> MIN(), max() -> MAX(). | chs |
| 2001-01-22 | make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const | jdolecek |
| 2000-11-27 | Initial integration of the Unified Buffer Cache project. | chs |
| 2000-11-08 | adosfs_mountfs(): check for zero amp->secsperblk before dividing by it (which | jdolecek |
| 2000-08-03 | MALLOC()/FREE() are not to be used for variable sized allocations. | thorpej |
| 2000-07-11 | Remove unused variable. | nathanw |
| 2000-05-19 | A foolish consistency; most parts of the kernel use bp->b_data, so | thorpej |
| 2000-03-16 | Add new VFS op routine - vfs_done and call it on filesystem detach | jdolecek |
| 1999-11-15 | Fix typo in softdep code. | tron |
| 1999-11-15 | Add Kirk McKusick's soft updates code to the trunk. Not enabled by | fvdl |
| 1999-10-20 | Check if the type of device node isn't VBAD before touching v_specinfo. If | enami |
| 1999-10-18 | Catch a few cases missed earlier where we need to lock the vnode before | wrstuden |
| 1999-10-16 | In spec_close(), if we're not doing a non-blocking close and VXLOCK is | wrstuden |
| 1999-09-20 | avoid compiler warning and remove unused variable vpid. | frueauf |
| 1999-09-05 | Adapt to cache_lookup() changes. | jdolecek |
| 1999-08-19 | Revoke revoke(2) bug. | itohy |
| 1999-08-03 | Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntl | wrstuden |
| 1999-07-08 | Modify file systems to deal with struct lock in struct vnode. All leaf | wrstuden |
| 1999-06-02 | Support ADOS file systems with more then 512 bytes/sector. | is |
| 1999-05-29 | Use BYTE_ORDER do determine the endianness, rather than an (incomplete) check | kleink |
| 1999-03-22 | Add _PC_FILESIZEBITS to pathconf vnop. | kleink |
| 1999-02-26 | Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() now | wrstuden |
| 1999-02-11 | Correct both in my previous commit (#ifdef around by Matthew Jacob). | bouyer |
| 1999-02-10 | ifdef around merge botch | mjacob |
| 1999-02-10 | Make sure a buffer optained from bread() is always bresle()'d in case of | bouyer |
| 1998-09-01 | Use the pool allocator and the "nointr" pool page allocator for adosfs nodes. | thorpej |
| 1998-08-19 | In readlink, don't copy the string's NUL-terminator, and remove a redundant | kleink |
| 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-09 | msdosfs -> adosfs | kleink |
| 1998-08-03 | Recognize _PC_SYNC_IO. | kleink |
| 1998-07-10 | Fix a typo in a panic message. | mhitch |
| 1998-07-05 | * defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID. | jonathan |
| 1998-06-25 | Use genfs_lease_check() | thorpej |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1998-06-09 | Protect various config(8)-generated files from inclusion while | scottr |
| 1998-06-08 | Use the newly-defined opt_quota.h. | scottr |
| 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 |
| 1997-10-10 | Bump last argument to VOP_READDIR to off_t (from u_long). | fvdl |