| Age | Commit message (Expand) | Author |
| 2002-12-23 | move cd9660 filesystem code from sys/isofs/cd9660 to sys/fs/cd9660 | jdolecek |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-11-07 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-21 | MNT_GETARGS support | christos |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-07-30 | Die, qaddr_t, die! - mnt_data in struct mount is already effectively | soren |
| 2002-05-27 | use CD session offset from the disklabel, if present | drochner |
| 2002-04-16 | Cleanup how file system configuration information is declared, grouping | thorpej |
| 2002-03-26 | Add the actual session offset to the volume size. This makes | drochner |
| 2002-03-08 | Pool deals fairly well with physical memory shortage, but it doesn't | thorpej |
| 2001-11-17 | delint -- you can't cast an lvalue | perry |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-09-22 | use fifo_putpages | sommerfeld |
| 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-09-15 | add a new VFS op, vfs_reinit, which is called when desiredvnodes is | chs |
| 2001-08-17 | add getpages/putpages entries for spec vnodes. | chs |
| 2001-07-22 | seperate -> separate | wiz |
| 2001-07-07 | Call inittodr(0) on end of cd9660_mountroot(), so that system time is properly | jdolecek |
| 2001-07-05 | Fix typo. s/extention/extension/ | toshii |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-28 | add a genfs_mmap() and change all of the disk-based filesystems | chs |
| 2001-03-23 | Same change as in the UFS code: unlock vnode before setting v_op | fvdl |
| 2001-02-27 | min() -> MIN(), max() -> MAX(). | chs |
| 2001-02-03 | Declare prtactive extern. | tsutsui |
| 2001-01-22 | make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const | jdolecek |
| 2001-01-18 | constify | jdolecek |
| 2000-12-21 | Set the size of vnode so that reading cdrom over nfs works. | enami |
| 2000-11-27 | Initial integration of the Unified Buffer Cache project. | chs |
| 2000-11-14 | NBPG -> PAGE_SIZE | thorpej |
| 2000-11-08 | Update for hashinit() change. | ad |
| 2000-08-03 | MALLOC()/FREE() are not to be used for variable sized allocations. | thorpej |
| 2000-07-15 | Add an option to do case-insensitive lookups even on Rock-Ridge CD-ROMS. | jdolecek |
| 2000-07-15 | one less - though we don't have 'notrans', we have 'nomaplcase' now | jdolecek |
| 2000-05-27 | add a new mount flag ISOFSMNT_NOCASETRANS - if set, the file names are not | jdolecek |
| 2000-05-10 | Apply a late patch submitted by the author of PR kern/7951 (Joachim | scw |
| 2000-03-30 | Kill more register declarations. | augustss |
| 2000-03-30 | Delete redundant decl of isodirino(), it's in cd9660_extern.h. | simonb |
| 2000-03-29 | Remove redundant decl of rootvp - it's in <sys/systm.h>. | simonb |
| 2000-03-29 | Don't need to include <sys/conf.h> here. | simonb |
| 2000-03-16 | Add new VFS op routine - vfs_done and call it on filesystem detach | jdolecek |
| 2000-01-11 | Add calls to vn_lock() and VOP_UNLOCK() around the VOP_CLOSE() call | scw |
| 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-16 | In spec_close(), if we're not doing a non-blocking close and VXLOCK is | wrstuden |
| 1999-09-06 | Adapt to cache_lookup() changes (forgot to commit it yesterday) | jdolecek |
| 1999-08-04 | Pull in changes which parallel rev 1.22 -> 1.25 of ufs_lookup(). | wrstuden |
| 1999-08-03 | Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntl | wrstuden |