summaryrefslogtreecommitdiffstats
path: root/release/picobsd/bridge
Commit message (Collapse)AuthorAgeFilesLines
* the NO_PAM option has been finally removed in favor of WITHOUT_PAM.luigi2013-02-181-1/+1
|
* Remove libulog from the bootstrap again.ed2010-01-211-1/+0
| | | | | | 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.
* put back the HZ setting or we see poor timing under qemuluigi2009-12-271-1/+3
| | | | MFC after: 3 days
* use default HZluigi2009-12-091-1/+1
|
* add -lulog, the program "less" and a commentluigi2009-12-091-1/+4
|
* create an SMP kernel by default in picobsdluigi2009-11-081-1/+4
|
* ifconfig now needs -ljailluigi2009-09-121-0/+1
| | | | | | (this needs to go to RELENG_8 as well after the release is out) MFC after: 1 month
* add some popular device and comment some potentially useful optionsluigi2009-04-061-0/+5
|
* This config file uses dynamically linked binaries, which is moreluigi2009-03-253-91/+99
| | | | | | | | | | | 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
* devfs is the standard nowluigi2009-03-251-1/+0
|
* remove stale comments on the size of objects, they are moreluigi2009-03-241-68/+48
| | | | | | | than 10 years old and do not reflect reality anymore. Also remove some commented out entries that have no hope to be useful anymore.
* 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.
OpenPOWER on IntegriCloud