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