summaryrefslogtreecommitdiffstats
path: root/release/picobsd/bridge
Commit message (Collapse)AuthorAgeFilesLines
* remove duplicate entries for isa and npx, they areluigi2009-03-011-4/+0
| | | | in by default now
* update 'sio' with 'uart' and apply related changes.luigi2009-02-193-12/+17
|
* libbsdxml is now required by ifconfig(8).thompsa2008-04-221-0/+1
| | | | Submitted by: Florian Smeets
* Fix picobsd builds. Changes include:luigi2007-11-142-2/+2
| | | | | | | | | | | | | - 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
* Remove references to mount_std, mount_procfs.rodrigc2006-11-221-3/+0
| | | | Reminded by: ru
* Clean obsolete reference to the old NMBCLUSTERS kernel option.marck2006-09-181-1/+0
| | | | | | | | It seems the last reference (modulo manual pages where such obsoleteness clearly highlighted). Approved by: re (bmah - kinda) MFC after: 3 days
* Extend coverage of the MK_IPX build option to the following:ru2006-03-201-1/+2
| | | | | | | | | | | | | | | | | | | | | - <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.
* tweaks to let this configuratio build and run under, e.g., qemu:luigi2006-01-312-2/+4
| | | | | | | | | | - 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.
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-271-1/+1
| | | | | | | | replacement and has additional features which make it superior. Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG_6 as transition period)
* NOPAM -> NO_PAMru2004-12-211-1/+1
|
* NOIPSEC -> TRACEROUTE_NO_IPSECru2004-12-211-1/+1
|
* Overhaul ppp(8) build options so they are safe to use inru2004-12-211-1/+1
| | | | | | | | | | | | | | | | /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
* NOINET6 -> NO_INET6ru2004-12-211-1/+1
|
* Remove no longer needed I386_CPU option (it was commented out anyways).jhb2004-11-161-1/+0
|
* fix building of bridge floppiesluigi2004-03-241-1/+2
|
* comment out the 'sshd' entries as the image is now 1460KBluigi2003-06-221-2/+2
| | | | | | | | | | | | 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.
* Make this compile again: we need to specify a scheduler,luigi2003-06-221-2/+3
| | | | | | and remove the count for devices "sc" and "atkbdc" This change does not apply to RELENG_4.
* Mention the special pathname @__CWD__@luigi2002-08-241-3/+11
| | | | | Modify entry for libgmd (used by ssh) now that it is not part of the base system anymore.
* Record libtelnet.a death.ru2002-04-191-1/+1
|
* 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.
* Add back the "sis" driver, we had some room left...luigi2002-03-101-0/+1
|
* Make this fit again into a 1.44 floppy.luigi2002-03-093-10/+10
| | | | | | | 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).
* Put a more reasonable path for "more" sources in crunch.conf,luigi2002-02-142-8/+9
| | | | | | | | 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.
* Remove some entries to make the image fit into a floppy again.luigi2001-10-011-5/+5
|
* Whoops, I whould have removed the old entry...luigi2001-10-011-2/+0
|
* Move up the tinyware entry so things are looked up there first.luigi2001-10-011-0/+5
|
* Add "ln" entries for ssh, ssh1 and scpluigi2001-09-301-0/+3
|
* Remove options INTRO_USERCONFIG, MFS, USERCONFIG and VISUAL_USERCONFIGjoe2001-09-201-1/+0
| | | | | from the PicoBSD kernel files as they're not relevant any more to -current.
* Remove "more" from the list, the port has not been committed yet.luigi2001-09-051-3/+3
| | | | Remove "mount_nfs" to reduce image size.
* Add lnc driver, so one can test picobsd images with vmwareluigi2001-09-051-0/+1
|
* Remove tcpdump from the list of binaries. When cross-compilingluigi2001-06-211-1/+1
| | | | | | | | 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.
* Remove support of I386_CPU in -current.luigi2001-06-211-0/+1
| | | | | | | | | 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...)
* mount_msdos(8) -> mount_msdosfs(8).ru2001-06-011-2/+2
|
* MF4S: Syncronise with Luigi's work in -stable.joe2001-04-244-132/+173
|
* MF4S: Syncronise with Luigi's work in -stable.joe2001-04-231-8/+0
|
* FFS_ROOT was made obsolete, so remove it from the PicoBSD kernels.joe2001-04-221-1/+0
|
* Make the right device entries for atapi disksluigi2001-02-181-1/+1
|
* Add a required option, MD_ROOT_SIZEluigi2001-02-011-18/+37
| | | | also put in a better set of devices and options.
* MF4: Update the bridge kernel config file to reflect the structure andjoe2000-12-231-31/+19
| | | | order that Luigi has just committed to RELENG_4.
* Remove COMPAT_OLDPCI.joe2000-12-221-1/+0
|
* Wrap the build options up into the crunch.conf file now that crunchgenjoe2000-11-152-13/+3
| | | | knows what to do with them.
* Remove libipsec and libradius. We're now building without supportjoe2000-11-081-1/+0
| | | | for these by default.
* Fold the buildopts into the existing crunch.inc file.joe2000-11-031-0/+13
| | | | | | 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-1/+3
| | | | do on PPP (atm problems.)
* Fix the PICOBSD kernel configs. They're now converted to usejoe2000-10-152-64/+114
| | | | | | | | | | | | | | 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-251-0/+2
| | | | | | | | | | | | | | | . 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>
* Populate directory...luigi2000-02-091-0/+9
| | | | Approved-by: jordan
* Crunched image config for bridgeluigi2000-02-091-0/+119
| | | | Approved-by: jordan
* Misc files for bridge floppy typeluigi2000-02-092-0/+10
| | | | Approved-by: jordan
OpenPOWER on IntegriCloud