Up to [cvs.NetBSD.org] / src / sbin / mount_ptyfs
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.15 / (download) - annotate - [select for diffs], Thu Sep 20 18:56:05 2012 UTC (8 months, 4 weeks ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.14: +11 -3
lines
Diff to previous 1.14 (colored)
add back old options for compatibility, but complain if specified.
Revision 1.14 / (download) - annotate - [select for diffs], Tue Sep 18 21:35:43 2012 UTC (9 months ago) by christos
Branch: MAIN
Changes since 1.13: +6 -15
lines
Diff to previous 1.13 (colored)
remove -c and chroot option; they are always on now
Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 2 21:08:02 2012 UTC (14 months, 2 weeks ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4
Branch point for: tls-maxphys
Changes since 1.12: +2 -3
lines
Diff to previous 1.12 (colored)
don't print 2 lines of info, remove the bogus one.
Revision 1.12 / (download) - annotate - [select for diffs], Mon Aug 29 14:35:02 2011 UTC (21 months, 3 weeks ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-0-RC2,
netbsd-6-0-RC1
Branch point for: yamt-pagecache,
netbsd-6,
matt-nb6-plus
Changes since 1.11: +3 -3
lines
Diff to previous 1.11 (colored)
Use __dead
Revision 1.11 / (download) - annotate - [select for diffs], Sat May 21 20:05:02 2011 UTC (2 years ago) by riastradh
Branch: MAIN
CVS Tags: cherry-xenmp-base,
cherry-xenmp
Changes since 1.10: +5 -5
lines
Diff to previous 1.10 (colored)
Make `mount_ptyfs -c' actually work. The ALTF_* are bit masks, not indices, so use 4, not 3, for the one after 2. Use 0x on all the values to emphasize this. ok rmind
Revision 1.10 / (download) - annotate - [select for diffs], Sun Mar 15 16:47:45 2009 UTC (4 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: matt-premerge-20091211,
matt-mips64-premerge-20101231,
jym-xensuspend-nbase,
jym-xensuspend-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Changes since 1.9: +21 -7
lines
Diff to previous 1.9 (colored)
Allow ptyfs to be mounted inside a chrooted environment.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jul 20 01:20:22 2008 UTC (4 years, 11 months ago) by lukem
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2
Branch point for: jym-xensuspend
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
Remove the \n and tabs from the __COPYRIGHT() strings. (Tweak some to use a consistent format.)
Revision 1.8 / (download) - annotate - [select for diffs], Mon Jul 16 17:06:54 2007 UTC (5 years, 11 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
mjf-devfs-base,
mjf-devfs,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf
Branch point for: wrstuden-revivesa,
mjf-devfs2
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
Make all mount(2) return value error checks against -1. Some file systems just checked != 0, breaking MNT_GETARGS. Others worked with < 0, but make them check against -1 too for consistency. And sprinkle some stylish line wrapping where appropriate.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Jul 14 15:57:26 2007 UTC (5 years, 11 months ago) by dsl
Branch: MAIN
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Add additional 'sizeof args' parameter to mount(2).
Revision 1.6 / (download) - annotate - [select for diffs], Mon Oct 16 03:37:43 2006 UTC (6 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored)
use MOPT_NULL
Revision 1.5 / (download) - annotate - [select for diffs], Tue Mar 21 21:11:42 2006 UTC (7 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.4: +4 -2
lines
Diff to previous 1.4 (colored)
Always check the results of getmntopts() and free them.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 31 05:19:19 2005 UTC (8 years, 4 months ago) by erh
Branch: MAIN
CVS Tags: netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3
Changes since 1.3: +12 -4
lines
Diff to previous 1.3 (colored)
Fix PR#3617 and PR#3205: call realpath to convert mount points and paths to device nodes into absolute paths before using them.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Nov 27 05:52:16 2004 UTC (8 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Add a missing =
Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 24 22:13:08 2004 UTC (8 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.1: +67 -8
lines
Diff to previous 1.1 (colored)
Add arguments for ptyfs: slave tty group and mode, so we don't have to hard-code them in the kernel.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 11 01:42:17 2004 UTC (8 years, 7 months ago) by christos
Branch: MAIN
Add userland glue for ptyfs.