History log of /freebsd-10.0-release/release/picobsd/bridge/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


246932 18-Feb-2013 luigi

the NO_PAM option has been finally removed in favor of WITHOUT_PAM.


202755 21-Jan-2010 ed

Remove libulog from the bootstrap again.

libulog now only provides functions that are used by various packages
from the ports tree, namely the libutempter ones. There is no reason to
link it into the crunch/fixit binaries anymore.


201034 27-Dec-2009 luigi

put back the HZ setting or we see poor timing under qemu

MFC after: 3 days


200300 09-Dec-2009 luigi

use default HZ


200299 09-Dec-2009 luigi

add -lulog, the program "less" and a comment


199040 08-Nov-2009 luigi

create an SMP kernel by default in picobsd


197119 12-Sep-2009 luigi

ifconfig now needs -ljail
(this needs to go to RELENG_8 as well after the release is out)

MFC after: 1 month


190760 06-Apr-2009 luigi

add some popular device and comment some potentially useful options


190421 25-Mar-2009 luigi

This config file uses dynamically linked binaries, which is more
convenient when you want to import other programs because the
libraries will not be replicated.

Given that there are no floppies around anymore, I have bumped
the fd size to 4MB (which is more than reasonable even for
embedded platforms) and gives some room for other utilities.

MFC after: 3 days


190420 25-Mar-2009 luigi

devfs is the standard now


190385 24-Mar-2009 luigi

remove stale comments on the size of objects, they are more
than 10 years old and do not reflect reality anymore.

Also remove some commented out entries that have no hope to
be useful anymore.


189234 01-Mar-2009 luigi

remove duplicate entries for isa and npx, they are
in by default now


188834 19-Feb-2009 luigi

update 'sio' with 'uart' and apply related changes.


178428 22-Apr-2008 thompsa

libbsdxml is now required by ifconfig(8).

Submitted by: Florian Smeets


173597 14-Nov-2007 luigi

Fix picobsd builds. Changes include:
- use proper make configuration for the build, using
${BINMAKE} as evaluated by ${VERSION}/src/Makefile
- remove -lmytinfo from crunch.conf
- remove support for login_access in tinyware/login
- remove "machine i386" from the kernel config file

It might actually be interesting to extend the script to do
a cross build for !i386 ...

MFC after: 3 days


164491 22-Nov-2006 rodrigc

Remove references to mount_std, mount_procfs.

Reminded by: ru


162390 18-Sep-2006 marck

Clean obsolete reference to the old NMBCLUSTERS kernel option.
It seems the last reference (modulo manual pages where such obsoleteness
clearly highlighted).

Approved by: re (bmah - kinda)
MFC after: 3 days


156905 20-Mar-2006 ru

Extend coverage of the MK_IPX build option to the following:

- <netipx> headers [1]
- IPX library (libipx)
- IPX support in ifconfig(8)
- IPXrouted(8)
- new MK_NCP option

New MK_NCP build option controls:

- <netncp> and <fs/nwfs> headers
- NCP library (libncp)
- ncplist(1) and ncplogin(1)
- mount_nwfs(8)
- ncp and nwfs kernel modules

User knobs: WITHOUT_IPX, WITHOUT_IPX_SUPPORT, WITHOUT_NCP.

[1] <netsmb/netbios.h> unconditionally uses <netipx> headers
so they are still installed. This needs to be dealt with.


155140 31-Jan-2006 luigi

tweaks to let this configuratio build and run under, e.g., qemu:
- add -lgeom
- use bsdlabel instead of disklabel
- increase image size to 2.88M (plenty of free space left)

note, this is not really a bridge because the old-style
bridging code is not in 7.0 anymore, so the kernel config
file should be changed.


150636 27-Sep-2005 mlaier

Remove bridge(4) from the tree. if_bridge(4) is a full functional
replacement and has additional features which make it superior.

Discussed on: -arch
Reviewed by: thompsa
X-MFC-after: never (RELENG_6 as transition period)


139126 21-Dec-2004 ru

NOPAM -> NO_PAM


139125 21-Dec-2004 ru

NOIPSEC -> TRACEROUTE_NO_IPSEC


139118 21-Dec-2004 ru

Overhaul ppp(8) build options so they are safe to use in
/etc/make.conf:

NOALIAS -> retired (support provided by PPP_NO_NAT)
NOATM -> PPP_NO_ATM (also subject to NO_ATM global)
NODES -> PPP_NO_DES (support was broken, now recovered)
NOI4B -> PPP_NO_I4B (also subject to NO_I4B global)
NOKLDLOAD -> PPP_NO_KLDLOAD
NONAT -> PPP_NO_NAT
NONETGRAPH -> PPP_NO_NETGRAPH
NOPAM -> PPP_NO_PAM (will be subject to NO_PAM global)
NORADIUS -> PPP_NO_RADIUS
NOSUID -> retired (support provided by PPP_NO_SUID)
PPP_NOSUID -> PPP_NO_SUID


139115 21-Dec-2004 ru

NOINET6 -> NO_INET6


137792 16-Nov-2004 jhb

Remove no longer needed I386_CPU option (it was commented out anyways).


127350 24-Mar-2004 luigi

fix building of bridge floppies


116688 22-Jun-2003 luigi

comment out the 'sshd' entries as the image is now 1460KB
and does not fit into a floppy anymore (1403kb available).

There is not much you can do now except bumping up the image size
(by uncommenting the "fd_size=2880" line in ./config),
at which point you can uncomment sshd, the associated library,
and all the good stuff such as tcpdump and natd and ppp that
you might want on such a box.

A similar change should be applied to other picobsd image types.


116687 22-Jun-2003 luigi

