summaryrefslogtreecommitdiff
path: root/gnu/dist/binutils/version.c
AgeCommit message (Expand)Author
1997-09-24stock binutils-2.8gwr
2018-05-28add a genfs method to allow a file system to limit the range of pageschs 2017-02-17Add generic genfs_suspendctl() and use it for all file systems.hannken 2014-12-26Change sysvbfs to vcache.hannken 2014-07-25Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I candholland 2014-03-23Change all vfsops to use C99 designated initializers.hannken 2008-05-10Convert file systems to dynamically attach with the new module interface.rumble 2008-04-29PR kern/38057 ffs makes assuptions about devvp file systemad 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-01-28Fix some race conditions in rename.dholland 2008-01-25Remove VOP_LEASE. Discussed on tech-kern.ad 2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka 2007-07-26Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter.pooka 2007-07-12Change the VFS_MOUNT() interface so that the 'data' buffer passed to thedsl 2007-01-19New file system suspension API to replace vn_start_write and vn_finished_write.hannken 2006-12-09a smorgasbord of improvements to vnode locking and path lookup:chs 2006-07-01Make it compile post time-counter mergemartin 2005-12-29Add preliminary support for System V Boot File System.tsutsui