Date: Thu, 28 Sep 2006 21:09:10 +0000 (UTC) From: Julian Elischer <julian@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/tools/tinybsd CHANGES README tinybsd src/tools/tools/tinybsd/conf/bridge TINYBSD tinybsd.basefiles src/tools/tools/tinybsd/conf/bridge/etc fstab rc.conf sysctl.conf src/tools/tools/tinybsd/conf/default TINYBSD tinybsd.basefiles ... Message-ID: <200609282109.k8SL9Akv056658@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 2006-09-28 21:09:10 UTC
FreeBSD src repository
Added files: (Branch: RELENG_6)
tools/tools/tinybsd CHANGES README tinybsd
tools/tools/tinybsd/conf/bridge TINYBSD tinybsd.basefiles
tools/tools/tinybsd/conf/bridge/etc fstab rc.conf sysctl.conf
tools/tools/tinybsd/conf/default TINYBSD tinybsd.basefiles
tools/tools/tinybsd/conf/default/etc fstab rc.conf
tools/tools/tinybsd/conf/firewall TINYBSD tinybsd.basefiles
tools/tools/tinybsd/conf/firewall/etc fstab natd.conf pf.conf
pf.os rc.conf
rc.firewall sysctl.conf
tools/tools/tinybsd/conf/firewall/etc/authpf authpf.rules
tools/tools/tinybsd/conf/minimal TINYBSD tinybsd.basefiles
tools/tools/tinybsd/conf/minimal/etc fstab rc.conf
tools/tools/tinybsd/conf/vpn TINYBSD tinybsd.basefiles
tools/tools/tinybsd/conf/vpn/etc fstab rc.conf setkey.conf
tools/tools/tinybsd/conf/wireless TINYBSD tinybsd.basefiles
tools/tools/tinybsd/conf/wireless/etc fstab natd.conf pf.conf
pf.os rc.conf
rc.firewall
tools/tools/tinybsd/conf/wireless/etc/authpf authpf.rules
tools/tools/tinybsd/conf/wrap TINYBSD tinybsd.basefiles
tools/tools/tinybsd/conf/wrap/etc fstab rc.conf ttys
Log:
MFC: Make the tinybsd framework a peer of nanobsd and picobsd in the tree
Some patches to come.
Approved by: re (ken)
Revision Changes Path
1.1.2.1 +43 -0 src/tools/tools/tinybsd/CHANGES (new)
1.1.2.1 +253 -0 src/tools/tools/tinybsd/README (new)
1.2.2.1 +162 -0 src/tools/tools/tinybsd/conf/bridge/TINYBSD (new)
1.1.2.1 +2 -0 src/tools/tools/tinybsd/conf/bridge/etc/fstab (new)
1.2.2.1 +17 -0 src/tools/tools/tinybsd/conf/bridge/etc/rc.conf (new)
1.2.2.1 +5 -0 src/tools/tools/tinybsd/conf/bridge/etc/sysctl.conf (new)
1.1.2.1 +242 -0 src/tools/tools/tinybsd/conf/bridge/tinybsd.basefiles (new)
1.2.2.1 +179 -0 src/tools/tools/tinybsd/conf/default/TINYBSD (new)
1.1.2.1 +2 -0 src/tools/tools/tinybsd/conf/default/etc/fstab (new)
1.2.2.1 +12 -0 src/tools/tools/tinybsd/conf/default/etc/rc.conf (new)
1.1.2.1 +253 -0 src/tools/tools/tinybsd/conf/default/tinybsd.basefiles (new)
1.2.2.1 +175 -0 src/tools/tools/tinybsd/conf/firewall/TINYBSD (new)
1.1.2.1 +1 -0 src/tools/tools/tinybsd/conf/firewall/etc/authpf/authpf.rules (new)
1.1.2.1 +2 -0 src/tools/tools/tinybsd/conf/firewall/etc/fstab (new)
1.1.2.1 +1 -0 src/tools/tools/tinybsd/conf/firewall/etc/natd.conf (new)
1.1.2.1 +78 -0 src/tools/tools/tinybsd/conf/firewall/etc/pf.conf (new)
1.1.2.1 +549 -0 src/tools/tools/tinybsd/conf/firewall/etc/pf.os (new)
1.2.2.1 +41 -0 src/tools/tools/tinybsd/conf/firewall/etc/rc.conf (new)
1.1.2.1 +302 -0 src/tools/tools/tinybsd/conf/firewall/etc/rc.firewall (new)
1.1.2.1 +5 -0 src/tools/tools/tinybsd/conf/firewall/etc/sysctl.conf (new)
1.1.2.1 +245 -0 src/tools/tools/tinybsd/conf/firewall/tinybsd.basefiles (new)
1.2.2.1 +83 -0 src/tools/tools/tinybsd/conf/minimal/TINYBSD (new)
1.1.2.1 +2 -0 src/tools/tools/tinybsd/conf/minimal/etc/fstab (new)
1.2.2.1 +12 -0 src/tools/tools/tinybsd/conf/minimal/etc/rc.conf (new)
1.1.2.1 +172 -0 src/tools/tools/tinybsd/conf/minimal/tinybsd.basefiles (new)
1.2.2.1 +162 -0 src/tools/tools/tinybsd/conf/vpn/TINYBSD (new)
1.1.2.1 +2 -0 src/tools/tools/tinybsd/conf/vpn/etc/fstab (new)
1.2.2.1 +22 -0 src/tools/tools/tinybsd/conf/vpn/etc/rc.conf (new)
1.1.2.1 +1 -0 src/tools/tools/tinybsd/conf/vpn/etc/setkey.conf (new)
1.2.2.1 +227 -0 src/tools/tools/tinybsd/conf/vpn/tinybsd.basefiles (new)
1.2.2.1 +174 -0 src/tools/tools/tinybsd/conf/wireless/TINYBSD (new)
1.1.2.1 +1 -0 src/tools/tools/tinybsd/conf/wireless/etc/authpf/authpf.rules (new)
1.1.2.1 +2 -0 src/tools/tools/tinybsd/conf/wireless/etc/fstab (new)
1.1.2.1 +1 -0 src/tools/tools/tinybsd/conf/wireless/etc/natd.conf (new)
1.1.2.1 +78 -0 src/tools/tools/tinybsd/conf/wireless/etc/pf.conf (new)
1.1.2.1 +549 -0 src/tools/tools/tinybsd/conf/wireless/etc/pf.os (new)
1.2.2.1 +32 -0 src/tools/tools/tinybsd/conf/wireless/etc/rc.conf (new)
1.1.2.1 +302 -0 src/tools/tools/tinybsd/conf/wireless/etc/rc.firewall (new)
1.1.2.1 +238 -0 src/tools/tools/tinybsd/conf/wireless/tinybsd.basefiles (new)
1.2.2.1 +141 -0 src/tools/tools/tinybsd/conf/wrap/TINYBSD (new)
1.1.2.1 +2 -0 src/tools/tools/tinybsd/conf/wrap/etc/fstab (new)
1.2.2.1 +12 -0 src/tools/tools/tinybsd/conf/wrap/etc/rc.conf (new)
1.1.2.1 +308 -0 src/tools/tools/tinybsd/conf/wrap/etc/ttys (new)
1.1.2.1 +238 -0 src/tools/tools/tinybsd/conf/wrap/tinybsd.basefiles (new)
1.1.2.1 +220 -0 src/tools/tools/tinybsd/tinybsd (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609282109.k8SL9Akv056658>
