| Age | Commit message (Expand) | Author |
| 2022-08-05 | ptyfs: Don't copy out cookies past end of buffer. | riastradh |
| 2021-12-08 | s/efficent/efficient/ in comments. | andvar |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 2021-07-18 | Fix ptyfs link and symlink ops. | dholland |
| 2021-07-18 | Abolish all the silly indirection macros for initializing vnode ops tables. | dholland |
| 2021-06-29 | - Add a new vnode op: VOP_PARSEPATH. | dholland |
| 2021-06-28 | VOP_BMAP() may be called via ioctl(FIOGETBMAP) on any vnode that applications | chs |
| 2020-11-27 | make the order of the arguments in the PTYFS_FILENO macro consistent with | christos |
| 2020-11-24 | PR/55821: tar can not extract base.tgz anymore (./dev/pts and mounted ptyfs) | christos |
| 2020-06-27 | Introduce genfs_pathconf() and use it for the default case in all filesystems. | christos |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2020-04-13 | Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a function | ad |
| 2020-03-16 | Use the module subsystem's ability to process SYSCTL_SETUP() entries to | pgoyette |
| 2020-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2019-09-26 | provide VNOVALSIZE and VNOVALFLAGS to avoid casting in source. | christos |
| 2019-09-26 | cast VNOVAL to the the va_size type which is u_quad_t... I think it is time | christos |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-05-26 | Make VOP_RECLAIM do the last unlock of the vnode. | riastradh |
| 2017-04-11 | Make VOP_INACTIVE preserve vnode lock on return. | riastradh |
| 2017-02-17 | Add generic genfs_suspendctl() and use it for all file systems. | hannken |
| 2016-08-20 | Remove now obsolete operation vcache_remove(). | hannken |
| 2015-06-23 | No need to call spec_inactive() from ptyfs_incative(). | hannken |
| 2014-10-21 | Revert previous; it does not work with COMPAT_BSDPTY, screen(1) fails because | christos |
| 2014-10-15 | From Ilia Zykov: | christos |
| 2014-10-11 | Define filesystem attributes with vfs dependency. | uebayasi |
| 2014-08-21 | Remove dead returns: | maxv |
| 2014-08-16 | Needs HASH_SLIST, not HASH_LIST. | hannken |
| 2014-08-15 | Change ptyfs to vcache. | hannken |
| 2014-08-14 | Overflow if *data_len == OSIZE and args->version >= PTYFS_ARGSVERSION. | maxv |
| 2014-08-13 | - Add a map of active controlling ptys per mount and no longer abuse | hannken |
| 2014-07-25 | Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can | dholland |
| 2014-04-16 | An (un)privileged user can easily make the kernel dereference a NULL | maxv |
| 2014-04-04 | Handle multiple ptyfs mounts with different chroots. ptys opened in one | christos |
| 2014-03-27 | forgot to commit one patch: | christos |
| 2014-03-27 | From Ilya Zykov: | christos |
| 2014-03-26 | if one of the ptyfs instances has grabbed the handle don't grab it again, | christos |
| 2014-03-23 | Change all vfsops to use C99 designated initializers. | hannken |
| 2014-03-21 | Ilya Zykov: Prepare readdir for multi-mountpoint use | christos |
| 2014-03-19 | - return an error if we could not get the pts pathname | christos |
| 2014-02-27 | The current implementation of vn_lock() is racy. Modification of | hannken |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-07 | Change vnode operation lookup to return the resulting vnode *vpp unlocked. | hannken |
| 2013-11-05 | - support advisory locking on ptys | christos |
| 2013-03-18 | C99 section 6.7.2.3 (Tags) Note 3 states that: | plunky |
| 2012-10-24 | rename ptyfs_flag -> ptyfs_status to avoid confusion with ptyfs_flags | christos |
| 2012-10-23 | fix the mystery of the bad directory times. | christos |
| 2012-09-18 | let us get mounted multiple times. | christos |
| 2012-09-18 | Always do the chroot filename mapping; it is pointless not to do it. | christos |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2011-12-12 | Start making fs read(2) fail with EISDIR if the implementation does | njoly |