History log of /freebsd-10.0-release/release/picobsd/bridge/PICOBSD
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


# 201034 26-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


# 199040 08-Nov-2009 luigi

create an SMP kernel by default in picobsd


# 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


# 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.


# 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


# 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


# 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)


# 137792 16-Nov-2004 jhb

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


# 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.


# 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.


# 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.


# 83085 05-Sep-2001 luigi

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


# 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...)


# 75843 22-Apr-2001 joe

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


# 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.


# 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>


# 57086 09-Feb-2000 luigi

Config file for bridge image

Approved-by: jordan