summaryrefslogtreecommitdiffstats
path: root/release/picobsd/router
Commit message (Collapse)AuthorAgeFilesLines
* CURRENT has devfs, so we do not need to specify what devices weluigi2002-03-101-1/+1
| | | | want on the MFS image. Update the config files accordingly.
* Remove options INTRO_USERCONFIG, MFS, USERCONFIG and VISUAL_USERCONFIGjoe2001-09-201-4/+0
| | | | | from the PicoBSD kernel files as they're not relevant any more to -current.
* Remove support of I386_CPU in -current.luigi2001-06-211-1/+2
| | | | | | | | | 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...)
* MF4S: Syncronise with Luigi's work in -stable.joe2001-04-244-43/+2
|
* FFS_ROOT was made obsolete, so remove it from the PicoBSD kernels.joe2001-04-221-1/+0
|
* Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY inru2001-04-031-1/+1
| | | | ${CFLAGS}. The only supported method thus is -DRELEASE_CRUNCH.
* Add the MD_ROOT_SIZE option.luigi2001-02-011-0/+1
| | | | These files might need further work before producing a compilable kernel.
* Remove COMPAT_OLDPCI.joe2000-12-221-1/+0
|
* Wrap the build options up into the crunch.conf file now that crunchgenjoe2000-11-152-12/+3
| | | | knows what to do with them.
* Remove libipsec and libradius. We're now building without supportjoe2000-11-081-1/+1
| | | | for these by default.
* Fold the buildopts into the existing crunch.inc file.joe2000-11-031-0/+12
| | | | | | Deprecate the "global" crunch.inc file and the CRUNCHFLAGS global build options. Tools not policy. Move these global settings out into each picobsd distribution.
* Make these PICOBSD's compile... well, almost. Still some work tojoe2000-10-181-2/+3
| | | | do on PPP (atm problems.)
* Fix the PICOBSD kernel configs. They're now converted to usejoe2000-10-152-28/+73
| | | | | | | | | | | | | | 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.
* Commit PicoBSD mega-patch:dwhite2000-04-252-4/+8
| | | | | | | | | | | | | | | . 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>
* Remove "conflicts" from kernel config files for picobsd.patrick2000-03-161-1/+1
| | | | | PR: 17383 Submitted by: Kelly Yancey <kbyanc@posi.net>
* Update configuration files, remove unused mfs.mtreeluigi2000-02-094-107/+10
| | | | Approved-by: jordan
* Remove unused filesluigi2000-02-084-25/+0
| | | | Approved-by: jordan
* Remove unused files.luigi2000-02-081-0/+0
| | | | Approved-by: jordan
* A forgotten "disk" -> "device".pb1999-11-301-6/+6
|
* Make the following changes to PicoBSD kernel configurations:pb1999-11-281-1/+2
| | | | | | | - to account for recent changes in MFS: add pseudo-device md replace MFS_ROOT with MD_ROOT - replace deprecated "disk" with "device"
* Add file which was missed in last commits due to CVS problemsroger1999-08-281-0/+18
|
* $Id$ -> $FreeBSD$peter1999-08-2811-11/+11
|
* Add 'options MFS_ROOT' back in to kernel configs -- not going to get fardwhite1999-08-231-1/+2
| | | | without that!
* Remove some files probably forgotten from previous commit.luigi1999-08-236-92/+0
|
* Add missing file probably forgotten from previous commitluigi1999-08-231-0/+100
|
* More cleanup: move device entries in Picobsd makefiles in a moreluigi1999-08-231-2/+3
| | | | accessible place.
* Major PicoBSD update by luigi with some debugging help from myself.dwhite1999-08-2230-1039/+42
| | | | | | | | | | | | | | . Now builds on -STABLE (-CURRENT is broken due to bugs) . etc directory contents centralized instead of in each type directory (can exclude & override as desired) . Removed extraneous language files (lang files for rc really necessary?) . dialog-based build tool with support for custom floppy builds . MFS image loads as a mfs_root module instead of compiled into kernel THIS IS BROKEN ON CURRENT. I'll MFC to -STABLE immediately following. luigi tells me I have an OK from jkh on the MFC. Submitted by: luigi
* Rename bpfilter to bpf.des1999-07-061-2/+2
|
* Update to PicoBSD 0.44 from RELENG_3roger1999-06-143-6/+6
|
* Update to PicoBSD 0.44 from RELENG_roger1999-06-142-10/+7
|
* Update PicoBSD kernel config files. Changes areroger1999-05-241-39/+43
| | | | | | | | | | removal of bio, tty, net removal of quotes switches from isa? to nexus? or atkbdc? additional comments These bring the kernel config files in sync with those in RELENG_3
* Deal with MAKEDEV's braindedness.abial1999-05-051-2/+6
| | | | | Submitted by: Patrick Powell <papowell@astart4.astart.com> Reviewed by: abial
* Change references from "passwordperiod" to "passwordtime", sincehoek1999-04-301-2/+2
| | | | | | "passwordtime" is what passwd(1) has actually been using. I suspect passwordperiod was the original intent. I can't figure-out which, if either, BSDi uses. If anyone knows...
* Merge from RELENG_3.abial1999-02-125-12/+8
|
* Use ppbus instead of the lpt driver.des1999-02-101-2/+6
|
* Fix copy & paste error.abial1999-01-181-2/+2
| | | | Submitted by: Reinier Bezuidenhout <rbezuide@oskar.nanoteq.co.za>
* Use the new kget syntax.abial1999-01-142-4/+4
|
* Add natd entry.abial1999-01-141-0/+1
|
* Change to new syscons devices.abial1999-01-142-4/+8
|
* Oops, I missed a few more /etc/nologin references yesterday. It appearsasami1999-01-121-2/+2
| | | | | | my check of the tree was incomplete. Sorry guys. Reported by: Ben Smithurst <ben@scientia.demon.co.uk>
* Back out previous commit. The bpfilter -> bpf transition will have to be ades1998-11-031-2/+2
| | | | flag day unless we can hack config(8) to smooth things over.
* Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legaldes1998-11-031-2/+2
| | | | and will stick around for a while.
* Changed my e-mail address.abial1998-11-015-7/+7
|
* Remove redundant files (they are recreated during building from templatesabial1998-10-255-62/+0
| | | | in ../../lang/).
* Changes to comply with new syntax.abial1998-10-251-25/+19
| | | | Noticed by: bde, the Hawk Eye :-)
* Various fixups and corrections to match the 3.0-RELEASE tree.abial1998-10-154-7/+8
| | | | The PicoBSD version is now 0.42.
* Make proper use of ${suffix} instead of hardwired suffixes.abial1998-09-291-2/+2
| | | | Pointed out by: Randal Masutani <randal@comtest.com>
* Small rearrangements for a bugfix release 0.41.abial1998-09-2611-61/+15
|
* Turn off options BRIDGE and DUMMYNET again - there are still some piecesabial1998-09-241-3/+3
| | | | missing. But I hope this will be ready before 3.0-R.
* Turn on support for bridging and b/w limiting.abial1998-09-231-3/+3
|
OpenPOWER on IntegriCloud