Go to file
Thomas Veerman 6759b24c57 /etc/rc: use mount -a instead of manual parsing
The rc script manually parses /etc/fstab to mount all file systems.
To do that it needs /bin/sed which does not exist anymore. mount(8)
now supports the -a flag which causes it to mount all file systems
listed in /etc/fstab except for '/'. File systems marked with 'noauto'
are skipped.
2012-06-20 10:48:38 +00:00
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
bin No need to define NETBSD_SOURCE explicitly 2012-06-18 10:53:34 +00:00
commands /etc/rc: use mount -a instead of manual parsing 2012-06-20 10:48:38 +00:00
common Remove MINIXSRCDIR and use NETBSDSRCDIR 2012-06-18 10:53:35 +00:00
dist/bzip2 import NetBSD bzip2 and libbz2 2011-11-18 11:11:04 +01:00
docs Import NetBSD xinstall 2012-06-18 10:54:50 +00:00
drivers Don't build ext2 ramdisk for cross compilation 2012-06-18 10:54:56 +00:00
etc /etc/rc: use mount -a instead of manual parsing 2012-06-20 10:48:38 +00:00
external Import NetBSD flex 2012-06-18 10:54:47 +00:00
gnu/dist Add gnu directory for gmake 2012-06-18 10:53:38 +00:00
include Remove MINIXSRCDIR and use NETBSDSRCDIR 2012-06-18 10:53:35 +00:00
kernel Use MACHINE_ARCH instead of ARCH 2012-06-18 10:53:35 +00:00
lib generate offsets for ucontext.S 2012-06-19 15:47:25 +02:00
libexec No need to define NETBSD_SOURCE explicitly 2012-06-18 10:53:34 +00:00
man /etc/rc: use mount -a instead of manual parsing 2012-06-20 10:48:38 +00:00
releasetools Fix release script 2012-06-19 08:50:33 +00:00
sbin Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
servers Use MACHINE_ARCH instead of ARCH 2012-06-18 10:53:35 +00:00
share Don't build ext2 ramdisk for cross compilation 2012-06-18 10:54:56 +00:00
sys Add mk and h files needed for cross compilation 2012-06-18 10:53:37 +00:00
test drop segment from safecopy invocations 2012-06-16 16:22:51 +00:00
tools Make mkfs.mfs cross compilable 2012-06-18 10:54:54 +00:00
usr.bin xinstall fix for cross compilation 2012-06-18 10:54:52 +00:00
usr.sbin mkfs.mfs: no need to include a.out.h 2012-06-18 13:39:21 +00:00
.gitignore Update gitignore for releasetools 2012-06-18 10:54:52 +00:00
build.sh Cross compile MFS ramdisk 2012-06-18 10:54:55 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile Import NetBSD tools and build.sh 2012-06-18 10:54:51 +00:00