index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
fs
/
ptyfs
/
ptyfs.h
Age
Commit message (
Expand
)
Author
2020-11-27
make the order of the arguments in the PTYFS_FILENO macro consistent with
christos
2020-01-17
VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to
ad
2014-08-15
Change ptyfs to vcache.
hannken
2014-08-13
- Add a map of active controlling ptys per mount and no longer abuse
hannken
2014-04-04
Handle multiple ptyfs mounts with different chroots. ptys opened in one
christos
2014-03-21
Ilya Zykov: Prepare readdir for multi-mountpoint use
christos
2012-10-24
rename ptyfs_flag -> ptyfs_status to avoid confusion with ptyfs_flags
christos
2012-09-18
Always do the chroot filename mapping; it is pointless not to do it.
christos
2009-03-15
Add a chroot flag, so that ptyfs can be mounted in a chrooted environment.
christos
2008-06-28
Create sysctl entries during module initialisation and destroy them
rumble
2005-12-11
merge ktrace-lwp.
christos
2005-12-03
- protect userland exported files against multiple inclusion.
christos
2005-09-12
Fix the CHANGE part too.
christos
2004-12-16
Reorder ptyfs pseudo inode numbers so that 0 and 1 are unused, 2 is
atatat
2004-11-25
Add pty group and mode settings.
christos
2004-11-11
move ptyfs off sys/miscfs/ptyfs/ to sys/fs/ptyfs/
jdolecek