summaryrefslogtreecommitdiffstats
path: root/release/picobsd/net
Commit message (Collapse)AuthorAgeFilesLines
* Remove this picobsd floppy type.luigi2004-03-2441-1602/+0
| | | | | We only want to support one in -current, and let people take care of their own images.
* sysctl -w -> sysctldd2002-05-111-4/+4
|
* Record libtelnet.a death.ru2002-04-191-1/+1
|
* Batch of fixes to the configuration files from Bruce Montagueluigi2002-03-152-5/+5
|
* 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...)
* mount_msdos(8) -> mount_msdosfs(8).ru2001-06-012-4/+5
|
* This file is not needed, use the default oneluigi2001-05-101-58/+0
|
* MFS: use absolute, not relative path for tinywareluigi2001-05-081-1/+1
|
* MF4S: Syncronise with Luigi's work in -stable.joe2001-04-243-7/+1
|
* FFS_ROOT was made obsolete, so remove it from the PicoBSD kernels.joe2001-04-221-1/+0
|
* 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-14/+7
| | | | knows what to do with them.
* Remove libipsec and libradius. We're now building without supportjoe2000-11-081-2/+1
| | | | for these by default.
* Fixup the /tmp directory permissions to 01777.joe2000-11-071-1/+1
| | | | PR: misc/15875
* Fold the buildopts into the existing crunch.inc file.joe2000-11-032-6/+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.
* Post process the crunch1.mk file to allow make arguments to passed onjoe2000-11-021-0/+6
| | | | | | | | | | | | | | | | | | a per program basis allowing a greater control on what is built. The buildopts file contains Makefile lines of form: # Anything added to OPTS is added to every build rule. OPTS= -DNOPAM # These should only be added to the build of user-ppp. ppp_OPTS= -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM -DNOSUID \ -DHAVE_DES -DNORADIUS -DNOI4B -DNONETGRAPH Really these should be added to crunch.inc, but that file is currently optional, and if defined masks the global one. Next step will be to move these global settings back out into the individual builds as OPTS, and then migrate OPTS and prog_OPTS back into the local crunch.inc file.
* 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-36/+92
| | | | | | | | | | | | | | 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-253-1/+4
| | | | | | | | | | | | | | | . 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>
* Remove unused filesluigi2000-02-084-50/+0
| | | | Approved-by: jordan
* Update config filesluigi2000-02-082-52/+17
| | | | Approved-by: jordan
* Update configuration files.luigi2000-02-081-0/+2
| | | | Approved-by: jordan
* Remove unused fileluigi2000-02-081-36/+0
| | | | Approved-by: jordan
* Make the following changes to PicoBSD kernel configurations:pb1999-11-281-7/+8
| | | | | | | - to account for recent changes in MFS: add pseudo-device md replace MFS_ROOT with MD_ROOT - replace deprecated "disk" with "device"
* Update PicoBSD so it does not need to patch the passwd Makefile.roger1999-10-302-56/+0
|
* Add file which was missing from previous commitsroger1999-08-281-0/+60
|
* $Id$ -> $FreeBSD$peter1999-08-2819-20/+20
|
* Sync with -stable versionroger1999-08-261-5/+6
|
* Update so it applies cleanlyroger1999-08-261-4/+4
|
* Fix patch so it applies without asking for a filename.dwhite1999-08-241-21/+29
|
* Add 'options MFS_ROOT' back in to kernel configs -- not going to get fardwhite1999-08-231-1/+2
| | | | without that!
* Add missing files from previous commits.luigi1999-08-232-0/+82
|
* Add missing file from previous commitluigi1999-08-231-0/+25
|
* Add missing files probably forgotten in previous commitluigi1999-08-231-0/+33
|
* Add missing file probably forgotten from previous commitluigi1999-08-231-0/+96
|
* 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-2225-567/+38
| | | | | | | | | | | | | | . 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
* MFS: No longer needed with PicoBSD 0.44roger1999-06-152-43/+0
|
* MFS: No longer needed in PicoBSD 0.44roger1999-06-1518-8261/+0
|
* Update to PicoBSD 0.44 from RELENG_3roger1999-06-141-3/+3
|
* Update to PicoBSD 0.44 from RELENG_roger1999-06-144-29/+12
|
* 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
|
OpenPOWER on IntegriCloud