summaryrefslogtreecommitdiff
path: root/sys/fs/ptyfs
AgeCommit message (Expand)Author
2006-09-03add missing initializerschristos
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-20Make this compile again.tron
2006-06-20Don't allocate too much stuff on the stack.christos
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2006-04-28Do the count check after we process getargs.christos
2006-04-14Remove dead code.christos
2006-04-13Strip the chrooted portion of the path from the reported pty path. Reportedchristos
2005-12-11merge ktrace-lwp.christos
2005-12-03- protect userland exported files against multiple inclusion.christos
2005-11-02merge yamt-vop branch. remove following VOPs.yamt
2005-10-12Update the mod and access times directly from ptyfs_read() andsimonb
2005-10-01use a counter to prevent from mounting ptyfs twice. Using save_ptm is notchristos
2005-09-29Move the duplicate mount check sooner, and fix a leak.christos
2005-09-23Apply the NFS exports list rototill patch:jmmv
2005-09-12don't play with ctime directly anymore.christos
2005-09-12Fix the CHANGE part too.christos
2005-09-12propagate itime changes from the other filesystems.christos
2005-05-29- rename variables to avoid shadowing.christos
2005-05-11Remove compat code that hard-codes default group and mode for pty creation.christos
2005-03-29- Define a VFS_ATTACH() macro that places a reference to a vfsops structurethorpej
2005-02-26nuke trailing whitespaceperry
2005-01-02make this compile again; hi potrchristos
2004-12-18I don't think that the vgone() in vop_inactive is needed; in fact it mightchristos
2004-12-16Reorder ptyfs pseudo inode numbers so that 0 and 1 are unused, 2 isatatat
2004-11-29Remove the digits() function and simply set va_bytes and va_size toatatat
2004-11-25Add pty group and mode settings.christos
2004-11-25Properly set va_fsid so that st_dev ends up correct.atatat
2004-11-19Don't call ptyfs_time() with stack garbage. It makes the times lookatatat
2004-11-11update #include path to fs/ptyfs/jdolecek
2004-11-11move ptyfs off sys/miscfs/ptyfs/ to sys/fs/ptyfs/jdolecek