Make this compile again: we need to specify a scheduler,
and remove the count for devices "sc" and "atkbdc"

This change does not apply to RELENG_4.


102344 24-Aug-2002 luigi

Mention the special pathname @__CWD__@

Modify entry for libgmd (used by ssh) now that it is not part of the
base system anymore.


95047 19-Apr-2002 ru

Record libtelnet.a death.


92027 10-Mar-2002 luigi

CURRENT has devfs, so we do not need to specify what devices we
want on the MFS image. Update the config files accordingly.


92025 10-Mar-2002 luigi

Add back the "sis" driver, we had some room left...


91938 09-Mar-2002 luigi

Make this fit again into a 1.44 floppy.
We had to give up DDB and grep this time...

Add a hint in "config" on how to increase the image size so
we can stuff more things in the image (mostly for use on a CDROM).


90661 14-Feb-2002 luigi

Put a more reasonable path for "more" sources in crunch.conf,
and disable telnet and friends in favour of ssh/sshd/scp.

Pull out a few NIC drivers from the config file to make the
image fit into a 1.44 image again. I have left "lnc" in as that is
emulated by vmware so this can be booted there.


84314 01-Oct-2001 luigi

Remove some entries to make the image fit into a floppy again.


84313 01-Oct-2001 luigi

Whoops, I whould have removed the old entry...


84312 01-Oct-2001 luigi

Move up the tinyware entry so things are looked up there first.


84171 30-Sep-2001 luigi

Add "ln" entries for ssh, ssh1 and scp


83719 20-Sep-2001 joe

Remove options INTRO_USERCONFIG, MFS, USERCONFIG and VISUAL_USERCONFIG
from the PicoBSD kernel files as they're not relevant any more to
-current.


83086 05-Sep-2001 luigi

Remove "more" from the list, the port has not been committed yet.
Remove "mount_nfs" to reduce image size.


83085 05-Sep-2001 luigi

Add lnc driver, so one can test picobsd images with vmware


78544 21-Jun-2001 luigi

Remove tcpdump from the list of binaries. When cross-compiling
I get a link error on in6addr_<something> and i cannot find the
symbol in any of the libraries. It might be my mistake, but in any
case the crunched binary would overflow the floppy, so...

This applies to -current only.


78543 21-Jun-2001 luigi

Remove support of I386_CPU in -current.
Make sure hints are statically compiled into the kernel,
because the bootloader is not available in picobsd and so the
hints file cannot be found at run time.

(This is kind of inconvenient if you have to handle non PnP devices,
but fortunately these days non-PnP ISA cards are disappearing...)


77579 01-Jun-2001 ru

mount_msdos(8) -> mount_msdosfs(8).


75899 24-Apr-2001 joe

MF4S: Syncronise with Luigi's work in -stable.


75883 23-Apr-2001 joe

MF4S: Syncronise with Luigi's work in -stable.


75843 22-Apr-2001 joe

FFS_ROOT was made obsolete, so remove it from the PicoBSD kernels.


72625 18-Feb-2001 luigi

Make the right device entries for atapi disks


71903 01-Feb-2001 luigi

Add a required option, MD_ROOT_SIZE

also put in a better set of devices and options.


70314 23-Dec-2000 joe

MF4: Update the bridge kernel config file to reflect the structure and
order that Luigi has just committed to RELENG_4.


70270 22-Dec-2000 joe

Remove COMPAT_OLDPCI.


68752 15-Nov-2000 joe

Wrap the build options up into the crunch.conf file now that crunchgen
knows what to do with them.


68473 08-Nov-2000 joe

Remove libipsec and libradius. We're now building without support
for these by default.


68273 03-Nov-2000 joe

Fold the buildopts into the existing crunch.inc file.

Deprecate the "global" crunch.inc file and the CRUNCHFLAGS global build
options. Tools not policy. Move these global settings out into each
picobsd distribution.


67302 18-Oct-2000 joe

Make these PICOBSD's compile... well, almost. Still some work to
do on PPP (atm problems.)


67175 15-Oct-2000 joe

Fix the PICOBSD kernel configs. They're now converted to use
Peter's new format, and I'd added hints files for each.

The build process uses the PICOBSD.hints file as well as the config,
and additionally builds with -DNO_MODULES. The build process
probably needs to be converted to use the 'buildkernel' method
instead of running config itself.

The kernels now compile. I've not been able to test the crunch
process however because it used the vn driver and there are no
/dev/vn device nodes under devfs yet. Maybe someone else could
give it a go.


59627 25-Apr-2000 dwhite

Commit PicoBSD mega-patch:
. Bring PicoBSD up to date with -CURRENT reality.
. Make PicoBSD smart and not spam /dev/vn0 and /mnt. Now it uses the first
unused vn device and creates a temporary mountpoint in /tmp.
. Miscellaneous build cleanups and optimizations.

Unfortunately the bridge, isp, and router floppies are too big and need
the axe treatment. The install floppy needs updating to -CURRENT. Dial and
net build and (appear to) run OK. I will be adressing these in the
near future (unless someone beats me to it :-) ).

PR: misc/17737
Submitted by: Omachonu Ogali <oogali@intranova.net>


58128 16-Mar-2000 patrick

Remove "conflicts" from kernel config files for picobsd.

PR: 17383
Submitted by: Kelly Yancey <kbyanc@posi.net>


57089 09-Feb-2000 luigi

Populate directory...

Approved-by: jordan


57088 09-Feb-2000 luigi

Crunched image config for bridge

Approved-by: jordan


57087 09-Feb-2000 luigi

Misc files for bridge floppy type

Approved-by: jordan


57086 09-Feb-2000 luigi

Config file for bridge image

Approved-by: jordan