summaryrefslogtreecommitdiff
path: root/sys/fs/ptyfs/ptyfs.h
AgeCommit message (Expand)Author
2020-11-27make the order of the arguments in the PTYFS_FILENO macro consistent withchristos
2020-01-17VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, toad
2014-08-15Change ptyfs to vcache.hannken
2014-08-13- Add a map of active controlling ptys per mount and no longer abusehannken
2014-04-04Handle multiple ptyfs mounts with different chroots. ptys opened in onechristos
2014-03-21Ilya Zykov: Prepare readdir for multi-mountpoint usechristos
2012-10-24rename ptyfs_flag -> ptyfs_status to avoid confusion with ptyfs_flagschristos
2012-09-18Always do the chroot filename mapping; it is pointless not to do it.christos
2009-03-15Add a chroot flag, so that ptyfs can be mounted in a chrooted environment.christos
2008-06-28Create sysctl entries during module initialisation and destroy themrumble
2005-12-11merge ktrace-lwp.christos
2005-12-03- protect userland exported files against multiple inclusion.christos
2005-09-12Fix the CHANGE part too.christos
2004-12-16Reorder ptyfs pseudo inode numbers so that 0 and 1 are unused, 2 isatatat
2004-11-25Add pty group and mode settings.christos
2004-11-11move ptyfs off sys/miscfs/ptyfs/ to sys/fs/ptyfs/jdolecek