aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/bridge
Commit message (Collapse)AuthorAgeFilesLines
* Remove picobsd build scripts and the remaining tinywareKyle Evans2019-11-055-347/+0
| | | | | | | | | | | | | | | Postings were sent to -arch@ on 2019/09/13 and 2019/10/01, proposing and confirming a removal of these scripts on 2019/10/31, due to significant work needed to bring this into the modern world and nobody having done this work in the past couple of years. No objections or proposed work was raised in response to these postings. The tinyware may see a resurrection into a separate repo for archival purposes if any users of it show interest in doing so. MFC after: never Notes: svn path=/head/; revision=354346
* Remove RELEASE_CRUNCH here. It's obsolete.Warner Losh2019-07-151-1/+1
| | | | | | | | | Remove RELEASE_CRUNCH here. It's obsolete and hasn't worked in a while. The build options need to be revisited, since many older ones are listed, while newer useful ones are not. But that rototilling I'll leave to others. Notes: svn path=/head/; revision=350000
* sys: Remove DEV_RANDOM device optionConrad Meyer2019-06-211-1/+0
| | | | | | | | | | | | | | Remove 'device random' from kernel configurations that reference it (most). Replace perhaps mistaken 'nodevice random' in two MIPS configs with 'options RANDOM_LOADABLE' instead. Document removal in UPDATING; update NOTES and random.4. Reviewed by: delphij, markm (previous version) Approved by: secteam(delphij) Differential Revision: https://reviews.freebsd.org/D19918 Notes: svn path=/head/; revision=349253
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-1/+0
| | | | | | | | | | | | have chosen different (and more traditional) stateless/statuful NAT64 as translation mechanism. Last non-trivial commits to both faith(4) and faithd(8) happened more than 12 years ago, so I assume it is time to drop RFC3142 in FreeBSD. No objections from: net@ Notes: svn path=/head/; revision=274331
* When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS andWarner Losh2014-06-061-0/+1
| | | | | | | | | | | | remove the now-redundant checks for RELEASE_CRUNCH. This originally was defined for building smaller sysinstall images, but was later also used by picobsd builds for a similar purpose. Now that we've moved away from sysinstall, picobsd is the only remaining consumer of this interface. Adding these two options reduces the RELEASE_CRUNCH special cases in the tree by half. Notes: svn path=/head/; revision=267147
* Remove IPX support.Gleb Smirnoff2014-03-141-1/+0
| | | | | | | | | | | | | | IPX was a network transport protocol in Novell's NetWare network operating system from late 80s and then 90s. The NetWare itself switched to TCP/IP as default transport in 1998. Later, in this century the Novell Open Enterprise Server became successor of Novell NetWare. The last release that claimed to still support IPX was OES 2 in 2007. Routing equipment vendors (e.g. Cisco) discontinued support for IPX in 2011. Thus, IPX won't be supported in FreeBSD 11.0-RELEASE. Notes: svn path=/head/; revision=263140
* the NO_PAM option has been finally removed in favor of WITHOUT_PAM.Luigi Rizzo2013-02-181-1/+1
| | | | Notes: svn path=/head/; revision=246932
* Remove libulog from the bootstrap again.Ed Schouten2010-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. Notes: svn path=/head/; revision=202755
* put back the HZ setting or we see poor timing under qemuLuigi Rizzo2009-12-271-1/+3
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=201034
* use default HZLuigi Rizzo2009-12-091-1/+1
| | | | Notes: svn path=/head/; revision=200300
* add -lulog, the program "less" and a commentLuigi Rizzo2009-12-091-1/+4
| | | | Notes: svn path=/head/; revision=200299
* create an SMP kernel by default in picobsdLuigi Rizzo2009-11-081-1/+4
| | | | Notes: svn path=/head/; revision=199040
* ifconfig now needs -ljailLuigi Rizzo2009-09-121-0/+1
| | | | | | | | | (this needs to go to RELENG_8 as well after the release is out) MFC after: 1 month Notes: svn path=/head/; revision=197119
* add some popular device and comment some potentially useful optionsLuigi Rizzo2009-04-061-0/+5
| | | | Notes: svn path=/head/; revision=190760
* This config file uses dynamically linked binaries, which is moreLuigi Rizzo2009-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 Notes: svn path=/head/; revision=190421
* devfs is the standard nowLuigi Rizzo2009-03-251-1/+0
| | | | Notes: svn path=/head/; revision=190420
* remove stale comments on the size of objects, they are moreLuigi Rizzo2009-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. Notes: svn path=/head/; revision=190385
* remove duplicate entries for isa and npx, they areLuigi Rizzo2009-03-011-4/+0
| | | | | | | in by default now Notes: svn path=/head/; revision=189234
* update 'sio' with 'uart' and apply related changes.Luigi Rizzo2009-02-193-12/+17
| | | | Notes: svn path=/head/; revision=188834
* libbsdxml is now required by ifconfig(8).Andrew Thompson2008-04-221-0/+1
| | | | | | | Submitted by: Florian Smeets Notes: svn path=/head/; revision=178428
* Fix picobsd builds. Changes include:Luigi Rizzo2007-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 Notes: svn path=/head/; revision=173597
* Remove references to mount_std, mount_procfs.Craig Rodrigues2006-11-221-3/+0
| | | | | | | Reminded by: ru Notes: svn path=/head/; revision=164491
* Clean obsolete reference to the old NMBCLUSTERS kernel option.Dmitry Morozovsky2006-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 Notes: svn path=/head/; revision=162390
* Extend coverage of the MK_IPX build option to the following:Ruslan Ermilov2006-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. Notes: svn path=/head/; revision=156905
* tweaks to let this configuratio build and run under, e.g., qemu:Luigi Rizzo2006-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. Notes: svn path=/head/; revision=155140
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier2005-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) Notes: svn path=/head/; revision=150636
* NOPAM -> NO_PAMRuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139126
* NOIPSEC -> TRACEROUTE_NO_IPSECRuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139125
* Overhaul ppp(8) build options so they are safe to use inRuslan Ermilov2004-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 Notes: svn path=/head/; revision=139118
* NOINET6 -> NO_INET6Ruslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139115
* Remove no longer needed I386_CPU option (it was commented out anyways).John Baldwin2004-11-161-1/+0
| | | | Notes: svn path=/head/; revision=137792
* fix building of bridge floppiesLuigi Rizzo2004-03-241-1/+2
| | | | Notes: svn path=/head/; revision=127350
* comment out the 'sshd' entries as the image is now 1460KBLuigi Rizzo2003-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. Notes: svn path=/head/; revision=116688
* Make this compile again: we need to specify a scheduler,Luigi Rizzo2003-06-221-2/+3
| | | | | | | | | and remove the count for devices "sc" and "atkbdc" This change does not apply to RELENG_4. Notes: svn path=/head/; revision=116687
* Mention the special pathname @__CWD__@Luigi Rizzo2002-08-241-3/+11
| | | | | | | | Modify entry for libgmd (used by ssh) now that it is not part of the base system anymore. Notes: svn path=/head/; revision=102344
* Record libtelnet.a death.Ruslan Ermilov2002-04-191-1/+1
| | | | Notes: svn path=/head/; revision=95047
* CURRENT has devfs, so we do not need to specify what devices weLuigi Rizzo2002-03-101-1/+1
| | | | | | | want on the MFS image. Update the config files accordingly. Notes: svn path=/head/; revision=92027
* Add back the "sis" driver, we had some room left...Luigi Rizzo2002-03-101-0/+1
| | | | Notes: svn path=/head/; revision=92025
* Make this fit again into a 1.44 floppy.Luigi Rizzo2002-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). Notes: svn path=/head/; revision=91938
* Put a more reasonable path for "more" sources in crunch.conf,Luigi Rizzo2002-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. Notes: svn path=/head/; revision=90661
* Remove some entries to make the image fit into a floppy again.Luigi Rizzo2001-10-011-5/+5
| | | | Notes: svn path=/head/; revision=84314
* Whoops, I whould have removed the old entry...Luigi Rizzo2001-10-011-2/+0
| | | | Notes: svn path=/head/; revision=84313
* Move up the tinyware entry so things are looked up there first.Luigi Rizzo2001-10-011-0/+5
| | | | Notes: svn path=/head/; revision=84312
* Add "ln" entries for ssh, ssh1 and scpLuigi Rizzo2001-09-301-0/+3
| | | | Notes: svn path=/head/; revision=84171
* Remove options INTRO_USERCONFIG, MFS, USERCONFIG and VISUAL_USERCONFIGJosef Karthauser2001-09-201-1/+0
| | | | | | | | from the PicoBSD kernel files as they're not relevant any more to -current. Notes: svn path=/head/; revision=83719
* Remove "more" from the list, the port has not been committed yet.Luigi Rizzo2001-09-051-3/+3
| | | | | | | Remove "mount_nfs" to reduce image size. Notes: svn path=/head/; revision=83086
* Add lnc driver, so one can test picobsd images with vmwareLuigi Rizzo2001-09-051-0/+1
| | | | Notes: svn path=/head/; revision=83085
* Remove tcpdump from the list of binaries. When cross-compilingLuigi Rizzo2001-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. Notes: svn path=/head/; revision=78544
* Remove support of I386_CPU in -current.Luigi Rizzo2001-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...) Notes: svn path=/head/; revision=78543
* mount_msdos(8) -> mount_msdosfs(8).Ruslan Ermilov2001-06-011-2/+2
| | | | Notes: svn path=/head/; revision=77579