| Age | Commit message (Expand) | Author |
| 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 |
| 1999-07-17 | Adjust mountroot routines to vrele rootvp in case of mount error. Closes | wrstuden |
| 1999-07-13 | From patch supplied in PR-7951 by Joachim Kuebart: | scw |
| 1999-07-08 | Modify file systems to deal with struct lock in struct vnode. All leaf | wrstuden |
| 1999-04-07 | Avoid lockups on cd9660 filesystems after attempt to open file for write. | tron |
| 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-01-04 | Multisession-CD-Support, by Torsten Duwe <duwe@ns.lst.de>. | is |
| 1998-09-05 | Check permissions on device to be mounted. | mycroft |
| 1998-09-01 | Use the pool allocator and the "nointr" pool page allocator for cd9660 nodes. | thorpej |
| 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-25 | Use genfs_lease_check() | thorpej |
| 1998-06-24 | Always include fifos; "not an option any more". | sommerfe |
| 1998-06-22 | defopt for options FIFO | sommerfe |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1998-05-08 | Fix some arithmetics lossage on typeless pointers. | kleink |
| 1998-03-01 | Add NetBSD Id that got lost. | fvdl |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1998-03-01 | Import 4.4BSD-Lite2 | fvdl |
| 1998-02-18 | Place a pointer to an array of our vnodeopv_desc *'s in our vfsops | thorpej |
| 1998-02-07 | add flags arg to hashinit(), to pass to malloc(). | chs |
| 1997-10-16 | Add missing casts to nlink_t and dev_t | christos |
| 1997-10-10 | Bump last argument to VOP_READDIR to off_t (from u_long). | fvdl |
| 1997-07-07 | mark prototypes for static inline functions as possibly unused (with | cgd |
| 1997-06-13 | Remove initialization of `swapdev_vp' from mountroot(). | pk |
| 1997-05-08 | Fix typo. | mycroft |
| 1997-05-08 | Pass the vnode type to vaccess(), and use it when checking VEXEC. Make sure | mycroft |
| 1997-05-08 | VEXEC -> VLOOKUP, as appropriate. | mycroft |
| 1997-05-05 | Eliminate bogus uses of V{READ,WRITE,EXEC}. Use S_I[RWX]{USR,GRP,OTH} where | mycroft |
| 1997-04-11 | Implement a POSIX compliant genfs VOP_SEEK() and use it in the appropriate | kleink |
| 1997-01-31 | - Add cd9660_mountroot to cd9660_vfsops. | thorpej |