Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.
This commit is contained in:
parent
4098e2664f
commit
70d4493c77
distrib
etc/mtree
rescue
sbin/mount_portal
share/man
sys/arch
acorn26/conf
acorn32/conf
alpha/conf
amd64/conf
amiga/conf
amigappc/conf
arc/conf
atari/conf
bebox/conf
cats/conf
cobalt/conf
dreamcast/conf
evbarm/conf
ADI_BRHARMADILLO210ARMADILLO9BEAGLEBOARDCP3100GEMINIGEMINI_MASTERGEMINI_SLAVEGUMSTIXHDL_GIMX31LITEINTEGRATORIQ31244IQ80310IQ80321IXDP425IXM1200LUBBOCKMPCSA_GENERICNAPPINSLU2OSK5912SMDK2410SMDK2800TEAMASA_NPWRTEAMASA_NPWR_FCTISDP2420TISDP2430TS7200TWINTAILVIPERZAO425
evbmips/conf
evbppc/conf
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ramdiskbin.conf,v 1.4 2009/11/29 20:56:01 abs Exp $
|
||||
# $NetBSD: ramdiskbin.conf,v 1.5 2009/12/05 20:11:01 pooka Exp $
|
||||
|
||||
srcdirs bin sbin libexec usr.bin usr.sbin gnu/usr.bin
|
||||
|
||||
@ -16,7 +16,7 @@ progs ping ping6 rcorder reboot route shutdown swapctl ttyflags umount
|
||||
#progs fastboot fsck fsck_ext3fs fsck_ffs fsck_lfs fsck_msdos fsdb
|
||||
#progs fsirand ldconfig lmcctl modload modunload mount_cd9660 mount_ext2fs
|
||||
#progs mount_fdesc mount_filecore mount_lfs mount_msdos
|
||||
#progs mount_nfs mount_ntfs mount_nullfs mount_overlay mount_portal
|
||||
#progs mount_nfs mount_ntfs mount_nullfs mount_overlay
|
||||
#progs mount_umap mount_union newbtconf newfs_lfs newfs_msdos
|
||||
#progs nologin raidctl restore rndctl routed rtsold savecore scsictl setkey
|
||||
#progs slattach tunefs wsconsctl
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: mi,v 1.846 2009/12/05 19:14:39 pooka Exp $
|
||||
# $NetBSD: mi,v 1.847 2009/12/05 20:11:01 pooka Exp $
|
||||
#
|
||||
# Note: Don't delete entries from here - mark them as "obsolete" instead,
|
||||
# unless otherwise stated below.
|
||||
@ -246,7 +246,7 @@
|
||||
./sbin/mount_ntfs base-ntfs-root
|
||||
./sbin/mount_null base-miscfs-root
|
||||
./sbin/mount_overlay base-miscfs-root
|
||||
./sbin/mount_portal base-miscfs-root
|
||||
./sbin/mount_portal base-puffs-bin
|
||||
./sbin/mount_procfs base-sysutil-root
|
||||
./sbin/mount_ptyfs base-miscfs-root
|
||||
./sbin/mount_smbfs base-smbfs-root
|
||||
@ -759,7 +759,7 @@
|
||||
./usr/include/miscfs/kernfs base-c-usr
|
||||
./usr/include/miscfs/nullfs base-c-usr
|
||||
./usr/include/miscfs/overlay base-c-usr
|
||||
./usr/include/miscfs/portal base-c-usr
|
||||
./usr/include/miscfs/portal base-obsolete obsolete
|
||||
./usr/include/miscfs/procfs base-c-usr
|
||||
./usr/include/miscfs/ptyfs base-obsolete obsolete
|
||||
./usr/include/miscfs/specfs base-c-usr
|
||||
@ -1150,7 +1150,7 @@
|
||||
./usr/sbin/moptrace base-bootserver-bin
|
||||
./usr/sbin/mount_9p base-puffs-bin
|
||||
./usr/sbin/mount_psshfs base-puffs-bin
|
||||
./usr/sbin/mount_puffsportal base-puffs-bin
|
||||
./usr/sbin/mount_puffsportal base-obsolete obsolete
|
||||
./usr/sbin/mount_sysctlfs base-puffs-bin
|
||||
./usr/sbin/mountd base-nfsserver-bin
|
||||
./usr/sbin/moused base-sysutil-bin
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: rescue.mi,v 1.28 2008/11/12 12:35:50 ad Exp $
|
||||
# $NetBSD: rescue.mi,v 1.29 2009/12/05 20:11:01 pooka Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
#
|
||||
@ -92,7 +92,7 @@
|
||||
./rescue/mount_ntfs base-rescue-root
|
||||
./rescue/mount_null base-rescue-root
|
||||
./rescue/mount_overlay base-rescue-root
|
||||
./rescue/mount_portal base-rescue-root
|
||||
./rescue/mount_portal base-obsolete obsolete
|
||||
./rescue/mount_procfs base-rescue-root
|
||||
./rescue/mount_smbfs base-rescue-root
|
||||
./rescue/mount_tmpfs base-rescue-root
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: mi,v 1.1342 2009/12/05 12:14:32 pooka Exp $
|
||||
# $NetBSD: mi,v 1.1343 2009/12/05 20:11:01 pooka Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
#
|
||||
@ -1401,7 +1401,7 @@
|
||||
./usr/include/miscfs/kernfs/kernfs.h comp-c-include
|
||||
./usr/include/miscfs/nullfs/null.h comp-c-include
|
||||
./usr/include/miscfs/overlay/overlay.h comp-c-include
|
||||
./usr/include/miscfs/portal/portal.h comp-c-include
|
||||
./usr/include/miscfs/portal/portal.h comp-obsolete obsolete
|
||||
./usr/include/miscfs/procfs/procfs.h comp-c-include
|
||||
./usr/include/miscfs/specfs/specdev.h comp-c-include
|
||||
./usr/include/miscfs/syncfs/syncfs.h comp-c-include
|
||||
@ -3463,7 +3463,7 @@
|
||||
./usr/libdata/debug/usr/sbin/moptrace.debug comp-bootserver-debug debug
|
||||
./usr/libdata/debug/usr/sbin/mount_9p.debug comp-puffs-debug debug
|
||||
./usr/libdata/debug/usr/sbin/mount_psshfs.debug comp-puffs-debug debug
|
||||
./usr/libdata/debug/usr/sbin/mount_puffsportal.debug comp-puffs-debug debug
|
||||
./usr/libdata/debug/usr/sbin/mount_puffsportal.debug comp-obsolete obsolete
|
||||
./usr/libdata/debug/usr/sbin/mount_sysctlfs.debug comp-puffs-debug debug
|
||||
./usr/libdata/debug/usr/sbin/mountd.debug comp-nfsserver-debug debug
|
||||
./usr/libdata/debug/usr/sbin/moused.debug comp-sysutil-debug debug
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: mi,v 1.4 2009/10/05 22:32:58 haad Exp $
|
||||
# $NetBSD: mi,v 1.5 2009/12/05 20:11:02 pooka Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
#
|
||||
@ -74,8 +74,8 @@
|
||||
./@MODULEDIR@/null/null.kmod base-kernel-modules kmod
|
||||
./@MODULEDIR@/overlay base-kernel-modules kmod
|
||||
./@MODULEDIR@/overlay/overlay.kmod base-kernel-modules kmod
|
||||
./@MODULEDIR@/portal base-kernel-modules kmod
|
||||
./@MODULEDIR@/portal/portal.kmod base-kernel-modules kmod
|
||||
./@MODULEDIR@/portal base-obsolete obsolete
|
||||
./@MODULEDIR@/portal/portal.kmod base-obsolete obsolete
|
||||
./@MODULEDIR@/ppp_bsdcomp base-kernel-modules kmod
|
||||
./@MODULEDIR@/ppp_bsdcomp/ppp_bsdcomp.kmod base-kernel-modules kmod
|
||||
./@MODULEDIR@/ppp_deflate base-kernel-modules kmod
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NetBSD.dist.base,v 1.7 2009/12/05 16:29:11 pooka Exp $
|
||||
# $NetBSD: NetBSD.dist.base,v 1.8 2009/12/05 20:11:02 pooka Exp $
|
||||
# @(#)4.4BSD.dist 8.1 (Berkeley) 6/13/93
|
||||
|
||||
# Do not customize this file as it may be overwritten on upgrades.
|
||||
@ -131,7 +131,6 @@
|
||||
./usr/include/miscfs/kernfs
|
||||
./usr/include/miscfs/nullfs
|
||||
./usr/include/miscfs/overlay
|
||||
./usr/include/miscfs/portal
|
||||
./usr/include/miscfs/procfs
|
||||
./usr/include/miscfs/specfs
|
||||
./usr/include/miscfs/syncfs
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.35 2009/01/07 00:39:24 mrg Exp $
|
||||
# $NetBSD: list,v 1.36 2009/12/05 20:11:02 pooka Exp $
|
||||
|
||||
SRCDIRS bin
|
||||
|
||||
@ -82,7 +82,6 @@ PROG mount_nfs
|
||||
PROG mount_ntfs
|
||||
PROG mount_null
|
||||
PROG mount_overlay
|
||||
PROG mount_portal
|
||||
PROG mount_procfs
|
||||
PROG mount_smbfs
|
||||
PROG mount_tmpfs
|
||||
|
@ -1,19 +1,17 @@
|
||||
# $NetBSD: Makefile,v 1.23 2005/06/27 01:00:06 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2009/12/05 20:11:02 pooka Exp $
|
||||
# @(#)Makefile 8.3 (Berkeley) 3/27/94
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= mount_portal
|
||||
SRCS= mount_portal.c activate.c conf.c pt_conf.c \
|
||||
SRCS= puffs_portal.c activate.c conf.c pt_conf.c \
|
||||
pt_exec.c pt_file.c pt_tcp.c pt_filter.c
|
||||
SUBDIR= examples
|
||||
|
||||
MAN= mount_portal.8
|
||||
|
||||
CPPFLAGS+= -I${NETBSDSRCDIR}/sys
|
||||
|
||||
DPADD+=${LIBUTIL}
|
||||
LDADD+=-lutil
|
||||
DPADD+=${LIBUTIL} ${LIBPUFFS}
|
||||
LDADD+=-lutil -lpuffs
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -1,315 +0,0 @@
|
||||
/* $NetBSD: mount_portal.c,v 1.33 2008/07/20 01:20:22 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993, 1994
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
*
|
||||
* This code is derived from software donated to Berkeley by
|
||||
* Jan-Simon Pendry.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. Neither the name of the University nor the names of its contributors
|
||||
* may be used to endorse or promote products derived from this software
|
||||
* without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__COPYRIGHT("@(#) Copyright (c) 1992, 1993, 1994\
|
||||
The Regents of the University of California. All rights reserved.");
|
||||
#endif /* not lint */
|
||||
|
||||
#ifndef lint
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)mount_portal.c 8.6 (Berkeley) 4/26/95";
|
||||
#else
|
||||
__RCSID("$NetBSD: mount_portal.c,v 1.33 2008/07/20 01:20:22 lukem Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/wait.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
#include <sys/syslog.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/mount.h>
|
||||
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <poll.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <mntopts.h>
|
||||
#include "pathnames.h"
|
||||
#include "portald.h"
|
||||
|
||||
static const struct mntopt mopts[] = {
|
||||
MOPT_STDOPTS,
|
||||
MOPT_GETARGS,
|
||||
MOPT_NULL,
|
||||
};
|
||||
|
||||
static char mountpt[MAXPATHLEN]; /* made available to signal handler */
|
||||
|
||||
static void sigchld(int);
|
||||
static void sighup(int);
|
||||
static void sigterm(int);
|
||||
static void usage(void);
|
||||
|
||||
static sig_atomic_t readcf; /* Set when SIGHUP received */
|
||||
|
||||
static void
|
||||
sigchld(int sig)
|
||||
{
|
||||
pid_t pid;
|
||||
|
||||
while ((pid = waitpid((pid_t) -1, (int *) 0, WNOHANG)) > 0)
|
||||
;
|
||||
if (pid < 0 && errno != ECHILD)
|
||||
syslog(LOG_WARNING, "waitpid: %m");
|
||||
}
|
||||
|
||||
static void
|
||||
sighup(int sig)
|
||||
{
|
||||
|
||||
readcf = 1;
|
||||
}
|
||||
|
||||
static void
|
||||
sigterm(int sig)
|
||||
{
|
||||
|
||||
if (unmount(mountpt, MNT_FORCE) < 0)
|
||||
syslog(LOG_WARNING, "sigterm: unmounting %s failed: %m",
|
||||
mountpt);
|
||||
}
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
struct portal_args args;
|
||||
struct sockaddr_un un;
|
||||
char *conf;
|
||||
int mntflags = 0;
|
||||
char tag[32];
|
||||
char tmpdir[PATH_MAX];
|
||||
mntoptparse_t mp;
|
||||
|
||||
qelem q;
|
||||
int rc;
|
||||
int so;
|
||||
int error = 0;
|
||||
|
||||
/*
|
||||
* Crack command line args
|
||||
*/
|
||||
int ch;
|
||||
|
||||
while ((ch = getopt(argc, argv, "o:")) != -1) {
|
||||
switch (ch) {
|
||||
case 'o':
|
||||
mp = getmntopts(optarg, mopts, &mntflags, 0);
|
||||
if (mp == NULL)
|
||||
err(1, "getmntopts");
|
||||
freemntopts(mp);
|
||||
break;
|
||||
default:
|
||||
error = 1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (optind != (argc - 2))
|
||||
error = 1;
|
||||
|
||||
if (error)
|
||||
usage();
|
||||
|
||||
/*
|
||||
* Get config file and mount point
|
||||
*/
|
||||
conf = argv[optind];
|
||||
if (realpath(argv[optind+1], mountpt) == NULL) /* Check device path */
|
||||
err(1, "realpath %s", argv[optind+1]);
|
||||
if (strncmp(argv[optind+1], mountpt, MAXPATHLEN)) {
|
||||
warnx("\"%s\" is a relative path.", argv[optind+1]);
|
||||
warnx("using \"%s\" instead.", mountpt);
|
||||
}
|
||||
|
||||
/*
|
||||
* If configuration file is not specified with an
|
||||
* absolute pathname, complain and die. We want to
|
||||
* check for this before we call daemon() and lose
|
||||
* access to stderr.
|
||||
*/
|
||||
if (conf[0] != '/') {
|
||||
errx(-1, "Error: the configuration file must be specified as an\n"
|
||||
"absolute path, as the daemon chdir's to / immediately.");
|
||||
}
|
||||
/*
|
||||
* Construct the listening socket
|
||||
*/
|
||||
un.sun_family = AF_LOCAL;
|
||||
strlcpy(tmpdir, _PATH_TMPPORTAL, sizeof(tmpdir));
|
||||
mkdtemp(tmpdir);
|
||||
un.sun_len = snprintf(un.sun_path, sizeof(un.sun_path),
|
||||
"%s/%s", tmpdir, _PATH_PORTAL_FILE);
|
||||
if (un.sun_len >= sizeof(un.sun_path))
|
||||
errx(1, "portal socket name too long");
|
||||
|
||||
so = socket(AF_LOCAL, SOCK_STREAM, 0);
|
||||
if (so < 0)
|
||||
err(1, "socket");
|
||||
if (bind(so, (struct sockaddr *) &un, sizeof(un)) < 0)
|
||||
err(1, "bind() call");
|
||||
|
||||
/* path no longer needed */
|
||||
(void) unlink(un.sun_path);
|
||||
if (rmdir(tmpdir) != 0)
|
||||
warn("failed to rmdir(%s)", tmpdir);
|
||||
|
||||
(void) listen(so, 5);
|
||||
|
||||
/*
|
||||
* Now it's good time to fork - all but the actual mount(2)
|
||||
* call is performed, and we need the new pid to fill in
|
||||
* the tag contents correctly. Since we need to print error message
|
||||
* in case mount(2) fails or DEBUG case, we don't let daemon(3) to
|
||||
* close the standard streams and handle them on our own later.
|
||||
*/
|
||||
daemon(0, 1);
|
||||
|
||||
args.pa_socket = so;
|
||||
snprintf(tag, sizeof(tag), "portal:%d", getpid());
|
||||
args.pa_config = tag;
|
||||
|
||||
rc = mount(MOUNT_PORTAL, mountpt, mntflags, &args, sizeof args);
|
||||
if (rc == -1)
|
||||
err(1, "mount attempt on %s", mountpt);
|
||||
|
||||
/* mount(2) call succeeded, redirect standard streams to /dev/null */
|
||||
freopen("/dev/null", "r", stdin);
|
||||
freopen("/dev/null", "w", stdout);
|
||||
#ifndef DEBUG
|
||||
freopen("/dev/null", "w", stderr);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Start logging (and change name)
|
||||
*/
|
||||
openlog("portald", LOG_PID, LOG_DAEMON);
|
||||
|
||||
q.q_forw = q.q_back = &q;
|
||||
readcf = 1;
|
||||
|
||||
signal(SIGCHLD, sigchld);
|
||||
signal(SIGHUP, sighup);
|
||||
signal(SIGTERM, sigterm);
|
||||
|
||||
/*
|
||||
* Just loop waiting for new connections and activating them
|
||||
*/
|
||||
for (;;) {
|
||||
struct sockaddr_un un2;
|
||||
socklen_t len2 = sizeof(un2);
|
||||
int so2;
|
||||
pid_t pid;
|
||||
struct pollfd fdset[1];
|
||||
|
||||
/*
|
||||
* Check whether we need to re-read the configuration file
|
||||
*/
|
||||
if (readcf) {
|
||||
readcf = 0;
|
||||
conf_read(&q, conf);
|
||||
continue;
|
||||
}
|
||||
|
||||
/*
|
||||
* Accept a new connection
|
||||
* Will get EINTR if a signal has arrived, so just
|
||||
* ignore that error code
|
||||
*/
|
||||
fdset[0].fd = so;
|
||||
fdset[0].events = POLLIN;
|
||||
rc = poll(fdset, 1, INFTIM);
|
||||
if (rc < 0) {
|
||||
if (errno == EINTR)
|
||||
continue;
|
||||
syslog(LOG_ERR, "poll: %m");
|
||||
exit(1);
|
||||
}
|
||||
if (rc == 0)
|
||||
break;
|
||||
so2 = accept(so, (struct sockaddr *) &un2, &len2);
|
||||
if (so2 < 0) {
|
||||
/*
|
||||
* The unmount function does a shutdown on the socket
|
||||
* which will generated ECONNABORTED on the accept.
|
||||
*/
|
||||
if (errno == ECONNABORTED)
|
||||
break;
|
||||
if (errno != EINTR) {
|
||||
syslog(LOG_ERR, "accept: %m");
|
||||
exit(1);
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
/*
|
||||
* Now fork a new child to deal with the connection
|
||||
*/
|
||||
eagain:;
|
||||
switch (pid = fork()) {
|
||||
case -1:
|
||||
if (errno == EAGAIN) {
|
||||
sleep(1);
|
||||
goto eagain;
|
||||
}
|
||||
syslog(LOG_WARNING, "fork: %m");
|
||||
break;
|
||||
case 0:
|
||||
(void) close(so);
|
||||
activate(&q, so2);
|
||||
exit(0);
|
||||
default:
|
||||
(void) close(so2);
|
||||
break;
|
||||
}
|
||||
}
|
||||
exit(0);
|
||||
}
|
||||
|
||||
static void
|
||||
usage(void)
|
||||
{
|
||||
|
||||
(void)fprintf(stderr,
|
||||
"usage: mount_portal [-o options] config mount-point\n");
|
||||
exit(1);
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: portald.h,v 1.9 2007/07/02 18:07:44 pooka Exp $ */
|
||||
/* $NetBSD: portald.h,v 1.10 2009/12/05 20:11:02 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
@ -36,7 +36,6 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <miscfs/portal/portal.h>
|
||||
|
||||
/*
|
||||
* Meta-chars in an RE. Paths in the config file containing
|
||||
@ -52,6 +51,14 @@ struct qelem {
|
||||
qelem *q_back;
|
||||
};
|
||||
|
||||
struct portal_cred {
|
||||
int pcr_flag; /* File open mode */
|
||||
uid_t pcr_uid; /* From cred */
|
||||
gid_t pcr_gid; /* From cred */
|
||||
uint16_t pcr_ngroups; /* From cred */
|
||||
gid_t pcr_groups[NGROUPS]; /* From cred */
|
||||
};
|
||||
|
||||
typedef struct provider provider;
|
||||
struct provider {
|
||||
const char *pr_match;
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: netintro.4,v 1.22 2007/03/07 00:41:16 dogcow Exp $
|
||||
.\" $NetBSD: netintro.4,v 1.23 2009/12/05 20:11:02 pooka Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -138,7 +138,7 @@ The following address values for
|
||||
are known to the system
|
||||
(and additional formats are defined for possible future implementation):
|
||||
.Bd -literal
|
||||
#define AF_LOCAL 1 /* local to host (pipes, portals) */
|
||||
#define AF_LOCAL 1 /* local to host */
|
||||
#define AF_INET 2 /* internetwork: UDP, TCP, etc. */
|
||||
#define AF_NS 6 /* Xerox NS protocols */
|
||||
#define AF_CCITT 10 /* CCITT protocols, X.25 etc */
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: options.4,v 1.381 2009/11/17 17:54:14 dyoung Exp $
|
||||
.\" $NetBSD: options.4,v 1.382 2009/12/05 20:11:02 pooka Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996
|
||||
.\" Perry E. Metzger. All rights reserved.
|
||||
@ -818,18 +818,6 @@ system and all other access.
|
||||
See
|
||||
.Xr mount_overlay 8
|
||||
for details.
|
||||
.It Cd file-system PORTAL
|
||||
.Bq Em EXPERIMENTAL
|
||||
Includes the portal file system.
|
||||
This permits interesting tricks like opening
|
||||
.Tn TCP
|
||||
sockets by opening files in the file system.
|
||||
The portal file system is conventionally mounted on
|
||||
.Pa /p
|
||||
and is partially implemented by a special daemon.
|
||||
See
|
||||
.Xr mount_portal 8
|
||||
for details.
|
||||
.It Cd file-system PROCFS
|
||||
Includes code for a special file system (conventionally mounted on
|
||||
.Pa /proc )
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: hier.7,v 1.89 2009/12/05 16:29:11 pooka Exp $
|
||||
.\" $NetBSD: hier.7,v 1.90 2009/12/05 20:11:02 pooka Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -965,9 +965,6 @@ loop back file system; see
|
||||
.It Sy overlay/
|
||||
overlay file system; see
|
||||
.Xr mount_overlay 8
|
||||
.It Sy portal/
|
||||
portal file system; see
|
||||
.Xr mount_portal 8
|
||||
.It Sy procfs/
|
||||
process file system; see
|
||||
.Xr mount_procfs 8
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: vnode.9,v 1.40 2009/04/22 20:53:44 elad Exp $
|
||||
.\" $NetBSD: vnode.9,v 1.41 2009/12/05 20:11:02 pooka Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -27,7 +27,7 @@
|
||||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd April 22, 2009
|
||||
.Dd December 5, 2009
|
||||
.Dt VNODE 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -404,8 +404,6 @@ log-structured file system
|
||||
loopback file system
|
||||
.It VT_FDESC
|
||||
file descriptor file system
|
||||
.It VT_PORTAL
|
||||
portal daemon
|
||||
.It VT_NULL
|
||||
null file system layer
|
||||
.It VT_UMAP
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: FOURMEG,v 1.34 2009/04/19 03:06:22 tsutsui Exp $
|
||||
# $NetBSD: FOURMEG,v 1.35 2009/12/05 20:11:02 pooka Exp $
|
||||
|
||||
# FOURMEG arm26 configuration -- something small
|
||||
|
||||
@ -40,7 +40,6 @@ file-system FILECORE # Acorn filecore file system
|
||||
file-system NFS # Sun NFS-compatible file system client
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system OVERLAY # overlay filesystem
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PROCFS # /proc
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.59 2009/04/19 03:06:22 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.60 2009/12/05 20:11:02 pooka Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -54,7 +54,7 @@ file-system NTFS # Windows/NT file system (experimental)
|
||||
file-system NFS # Sun NFS-compatible file system client
|
||||
file-system NULLFS # loopback file system
|
||||
file-system OVERLAY # overlay filesystem
|
||||
file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PROCFS # /proc
|
||||
@ -264,6 +264,7 @@ pseudo-device clockctl # user control of clock subsystem
|
||||
pseudo-device ksyms # /dev/ksyms
|
||||
#pseudo-device pf # PF packet filter
|
||||
#pseudo-device pflog # PF log if
|
||||
pseudo-device putter # for puffs and pud
|
||||
|
||||
# Veriexec
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.28 2009/04/19 03:06:22 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.29 2009/12/05 20:11:02 pooka Exp $
|
||||
|
||||
# INSTALL configuration, used to generate installation media
|
||||
|
||||
@ -38,7 +38,6 @@ file-system FILECORE # Acorn filecore file system
|
||||
file-system NFS # Sun NFS-compatible file system client
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system OVERLAY # overlay filesystem
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system PROCFS # /proc
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: EB7500ATX,v 1.38 2009/09/22 14:49:46 tsutsui Exp $
|
||||
# $NetBSD: EB7500ATX,v 1.39 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# EB7500ATX --- NetBSD/acorn32 complete configuration
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "EB7500ATX-$Revision: 1.38 $"
|
||||
#ident "EB7500ATX-$Revision: 1.39 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -55,7 +55,7 @@ file-system FILECORE # Acorn filecore file system
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
file-system OVERLAY # overlay filesystem
|
||||
file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
@ -281,6 +281,7 @@ pseudo-device clockctl # user control of clock subsystem
|
||||
pseudo-device ksyms # /dev/ksyms
|
||||
#pseudo-device pf # PF packet filter
|
||||
#pseudo-device pflog # PF log if
|
||||
pseudo-device putter # for puffs and pud
|
||||
|
||||
# If the standard modes don't work for your monitor, you can specify
|
||||
# a RISC-OS-format monitor definition file and a list of modes here.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.93 2009/04/19 03:07:04 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.94 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# GENERIC --- NetBSD/acorn32 complete configuration
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.93 $"
|
||||
#ident "GENERIC-$Revision: 1.94 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -60,7 +60,7 @@ file-system FILECORE # Acorn filecore file system
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
file-system OVERLAY # overlay filesystem
|
||||
file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
@ -342,6 +342,7 @@ pseudo-device clockctl # user control of clock subsystem
|
||||
pseudo-device ksyms # /dev/ksyms
|
||||
#pseudo-device pf # PF packet filter
|
||||
#pseudo-device pflog # PF log if
|
||||
pseudo-device putter # for puffs and pud
|
||||
|
||||
#
|
||||
# accept filters
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.54 2009/04/19 03:07:04 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.55 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# INSTALL -- NetBSD/acorn32 install configuration
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "INSTALL-$Revision: 1.54 $"
|
||||
#ident "INSTALL-$Revision: 1.55 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -60,7 +60,6 @@ file-system FILECORE # Acorn filecore file system
|
||||
file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system OVERLAY # overlay filesystem
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: LOWMEM_WSCONS,v 1.52 2009/04/19 03:07:04 tsutsui Exp $
|
||||
# $NetBSD: LOWMEM_WSCONS,v 1.53 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines
|
||||
#
|
||||
@ -47,7 +47,6 @@ file-system NFS # Network file system
|
||||
file-system FILECORE # Acorn filecore file system
|
||||
file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NC,v 1.50 2009/04/19 03:07:04 tsutsui Exp $
|
||||
# $NetBSD: NC,v 1.51 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# NC - with wscons
|
||||
#
|
||||
@ -41,7 +41,6 @@ file-system NFS # Network file system
|
||||
#file-system FILECORE # Acorn filecore file system
|
||||
file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.329 2009/09/14 02:28:22 mhitch Exp $
|
||||
# $NetBSD: GENERIC,v 1.330 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# This machine description file is used to generate the default NetBSD
|
||||
# kernel.
|
||||
@ -19,7 +19,7 @@ include "arch/alpha/conf/std.alpha"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
ident "GENERIC-$Revision: 1.329 $"
|
||||
ident "GENERIC-$Revision: 1.330 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -80,7 +80,7 @@ file-system NFS # Sun NFS-compatible file system client
|
||||
file-system NULLFS # Null file system layer
|
||||
file-system KERNFS # Kernel variable file system (/kern)
|
||||
file-system FDESC # File descriptor file system (/dev/fd)
|
||||
file-system PORTAL # Portal file system
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system UMAPFS # User-mapping file system layer
|
||||
file-system PROCFS # Process file system (/proc)
|
||||
file-system UNION # union file system
|
||||
@ -741,6 +741,7 @@ pseudo-device ksyms # /dev/ksyms
|
||||
pseudo-device lockstat # lock profiling
|
||||
pseudo-device bcsp # BlueCore Serial Protocol
|
||||
pseudo-device btuart # Bluetooth HCI UART (H4)
|
||||
pseudo-device putter # for puffs and pud
|
||||
|
||||
#options FILEASSOC # fileassoc(9) - required for Veriexec
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: RAWHIDE,v 1.31 2008/05/30 20:10:01 tsutsui Exp $
|
||||
# $NetBSD: RAWHIDE,v 1.32 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# Alpha 4100 stripped for action server kernel.
|
||||
#
|
||||
@ -24,7 +24,7 @@ file-system NFS # Sun NFS-compatible file system client
|
||||
file-system NULLFS # Null file system layer
|
||||
file-system KERNFS # Kernel variable file system (/kern)
|
||||
file-system FDESC # File descriptor file system (/dev/fd)
|
||||
file-system PORTAL # Portal file system
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system UMAPFS # User-mapping file system layer
|
||||
file-system PROCFS # Process file system (/proc)
|
||||
file-system UNION # union file system
|
||||
@ -111,3 +111,4 @@ pseudo-device sl
|
||||
pseudo-device vnd
|
||||
pseudo-device clockctl # user control of clock subsystem
|
||||
#pseudo-device fss 4 # file system snapshot device
|
||||
pseudo-device putter # for puffs and pud
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.258 2009/12/03 11:37:55 sborrill Exp $
|
||||
# $NetBSD: GENERIC,v 1.259 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.258 $"
|
||||
#ident "GENERIC-$Revision: 1.259 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
@ -144,7 +144,7 @@ file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
file-system OVERLAY # overlay file system
|
||||
file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system PROCFS # /proc
|
||||
file-system SMBFS # experimental - SMB/CIFS file-system
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
@ -1077,6 +1077,7 @@ options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
#options RF_INCLUDE_PARITY_DECLUSTERING=1
|
||||
#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
|
||||
pseudo-device fss 4 # file system snapshot device
|
||||
pseudo-device putter # for puffs and pud
|
||||
|
||||
pseudo-device md 1 # memory disk device (ramdisk)
|
||||
options MEMORY_DISK_HOOKS # enable root ramdisk
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: XEN3_DOM0,v 1.46 2009/09/07 22:59:47 jmcneill Exp $
|
||||
# $NetBSD: XEN3_DOM0,v 1.47 2009/12/05 20:11:03 pooka Exp $
|
||||
|
||||
include "arch/amd64/conf/std.xen"
|
||||
|
||||
@ -89,7 +89,7 @@ file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
file-system OVERLAY # overlay file system
|
||||
file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
@ -764,6 +764,7 @@ pseudo-device fss 4 # file system snapshot device
|
||||
|
||||
pseudo-device md 1 # memory disk device (ramdisk)
|
||||
pseudo-device vnd # disk-like interface to files
|
||||
pseudo-device putter # for puffs and pud
|
||||
|
||||
# network pseudo-devices
|
||||
pseudo-device bpfilter # Berkeley packet filter
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: XEN3_DOMU,v 1.19 2009/03/25 06:26:44 cegger Exp $
|
||||
# $NetBSD: XEN3_DOMU,v 1.20 2009/12/05 20:11:03 pooka Exp $
|
||||
|
||||
include "arch/amd64/conf/std.xen"
|
||||
|
||||
@ -81,7 +81,7 @@ file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
file-system OVERLAY # overlay file system
|
||||
file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
@ -189,6 +189,7 @@ options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
#options RF_INCLUDE_PARITY_DECLUSTERING=1
|
||||
#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
|
||||
pseudo-device fss 4 # file system snapshot device
|
||||
pseudo-device putter # for puffs and pud
|
||||
|
||||
pseudo-device md 1 # memory disk device (ramdisk)
|
||||
pseudo-device vnd # disk-like interface to files
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: DRACO,v 1.130 2009/01/12 19:16:26 mhitch Exp $
|
||||
# $NetBSD: DRACO,v 1.131 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# This file was automatically created.
|
||||
# Changes will be lost when make is run in this directory.
|
||||
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.130 $"
|
||||
#ident "GENERIC-$Revision: 1.131 $"
|
||||
|
||||
|
||||
maxusers 8
|
||||
@ -101,7 +101,6 @@ file-system KERNFS # kernel data-structure filesystem
|
||||
file-system FDESC # user file descriptor filesystem
|
||||
file-system NULLFS # loopback filesystem
|
||||
file-system OVERLAY # overlay filesystem
|
||||
#file-system PORTAL # Portal filesystem
|
||||
file-system PROCFS # /proc filesystem
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union filesystem
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.259 2009/01/12 19:16:26 mhitch Exp $
|
||||
# $NetBSD: GENERIC,v 1.260 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# This file was automatically created.
|
||||
# Changes will be lost when make is run in this directory.
|
||||
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.259 $"
|
||||
#ident "GENERIC-$Revision: 1.260 $"
|
||||
|
||||
|
||||
maxusers 8
|
||||
@ -113,7 +113,6 @@ file-system KERNFS # kernel data-structure filesystem
|
||||
file-system FDESC # user file descriptor filesystem
|
||||
file-system NULLFS # loopback filesystem
|
||||
file-system OVERLAY # overlay filesystem
|
||||
#file-system PORTAL # Portal filesystem
|
||||
file-system PROCFS # /proc filesystem
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union filesystem
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC.in,v 1.72 2009/01/12 19:11:41 mhitch Exp $
|
||||
# $NetBSD: GENERIC.in,v 1.73 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -56,7 +56,7 @@ include "arch/amiga/conf/std.amiga"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.72 $"
|
||||
#ident "GENERIC-$Revision: 1.73 $"
|
||||
|
||||
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
|
||||
makeoptions COPTS="-Os"
|
||||
@ -155,7 +155,6 @@ m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
|
||||
file-system FDESC # user file descriptor filesystem
|
||||
file-system NULLFS # loopback filesystem
|
||||
file-system OVERLAY # overlay filesystem
|
||||
#file-system PORTAL # Portal filesystem
|
||||
file-system PROCFS # /proc filesystem
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union filesystem
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.1 2009/07/21 09:49:15 phx Exp $
|
||||
# $NetBSD: GENERIC,v 1.2 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/amigappc/conf/std.amigappc"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.1 $"
|
||||
#ident "GENERIC-$Revision: 1.2 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
@ -111,7 +111,6 @@ file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system OVERLAY # overlay file system
|
||||
#file-system PORTAL # portal file system (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NULL,v 1.26 2009/07/21 09:49:15 phx Exp $
|
||||
# $NetBSD: NULL,v 1.27 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# NULL machine description file
|
||||
#
|
||||
@ -7,7 +7,7 @@ include "arch/amigappc/conf/std.amigappc"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.26 $"
|
||||
#ident "GENERIC-$Revision: 1.27 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
@ -95,7 +95,6 @@ file-system ADOSFS # AmigaDOS file system
|
||||
#file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system OVERLAY # overlay file system
|
||||
#file-system PORTAL # portal file system (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ARCTIC,v 1.51 2009/03/06 20:31:47 joerg Exp $
|
||||
# $NetBSD: ARCTIC,v 1.52 2009/12/05 20:11:03 pooka Exp $
|
||||
# $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
|
||||
#
|
||||
# configuration file for DeskStation
|
||||
@ -77,7 +77,6 @@ file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system OVERLAY # overlay file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.161 2009/01/24 05:06:05 mrg Exp $
|
||||
# $NetBSD: GENERIC,v 1.162 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.161 $"
|
||||
#ident "GENERIC-$Revision: 1.162 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -109,7 +109,7 @@ file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
file-system OVERLAY # overlay file system
|
||||
file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
@ -459,6 +459,7 @@ pseudo-device fss 4 # file system snapshot device
|
||||
pseudo-device md 1 # memory disk device (ramdisk)
|
||||
pseudo-device vnd # disk-like interface to files
|
||||
#options VND_COMPRESSION # compressed vnd(4)
|
||||
pseudo-device putter # for puffs and pud
|
||||
|
||||
# network pseudo-devices
|
||||
pseudo-device bpfilter # Berkeley packet filter
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: M403,v 1.48 2009/03/06 20:31:47 joerg Exp $
|
||||
# $NetBSD: M403,v 1.49 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# configuration file for MIPS Magnum 4000 system
|
||||
#
|
||||
@ -70,7 +70,6 @@ file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system OVERLAY # overlay file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: MIMORI,v 1.52 2009/03/06 20:31:47 joerg Exp $
|
||||
# $NetBSD: MIMORI,v 1.53 2009/12/05 20:11:03 pooka Exp $
|
||||
# NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp
|
||||
#
|
||||
# MIMORI -- My NEC RISCstation 2250 (ur)
|
||||
@ -72,7 +72,6 @@ file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system OVERLAY # overlay file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: PICA,v 1.64 2009/03/06 20:31:47 joerg Exp $
|
||||
# $NetBSD: PICA,v 1.65 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# configuration file for ACER PICA system
|
||||
#
|
||||
@ -71,7 +71,6 @@ file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system OVERLAY # overlay file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: RPC44,v 1.34 2009/03/06 20:31:47 joerg Exp $
|
||||
# $NetBSD: RPC44,v 1.35 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.34 $"
|
||||
#ident "GENERIC-$Revision: 1.35 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -97,7 +97,7 @@ file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
file-system OVERLAY # overlay file system
|
||||
file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
@ -269,6 +269,7 @@ wsmouse* at pms?
|
||||
#pseudo-device fss 4 # file system snapshot device
|
||||
pseudo-device md 1 # memory disk device (ramdisk)
|
||||
pseudo-device vnd # disk-like interface to files
|
||||
pseudo-device putter # for puffs and pud
|
||||
|
||||
# network pseudo-devices
|
||||
pseudo-device bpfilter # Berkeley packet filter
|
||||
|
@ -1,11 +1,11 @@
|
||||
#
|
||||
# $NetBSD: ATARITT,v 1.94 2009/11/23 00:18:38 abs Exp $
|
||||
# $NetBSD: ATARITT,v 1.95 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: GENERIC.in,v 1.80 2009/03/06 23:38:07 abs Exp $
|
||||
# NetBSD: GENERIC.in,v 1.81 2009/11/23 00:18:37 abs Exp $
|
||||
include "arch/atari/conf/std.atari"
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
maxusers 16
|
||||
@ -32,7 +32,7 @@ file-system NULLFS # Loopback filesystem
|
||||
file-system OVERLAY # overlay filesystem
|
||||
file-system UNION # union file system
|
||||
file-system UMAPFS # null file system (with uid & gid remapping)
|
||||
file-system PORTAL # portal file system
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system EXT2FS # second extended file system (linux)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
@ -80,6 +80,7 @@ pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device loop # Loopback network
|
||||
pseudo-device md 3 # Boot memory disk
|
||||
pseudo-device putter # for puffs and pud
|
||||
pseudo-device vnd # 3 pseudo disks (see vnconfig)
|
||||
pseudo-device bpfilter # berkeley packet filters
|
||||
pseudo-device tun # network tunnel
|
||||
|
@ -1,11 +1,11 @@
|
||||
#
|
||||
# $NetBSD: FALCON,v 1.91 2009/03/06 23:38:41 abs Exp $
|
||||
# $NetBSD: FALCON,v 1.92 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: GENERIC.in,v 1.80 2009/03/06 23:38:07 abs Exp $
|
||||
# NetBSD: GENERIC.in,v 1.81 2009/11/23 00:18:37 abs Exp $
|
||||
include "arch/atari/conf/std.atari"
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
maxusers 16
|
||||
@ -37,7 +37,7 @@ file-system NULLFS # Loopback filesystem
|
||||
file-system OVERLAY # overlay filesystem
|
||||
file-system UNION # union file system
|
||||
file-system UMAPFS # null file system (with uid & gid remapping)
|
||||
file-system PORTAL # portal file system
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system EXT2FS # second extended file system (linux)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
@ -83,6 +83,7 @@ pseudo-device ppp # ppp
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device loop # Loopback network
|
||||
pseudo-device md 3 # Boot memory disk
|
||||
pseudo-device putter # for puffs and pud
|
||||
pseudo-device vnd # 3 pseudo disks (see vnconfig)
|
||||
pseudo-device bpfilter # berkeley packet filters
|
||||
pseudo-device tun # network tunnel
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: GENERIC.in,v 1.81 2009/11/23 00:18:37 abs Exp $
|
||||
# $NetBSD: GENERIC.in,v 1.82 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# Generic atari
|
||||
#
|
||||
@ -125,7 +125,7 @@ file-system NULLFS # Loopback filesystem
|
||||
file-system OVERLAY # overlay filesystem
|
||||
file-system UNION # union file system
|
||||
file-system UMAPFS # null file system (with uid & gid remapping)
|
||||
file-system PORTAL # portal file system
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system EXT2FS # second extended file system (linux)
|
||||
#file-system LFS # log-structured file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
@ -261,6 +261,7 @@ pseudo-device pty # pseudo-terminals
|
||||
pseudo-device loop # Loopback network
|
||||
#options VND_COMPRESSION # compressed vnd(4)
|
||||
pseudo-device md 3 # Boot memory disk
|
||||
pseudo-device putter # for puffs and pud
|
||||
|
||||
#if !defined(SMALL030_KERNEL)
|
||||
pseudo-device vnd # 3 pseudo disks (see vnconfig)
|
||||
|
@ -1,12 +1,12 @@
|
||||
#
|
||||
# $NetBSD: HADES,v 1.83 2009/03/06 23:38:42 abs Exp $
|
||||
# $NetBSD: HADES,v 1.84 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: HADES.in,v 1.9 2009/01/24 00:19:47 abs Exp $
|
||||
# NetBSD: GENERIC.in,v 1.80 2009/03/06 23:38:07 abs Exp $
|
||||
# NetBSD: GENERIC.in,v 1.81 2009/11/23 00:18:37 abs Exp $
|
||||
include "arch/atari/conf/std.hades"
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
maxusers 16
|
||||
@ -36,7 +36,7 @@ file-system NULLFS # Loopback filesystem
|
||||
file-system OVERLAY # overlay filesystem
|
||||
file-system UNION # union file system
|
||||
file-system UMAPFS # null file system (with uid & gid remapping)
|
||||
file-system PORTAL # portal file system
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system EXT2FS # second extended file system (linux)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
@ -85,6 +85,7 @@ pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device loop # Loopback network
|
||||
pseudo-device md 3 # Boot memory disk
|
||||
pseudo-device putter # for puffs and pud
|
||||
pseudo-device vnd # 3 pseudo disks (see vnconfig)
|
||||
pseudo-device bpfilter # berkeley packet filters
|
||||
pseudo-device tun # network tunnel
|
||||
|
@ -1,12 +1,12 @@
|
||||
#
|
||||
# $NetBSD: MILAN-ISAIDE,v 1.60 2009/03/06 23:38:42 abs Exp $
|
||||
# $NetBSD: MILAN-ISAIDE,v 1.61 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: MILAN.in,v 1.22 2009/01/24 00:19:47 abs Exp $
|
||||
# NetBSD: GENERIC.in,v 1.80 2009/03/06 23:38:07 abs Exp $
|
||||
# NetBSD: GENERIC.in,v 1.81 2009/11/23 00:18:37 abs Exp $
|
||||
include "arch/atari/conf/std.milan"
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
maxusers 16
|
||||
@ -36,7 +36,7 @@ file-system NULLFS # Loopback filesystem
|
||||
file-system OVERLAY # overlay filesystem
|
||||
file-system UNION # union file system
|
||||
file-system UMAPFS # null file system (with uid & gid remapping)
|
||||
file-system PORTAL # portal file system
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system EXT2FS # second extended file system (linux)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
@ -83,6 +83,7 @@ pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device loop # Loopback network
|
||||
pseudo-device md 3 # Boot memory disk
|
||||
pseudo-device putter # for puffs and pud
|
||||
pseudo-device vnd # 3 pseudo disks (see vnconfig)
|
||||
pseudo-device bpfilter # berkeley packet filters
|
||||
pseudo-device tun # network tunnel
|
||||
|
@ -1,12 +1,12 @@
|
||||
#
|
||||
# $NetBSD: MILAN-PCIIDE,v 1.64 2009/03/06 23:38:42 abs Exp $
|
||||
# $NetBSD: MILAN-PCIIDE,v 1.65 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: MILAN.in,v 1.22 2009/01/24 00:19:47 abs Exp $
|
||||
# NetBSD: GENERIC.in,v 1.80 2009/03/06 23:38:07 abs Exp $
|
||||
# NetBSD: GENERIC.in,v 1.81 2009/11/23 00:18:37 abs Exp $
|
||||
include "arch/atari/conf/std.milan"
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
maxusers 16
|
||||
@ -36,7 +36,7 @@ file-system NULLFS # Loopback filesystem
|
||||
file-system OVERLAY # overlay filesystem
|
||||
file-system UNION # union file system
|
||||
file-system UMAPFS # null file system (with uid & gid remapping)
|
||||
file-system PORTAL # portal file system
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system EXT2FS # second extended file system (linux)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
@ -83,6 +83,7 @@ pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device loop # Loopback network
|
||||
pseudo-device md 3 # Boot memory disk
|
||||
pseudo-device putter # for puffs and pud
|
||||
pseudo-device vnd # 3 pseudo disks (see vnconfig)
|
||||
pseudo-device bpfilter # berkeley packet filters
|
||||
pseudo-device tun # network tunnel
|
||||
|
@ -1,11 +1,11 @@
|
||||
#
|
||||
# $NetBSD: SMALL030,v 1.2 2009/03/06 23:38:42 abs Exp $
|
||||
# $NetBSD: SMALL030,v 1.3 2009/12/05 20:11:03 pooka Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
#
|
||||
# Created from:
|
||||
# NetBSD: GENERIC.in,v 1.80 2009/03/06 23:38:07 abs Exp $
|
||||
# NetBSD: GENERIC.in,v 1.81 2009/11/23 00:18:37 abs Exp $
|
||||
include "arch/atari/conf/std.atari"
|
||||
makeoptions COPTS="-Os"
|
||||
maxusers 16
|
||||
@ -40,6 +40,7 @@ pseudo-device sl # Slip
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device loop # Loopback network
|
||||
pseudo-device md 3 # Boot memory disk
|
||||
pseudo-device putter # for puffs and pud
|
||||
pseudo-device view 4 # View (graphics mapping)
|
||||
ncrscsi0 at mainbus0 # NCR5380 SCSI driver
|
||||
zs0 at mainbus0 # Serial support through 8530
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.115 2009/01/24 05:06:05 mrg Exp $
|
||||
# $NetBSD: GENERIC,v 1.116 2009/12/05 20:11:10 pooka Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/bebox/conf/std.bebox"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.115 $"
|
||||
#ident "GENERIC-$Revision: 1.116 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -89,7 +89,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system OVERLAY # overlay file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.46 2009/02/06 18:50:26 jym Exp $
|
||||
# $NetBSD: INSTALL,v 1.47 2009/12/05 20:11:10 pooka Exp $
|
||||
#
|
||||
# First try for BEBOX config file
|
||||
#
|
||||
@ -60,7 +60,6 @@ file-system MSDOSFS
|
||||
#file-system FDESC
|
||||
file-system KERNFS
|
||||
#file-system NULLFS
|
||||
#file-system PORTAL
|
||||
#file-system PROCFS
|
||||
#file-system UMAPFS
|
||||
#file-system UNION
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.127 2009/01/24 05:06:05 mrg Exp $
|
||||
# $NetBSD: GENERIC,v 1.128 2009/12/05 20:11:10 pooka Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -66,7 +66,7 @@ file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
file-system OVERLAY # overlay filesystem
|
||||
file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
@ -552,6 +552,7 @@ pseudo-device fss 4 # file system snapshot device
|
||||
pseudo-device md 1 # memory disk device (ramdisk)
|
||||
pseudo-device vnd # disk-like interface to files
|
||||
#options VND_COMPRESSION # compressed vnd(4)
|
||||
pseudo-device putter # for puffs and pud
|
||||
|
||||
# network pseudo-devices
|
||||
pseudo-device bpfilter # Berkeley packet filter
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.73 2009/03/06 20:31:47 joerg Exp $
|
||||
# $NetBSD: INSTALL,v 1.74 2009/12/05 20:11:10 pooka Exp $
|
||||
#
|
||||
# CATSINST -- CHALTECH CATS Install kernel
|
||||
#
|
||||
@ -42,7 +42,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system OVERLAY # overlay filesystem
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.122 2009/01/24 05:06:05 mrg Exp $
|
||||
# $NetBSD: GENERIC,v 1.123 2009/12/05 20:11:10 pooka Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/cobalt/conf/std.cobalt"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.122 $"
|
||||
#ident "GENERIC-$Revision: 1.123 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -81,7 +81,6 @@ file-system MFS # memory-based filesystem
|
||||
file-system FDESC # user file descriptor filesystem
|
||||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
file-system LFS # Log-based filesystem (still experimental)
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.40 2009/03/06 20:31:48 joerg Exp $
|
||||
# $NetBSD: INSTALL,v 1.41 2009/12/05 20:11:10 pooka Exp $
|
||||
#
|
||||
# INSTALL -- installation and rescue kernel.
|
||||
#
|
||||
@ -10,7 +10,7 @@ include "arch/cobalt/conf/std.cobalt"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "INSTALL-$Revision: 1.40 $"
|
||||
#ident "INSTALL-$Revision: 1.41 $"
|
||||
|
||||
makeoptions COPTS="-Os -mmemcpy"
|
||||
makeoptions CPUFLAGS="-march=vr5000 -mabi=32"
|
||||
@ -74,7 +74,6 @@ file-system MFS # memory-based filesystem
|
||||
#file-system FDESC # user file descriptor filesystem
|
||||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
#file-system LFS # Log-based filesystem (still experimental)
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.91 2009/08/23 14:38:43 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.92 2009/12/05 20:11:10 pooka Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -82,7 +82,6 @@ file-system KERNFS # /kern
|
||||
file-system PROCFS # /proc
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system OVERLAY # overlay file system
|
||||
#file-system PORTAL # portal file system (still experimental)
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system PTYFS # /dev/pts/N support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ADI_BRH,v 1.47 2009/10/11 16:20:22 bsh Exp $
|
||||
# $NetBSD: ADI_BRH,v 1.48 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# ADI_BRH -- ADI Engineering "Big Red Head" i80200 Evaluation Board
|
||||
#
|
||||
@ -39,7 +39,6 @@ file-system NFS # Network file system
|
||||
file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ARMADILLO210,v 1.13 2009/10/11 16:20:22 bsh Exp $
|
||||
# $NetBSD: ARMADILLO210,v 1.14 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# ARMADILLO210 -- Atmark Techno, Armadillo-210
|
||||
#
|
||||
@ -32,7 +32,6 @@ file-system NFS # Network file system
|
||||
#file-system FILECORE # Acorn filecore file system
|
||||
#file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ARMADILLO9,v 1.25 2009/10/11 16:20:22 bsh Exp $
|
||||
# $NetBSD: ARMADILLO9,v 1.26 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# ARMADILLO9 -- Atmark Techno, Armadillo-9
|
||||
#
|
||||
@ -32,7 +32,6 @@ file-system FDESC # /dev/fd
|
||||
#file-system FILECORE # Acorn filecore file system
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: BEAGLEBOARD,v 1.6 2009/10/11 16:20:22 bsh Exp $
|
||||
# $NetBSD: BEAGLEBOARD,v 1.7 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
|
||||
#
|
||||
@ -36,7 +36,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
#file-system FDESC # /dev/fd
|
||||
#file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: CP3100,v 1.14 2009/10/11 16:20:22 bsh Exp $
|
||||
# $NetBSD: CP3100,v 1.15 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# CP3100 -- Certance CP3100 Kernel
|
||||
#
|
||||
@ -40,7 +40,6 @@ file-system NFS # Network file system
|
||||
file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -34,7 +34,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
#file-system FDESC # /dev/fd
|
||||
#file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -35,7 +35,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
#file-system FDESC # /dev/fd
|
||||
#file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -34,7 +34,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
#file-system FDESC # /dev/fd
|
||||
#file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GUMSTIX,v 1.38 2009/10/11 16:20:22 bsh Exp $
|
||||
# $NetBSD: GUMSTIX,v 1.39 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
|
||||
#
|
||||
@ -41,7 +41,7 @@ file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
file-system OVERLAY # overlay file system
|
||||
file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
@ -353,6 +353,7 @@ pseudo-device cgd 4 # cryptographic disk devices
|
||||
#pseudo-device md 1 # memory disk device (ramdisk)
|
||||
pseudo-device vnd # disk-like interface to files
|
||||
options VND_COMPRESSION # compressed vnd(4)
|
||||
pseudo-device putter # for puffs and pud
|
||||
|
||||
# network pseudo-devices
|
||||
pseudo-device bpfilter # Berkeley packet filter
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: HDL_G,v 1.15 2009/10/11 16:20:22 bsh Exp $
|
||||
# $NetBSD: HDL_G,v 1.16 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# HDL_G -- I-O DATA HDL-G Kernel
|
||||
#
|
||||
@ -39,7 +39,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
file-system NTFS # Windows/NT file system (experimental)
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system OVERLAY # overlay file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
file-system SMBFS # experimental - CIFS; also needs nsmb (below)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IMX31LITE,v 1.8 2009/10/11 16:20:22 bsh Exp $
|
||||
# $NetBSD: IMX31LITE,v 1.9 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# IMX31LITE -- Freescale IMX31LITE Evaluation Board Kernel
|
||||
#
|
||||
@ -36,7 +36,6 @@ file-system NFS # Network file system
|
||||
file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
file-system TMPFS # memory file system
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INTEGRATOR,v 1.56 2009/10/11 16:20:22 bsh Exp $
|
||||
# $NetBSD: INTEGRATOR,v 1.57 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# GENERIC -- ARM Integrator board Generic kernel
|
||||
#
|
||||
@ -39,7 +39,6 @@ file-system NFS # Network file system
|
||||
#file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IQ31244,v 1.46 2009/10/11 16:20:22 bsh Exp $
|
||||
# $NetBSD: IQ31244,v 1.47 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# IQ31244 -- Intel IQ31244 Evaluation Board Kernel
|
||||
#
|
||||
@ -39,7 +39,6 @@ file-system NFS # Network file system
|
||||
file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IQ80310,v 1.65 2009/10/11 16:20:22 bsh Exp $
|
||||
# $NetBSD: IQ80310,v 1.66 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# IQ80310 -- Intel IQ80310 Evaluation Board Kernel
|
||||
#
|
||||
@ -39,7 +39,6 @@ file-system NFS # Network file system
|
||||
file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IQ80321,v 1.60 2009/10/11 16:20:22 bsh Exp $
|
||||
# $NetBSD: IQ80321,v 1.61 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# IQ80321 -- Intel IQ80321 Evaluation Board Kernel
|
||||
#
|
||||
@ -39,7 +39,6 @@ file-system NFS # Network file system
|
||||
file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IXDP425,v 1.28 2009/10/11 16:20:22 bsh Exp $
|
||||
# $NetBSD: IXDP425,v 1.29 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# IXDP425 -- Intel IXDP425/IXCDP1100 Development Platform
|
||||
#
|
||||
@ -43,7 +43,6 @@ file-system NFS # Network file system
|
||||
file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IXM1200,v 1.39 2009/10/11 16:20:22 bsh Exp $
|
||||
# $NetBSD: IXM1200,v 1.40 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# IXM1200 -- Intel IXM1200 Evaluation Board Kernel
|
||||
#
|
||||
@ -38,7 +38,6 @@ file-system NFS # Network file system
|
||||
file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -37,7 +37,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
#file-system FDESC # /dev/fd
|
||||
#file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: MPCSA_GENERIC,v 1.10 2009/03/06 20:31:48 joerg Exp $
|
||||
# $NetBSD: MPCSA_GENERIC,v 1.11 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/evbarm/conf/std.mpcsa"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.10 $"
|
||||
#ident "GENERIC-$Revision: 1.11 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -139,7 +139,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system OVERLAY # overlay file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NAPPI,v 1.34 2009/10/11 16:20:22 bsh Exp $
|
||||
# $NetBSD: NAPPI,v 1.35 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# NAPPI -- Netwise APlication Platform Board Kernel
|
||||
#
|
||||
@ -38,7 +38,6 @@ file-system NFS # Network file system
|
||||
file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NSLU2,v 1.15 2009/10/11 16:20:22 bsh Exp $
|
||||
# $NetBSD: NSLU2,v 1.16 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# Linksys NSLU2 "Slug" NAS Device
|
||||
#
|
||||
@ -45,7 +45,6 @@ file-system NFS # Network file system
|
||||
#file-system FDESC # /dev/fd
|
||||
#file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -32,7 +32,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
#file-system FDESC # /dev/fd
|
||||
#file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SMDK2410,v 1.38 2009/10/11 16:20:22 bsh Exp $
|
||||
# $NetBSD: SMDK2410,v 1.39 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# SMDK2410 -- Samsung's S3C2410 evaluation board.
|
||||
#
|
||||
@ -50,7 +50,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
#file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SMDK2800,v 1.39 2009/10/11 16:20:22 bsh Exp $
|
||||
# $NetBSD: SMDK2800,v 1.40 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# SMDK2800 -- Samsung's S3C2800 evaluation board.
|
||||
#
|
||||
@ -46,7 +46,6 @@ file-system NFS # Network file system
|
||||
#file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: TEAMASA_NPWR,v 1.61 2009/10/11 16:20:22 bsh Exp $
|
||||
# $NetBSD: TEAMASA_NPWR,v 1.62 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
|
||||
# server appliance.
|
||||
@ -42,7 +42,6 @@ file-system EXT2FS # second extended file system (linux)
|
||||
file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: TEAMASA_NPWR_FC,v 1.26 2009/10/11 16:20:22 bsh Exp $
|
||||
# $NetBSD: TEAMASA_NPWR_FC,v 1.27 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# TeamASA NPWR-FC, i80321-based SBC
|
||||
#
|
||||
@ -40,7 +40,6 @@ file-system NFS # Network file system
|
||||
file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: TISDP2420,v 1.10 2009/10/11 16:20:23 bsh Exp $
|
||||
# $NetBSD: TISDP2420,v 1.11 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# TISDP2420 -- TI OMAP 2420 Eval Board Kernel
|
||||
#
|
||||
@ -36,7 +36,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
#file-system FDESC # /dev/fd
|
||||
#file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: TISDP2430,v 1.10 2009/10/11 16:20:23 bsh Exp $
|
||||
# $NetBSD: TISDP2430,v 1.11 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# TISDP2430 -- TI OMAP 2430 Eval Board Kernel
|
||||
#
|
||||
@ -35,7 +35,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
#file-system FDESC # /dev/fd
|
||||
#file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: TS7200,v 1.39 2009/10/11 16:20:23 bsh Exp $
|
||||
# $NetBSD: TS7200,v 1.40 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# TS7200 - Kernel for Technologic Systems TS7200 ARM hardware
|
||||
#
|
||||
@ -45,7 +45,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
#file-system FILECORE # Acorn filecore file system
|
||||
file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: TWINTAIL,v 1.31 2009/10/11 16:20:23 bsh Exp $
|
||||
# $NetBSD: TWINTAIL,v 1.32 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
|
||||
#
|
||||
@ -43,7 +43,7 @@ file-system MSDOSFS # MS-DOS file system
|
||||
file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
@ -356,6 +356,7 @@ sm* at mhzc?
|
||||
#pseudo-device md 1 # memory disk device (ramdisk)
|
||||
#pseudo-device vnd # disk-like interface to files
|
||||
#pseudo-device fss 4 # file system snapshot device
|
||||
pseudo-device putter # for puffs and pud
|
||||
|
||||
# network pseudo-devices
|
||||
pseudo-device bpfilter # Berkeley packet filter
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VIPER,v 1.17 2009/10/11 16:20:23 bsh Exp $
|
||||
# $NetBSD: VIPER,v 1.18 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# Arcom Viper
|
||||
#
|
||||
@ -37,7 +37,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
#file-system FILECORE # Acorn filecore file system
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ZAO425,v 1.36 2009/10/11 16:20:23 bsh Exp $
|
||||
# $NetBSD: ZAO425,v 1.37 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# ZAO425 -- Intel IXP425
|
||||
#
|
||||
@ -43,7 +43,6 @@ file-system NFS # Network file system
|
||||
file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: ADM5120,v 1.4 2008/11/24 11:41:10 ad Exp $
|
||||
# $NetBSD: ADM5120,v 1.5 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
|
||||
# DBAu1000 and DBAu1500 evaluation boards.
|
||||
|
||||
include "arch/evbmips/conf/std.adm5120"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.4 $"
|
||||
#ident "GENERIC-$Revision: 1.5 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -66,7 +66,6 @@ file-system NFS # Sun NFS-compatible filesystem client
|
||||
#file-system FDESC # user file descriptor filesystem
|
||||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
#file-system LFS # Log-based filesystem (still experimental)
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: ADM5120-NB,v 1.4 2008/11/24 11:41:10 ad Exp $
|
||||
# $NetBSD: ADM5120-NB,v 1.5 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
|
||||
# DBAu1000 and DBAu1500 evaluation boards.
|
||||
|
||||
include "arch/evbmips/conf/std.adm5120"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.4 $"
|
||||
#ident "GENERIC-$Revision: 1.5 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -66,7 +66,6 @@ file-system NFS # Sun NFS-compatible filesystem client
|
||||
#file-system FDESC # user file descriptor filesystem
|
||||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
#file-system LFS # Log-based filesystem (still experimental)
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: ADM5120-USB,v 1.3 2008/11/24 11:41:10 ad Exp $
|
||||
# $NetBSD: ADM5120-USB,v 1.4 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
|
||||
# DBAu1000 and DBAu1500 evaluation boards.
|
||||
|
||||
include "arch/evbmips/conf/std.adm5120"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.3 $"
|
||||
#ident "GENERIC-$Revision: 1.4 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -62,7 +62,6 @@ file-system NFS # Sun NFS-compatible filesystem client
|
||||
#file-system FDESC # user file descriptor filesystem
|
||||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
#file-system LFS # Log-based filesystem (still experimental)
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: ALCHEMY,v 1.24 2009/05/31 11:09:01 martin Exp $
|
||||
# $NetBSD: ALCHEMY,v 1.25 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
|
||||
# DBAu1000 and DBAu1500 evaluation boards.
|
||||
|
||||
include "arch/evbmips/conf/std.alchemy"
|
||||
|
||||
#ident "ALCHEMY-$Revision: 1.24 $"
|
||||
#ident "ALCHEMY-$Revision: 1.25 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -77,7 +77,6 @@ file-system NFS # Sun NFS-compatible filesystem client
|
||||
file-system FDESC # user file descriptor filesystem
|
||||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
#file-system LFS # Log-based filesystem (still experimental)
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: AP30,v 1.13 2009/03/06 20:31:48 joerg Exp $
|
||||
# $NetBSD: AP30,v 1.14 2009/12/05 20:11:11 pooka Exp $
|
||||
|
||||
include "arch/evbmips/conf/std.atheros"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "AP30-$Revision: 1.13 $"
|
||||
#ident "AP30-$Revision: 1.14 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -75,7 +75,6 @@ file-system NFS # Sun NFS-compatible filesystem client
|
||||
#file-system FDESC # user file descriptor filesystem
|
||||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
#file-system LFS # Log-based filesystem (still experimental)
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GDIUM,v 1.6 2009/08/12 19:39:51 macallan Exp $
|
||||
# $NetBSD: GDIUM,v 1.7 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/evbmips/conf/std.gdium"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GDIUM-$Revision: 1.6 $"
|
||||
#ident "GDIUM-$Revision: 1.7 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
@ -75,7 +75,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
file-system KERNFS # /kern (kernel informational filesystem)
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system OVERLAY # overlay file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: MALTA,v 1.52 2009/09/14 12:52:20 rmind Exp $
|
||||
# $NetBSD: MALTA,v 1.53 2009/12/05 20:11:11 pooka Exp $
|
||||
|
||||
include "arch/evbmips/conf/std.malta"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "MALTA-$Revision: 1.52 $"
|
||||
#ident "MALTA-$Revision: 1.53 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -67,7 +67,6 @@ file-system NFS # Sun NFS-compatible filesystem client
|
||||
#file-system FDESC # user file descriptor filesystem
|
||||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
#file-system LFS # Log-based filesystem (still experimental)
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: MERAKI,v 1.9 2009/03/06 20:31:48 joerg Exp $
|
||||
# $NetBSD: MERAKI,v 1.10 2009/12/05 20:11:11 pooka Exp $
|
||||
|
||||
include "arch/evbmips/conf/std.meraki"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "AP30-$Revision: 1.9 $"
|
||||
#ident "AP30-$Revision: 1.10 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -74,7 +74,6 @@ file-system NFS # Sun NFS-compatible filesystem client
|
||||
#file-system FDESC # user file descriptor filesystem
|
||||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
#file-system LFS # Log-based filesystem (still experimental)
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: RB153,v 1.3 2008/11/24 11:41:10 ad Exp $
|
||||
# $Id: RB153,v 1.3 2008/11/24 11:41:10 ad Exp $
|
||||
# $NetBSD: RB153,v 1.4 2009/12/05 20:11:11 pooka Exp $
|
||||
# $Id: RB153,v 1.4 2009/12/05 20:11:11 pooka Exp $
|
||||
#
|
||||
# Example kernel config for the RouterBOARD 153.
|
||||
|
||||
include "arch/evbmips/conf/std.adm5120"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.3 $"
|
||||
#ident "GENERIC-$Revision: 1.4 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -52,7 +52,6 @@ file-system NULLFS # NULL layered filesystem
|
||||
#file-system FDESC # user file descriptor filesystem
|
||||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
#file-system LFS # Log-based filesystem (still experimental)
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: WGT624V3,v 1.6 2009/03/06 20:31:48 joerg Exp $
|
||||
# $NetBSD: WGT624V3,v 1.7 2009/12/05 20:11:11 pooka Exp $
|
||||
|
||||
include "arch/evbmips/conf/std.atheros"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "AP30-$Revision: 1.6 $"
|
||||
#ident "AP30-$Revision: 1.7 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -76,7 +76,6 @@ file-system NFS # Sun NFS-compatible filesystem client
|
||||
#file-system FDESC # user file descriptor filesystem
|
||||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
#file-system LFS # Log-based filesystem (still experimental)
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: EV64260,v 1.39 2009/03/06 20:31:48 joerg Exp $
|
||||
# $NetBSD: EV64260,v 1.40 2009/12/05 20:11:14 pooka Exp $
|
||||
#
|
||||
# MVP -- Motorola's Multiprocessing Verification Platform
|
||||
#
|
||||
@ -88,7 +88,6 @@ file-system MSDOSFS # MS-DOS file system
|
||||
#file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system OVERLAY # overlay file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: EXPLORA451,v 1.38 2009/03/06 20:31:48 joerg Exp $
|
||||
# $NetBSD: EXPLORA451,v 1.39 2009/12/05 20:11:14 pooka Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -84,7 +84,7 @@ file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
file-system OVERLAY # overlay file system
|
||||
file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
@ -169,6 +169,7 @@ wsmouse* at pms? mux 0
|
||||
|
||||
pseudo-device md 1 # memory disk device (ramdisk)
|
||||
pseudo-device vnd # disk-like interface to files
|
||||
pseudo-device putter # for puffs and pud
|
||||
|
||||
# network pseudo-devices
|
||||
pseudo-device bpfilter # Berkeley packet filter
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: OPENBLOCKS200,v 1.22 2009/03/06 20:31:48 joerg Exp $
|
||||
# $NetBSD: OPENBLOCKS200,v 1.23 2009/12/05 20:11:14 pooka Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -69,7 +69,7 @@ file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
file-system OVERLAY # overlay file system
|
||||
file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
@ -230,3 +230,4 @@ pseudo-device rnd # /dev/random and in-kernel generator
|
||||
pseudo-device clockctl # user control of clock subsystem
|
||||
pseudo-device ksyms # /dev/ksyms
|
||||
pseudo-device kttcp # kernel ttcp
|
||||
pseudo-device putter # for puffs and pud
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: OPENBLOCKS266,v 1.43 2008/11/24 11:41:11 ad Exp $
|
||||
# $NetBSD: OPENBLOCKS266,v 1.44 2009/12/05 20:11:14 pooka Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.obs405"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "OPENBLOCKS266-$Revision: 1.43 $"
|
||||
#ident "OPENBLOCKS266-$Revision: 1.44 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -84,7 +84,7 @@ file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
file-system OVERLAY # overlay file system
|
||||
file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
@ -223,3 +223,4 @@ pseudo-device pty # pseudo-terminals
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
pseudo-device clockctl # user control of clock subsystem
|
||||
pseudo-device ksyms # /dev/ksyms
|
||||
pseudo-device putter # for puffs and pud
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: PMPPC,v 1.9 2009/08/21 16:54:20 tsutsui Exp $
|
||||
# $NetBSD: PMPPC,v 1.10 2009/12/05 20:11:14 pooka Exp $
|
||||
#
|
||||
# PMPPC
|
||||
#
|
||||
@ -68,7 +68,7 @@ file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
file-system OVERLAY # overlay file system
|
||||
file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
||||
file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
@ -445,6 +445,7 @@ pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
pseudo-device clockctl # user control of clock subsystem
|
||||
pseudo-device putter # for puffs and pud
|
||||
|
||||
# wscons pseudo-devices
|
||||
pseudo-device wsmux # mouse & keyboard multiplexor
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VIRTEX_DFC,v 1.6 2009/03/06 20:31:48 joerg Exp $
|
||||
# $NetBSD: VIRTEX_DFC,v 1.7 2009/12/05 20:11:14 pooka Exp $
|
||||
#
|
||||
# VIRTEX_DFC
|
||||
#
|
||||
@ -85,7 +85,6 @@ file-system FDESC # /dev/fd
|
||||
#file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
#file-system OVERLAY # overlay file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user