Commit Graph

14 Commits

Author SHA1 Message Date
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