christos
9db5ca4e66
add back old options for compatibility, but complain if specified.
2012-09-20 18:56:05 +00:00
christos
41a9f0e839
Does not make sense to mount this as NFS, so it is not a bug.
...
We can now mount multiple instances, but all of them show all the ptys.
2012-09-19 15:38:09 +00:00
christos
7097f02a88
remove -c and chroot option; they are always on now
2012-09-18 21:35:43 +00:00
wiz
23f6e3c1fb
Bump date for previous.
2012-09-09 17:11:49 +00:00
dholland
31ea0cb5b3
ptyfs hasn't been experimental in a long time. (noticed by blymn)
2012-09-09 17:09:51 +00:00
christos
1b4e5840af
don't print 2 lines of info, remove the bogus one.
2012-04-02 21:08:02 +00:00
joerg
baa8e84b6f
Use __dead
2011-08-29 14:34:58 +00:00
riastradh
d9e31e357d
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
2011-05-21 20:05:02 +00:00
pooka
5d8421fd1d
naughty naughty, don't peek into src/sys
2010-06-14 14:42:49 +00:00
wiz
479c390e0e
Drop trailing whitespace.
2009-03-18 10:46:58 +00:00
christos
9f97ab946c
Allow ptyfs to be mounted inside a chrooted environment.
2009-03-15 16:47:45 +00:00
lukem
6543a91fea
Remove the \n and tabs from the __COPYRIGHT() strings.
...
(Tweak some to use a consistent format.)
2008-07-20 01:20:21 +00:00
martin
11a6dbe728
Convert TNF licenses to new 2 clause variant
2008-04-30 13:10:46 +00:00
pooka
704e075311
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.
2007-07-16 17:06:52 +00:00
dsl
7af7206539
Add additional 'sizeof args' parameter to mount(2).
2007-07-14 15:57:24 +00:00
christos
5afd1c0a23
use MOPT_NULL
2006-10-16 03:37:42 +00:00
christos
7067dcb9a4
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
erh
fdd16c549b
Fix PR#3617 and PR#3205: call realpath to convert mount points and paths to
...
device nodes into absolute paths before using them.
2005-01-31 05:19:18 +00:00
christos
43b36b3a81
Add a missing =
2004-11-27 05:52:16 +00:00
wiz
055a617415
Remove "CFLAGS+=-g".
2004-11-25 14:10:28 +00:00
christos
f11900e378
Add arguments for ptyfs: slave tty group and mode, so we don't have to
...
hard-code them in the kernel.
2004-11-24 22:13:08 +00:00
jdolecek
e8950fdc08
add -I${NETBSDSRCDIR}/sys into CPPFLAGS, so that this picks up necessary
...
kernel includes without need to have them installed
2004-11-11 19:10:16 +00:00
christos
d7f4671483
Add a license; thanks manu.
2004-11-11 13:42:55 +00:00
wiz
8d811eccec
Nit fixes.
2004-11-11 13:20:42 +00:00
christos
1bd4f21d5a
Add userland glue for ptyfs.
2004-11-11 01:42:17 +00:00