Commit Graph

61 Commits

Author SHA1 Message Date
Andrzej Bialecki 416ad5ed31 Small update: you need to unpack the stand-alone picobsd tarball into
src/release/picobsd, otherwise it won't work.

Pointed out by:	Randal Masutani <randal@comtest.com>
1998-09-29 12:23:58 +00:00
Andrzej Bialecki fa72cf69bf Make proper use of ${suffix} instead of hardwired suffixes.
Pointed out by:	Randal Masutani <randal@comtest.com>
1998-09-29 12:12:47 +00:00
Andrzej Bialecki 648e989921 Better handling of "custom" setup.
Submitted by:	Randal Masutani <randal@comtest.com>
1998-09-29 11:58:54 +00:00
Andrzej Bialecki 09b41007d5 Once again turn off the BRIDGING - it's not yet ready to be the default...
Submitted by:	Randal S. Masutani <randal@comtest.com>
1998-09-29 11:27:34 +00:00
Andrzej Bialecki 3ff7fe3a7f Update for 0.41. 1998-09-26 17:39:21 +00:00
Andrzej Bialecki 4570b54689 Small rearrangements for a bugfix release 0.41. 1998-09-26 17:27:26 +00:00
Andrzej Bialecki 7d854c9551 Move the documents to src/ so that using new version number is easier. 1998-09-26 17:23:01 +00:00
Andrzej Bialecki 806ee0db0e Turn off options BRIDGE and DUMMYNET again - there are still some pieces
missing. But I hope this will be ready before 3.0-R.
1998-09-24 16:39:55 +00:00
Andrzej Bialecki 0f28f98cb8 Remove superfluous (and old) copies.
There are still many more things to clean up here...
1998-09-24 16:37:37 +00:00
Andrzej Bialecki f926748009 Turn on support for bridging statistics. 1998-09-23 15:22:14 +00:00
Andrzej Bialecki a16a93cc98 Turn on support for bridging and b/w limiting. 1998-09-23 15:20:55 +00:00
Andrzej Bialecki fc0e233fe6 Correct comment in the "build" script about aout/ELF. 1998-09-23 14:54:46 +00:00
Andrzej Bialecki d6ee254e67 Hmm.. Looks like new ar(1) adds trailing '/' to each object's name... 1998-09-23 14:51:34 +00:00
Andrzej Bialecki c8049b1810 Make this work when compiled ELF. The code assumed that when you go off
the table boundary you get NULLs, and this was true for a.out, but some
ELF-related gremlin fills it with 0xff instead...

I suspect there are more problems of this type left in the tree. :-(
1998-09-22 15:45:52 +00:00
Andrzej Bialecki 5b4f3f484a Add some more disk device nodes. 1998-09-22 15:41:05 +00:00
Andrzej Bialecki e6ef826b4d All PicoBSD userland is now ELF. This buys us extra 15-30kB on the floppy.
NOTIE: If you don't use /usr/obj (or you wiped it), remember to clean also
the source tree of stale .depend and *.o files...
1998-09-22 15:40:00 +00:00
Andrzej Bialecki 89f1cf1c51 Use system-wide MAKEDEV, instead of our own copy.
Suggested by:	Ockham's razor
1998-09-20 00:52:34 +00:00
Andrzej Bialecki 53cf34b16e Hmm... Let's make the switch to non-DEVFS actually work. :-/ 1998-09-20 00:46:27 +00:00
Andrzej Bialecki 7162850184 Kill the remnants of DEVFS, since it's broken without the SLICE code...
Pity - it was _very_ handy.

This also required increasing of MFS size, so that PicoBSD consumes more
memory now...
1998-09-19 21:45:18 +00:00
Andrzej Bialecki bfec642338 Remove some dead code.
Obtained from: similar changes in sysinstall by jkh
1998-09-19 21:40:39 +00:00
Andrzej Bialecki e2efbdd232 This server is not so non-forking as it seemed at first glance...
Submitted by:	Jonathan H N Chin <jc254@newton.cam.ac.uk>
1998-09-15 11:17:07 +00:00
Andrzej Bialecki d687e84172 Update ucd-snmp to version 3.5. It's slightly bigger, so also increase
the MFS size of net and isp floppies.

Add comment to crunch.conf on how to prepare the ucd-snmp port to work
with the build process.

Submitted by:	Jim Flowers <jflowers@ezo.net>
1998-09-15 11:12:25 +00:00
Andrzej Bialecki 7b98b31542 Change name of 'dm' to 'msg'. As Bruce noticed, it conflicts with
dungeon master, if anyone would like to play it on picobsd floppy... :-)

Noticed by:	bde
1998-09-15 07:35:58 +00:00
Andrzej Bialecki a7b8849df2 Make use of the new 'dm' utility instead of standard 'dmesg'. 1998-09-14 20:39:34 +00:00
Andrzej Bialecki d6e5b04f99 Since we have a sysctl 'machdep.msgbuf' now, let's make use of it. 1998-09-14 20:33:43 +00:00
Andrzej Bialecki 74632b447e Fix to properly newfs the MFS in case of custom setup. Mention this in docs.
Submitted by:	Richard Wackerbarth <rkw@Dataplex.NET>
1998-09-11 13:14:33 +00:00
Andrzej Bialecki 9f82b53c95 Update the diffs against current source + some other cleanup. 1998-09-08 12:47:35 +00:00
Andrzej Bialecki 37877c0650 Add info on PicoBSD being a part of FreeBSD source tree. 1998-09-08 06:35:43 +00:00
Andrzej Bialecki b18449d30d Sync help files with actual contents of "dial" floppy. 1998-09-08 06:04:41 +00:00
Andrzej Bialecki 6c88a1f638 Change the way the help files are stored, and save ca. 30kB on the
"dial" floppy.

Submitted by:	Eric P. Scott <eps@sirius.com>
1998-09-07 19:00:34 +00:00
Andrzej Bialecki 771383c4b3 Set the ${suffix} only once... 1998-09-07 06:46:25 +00:00
Andrzej Bialecki 1bd2addb75 * Add code to display statistics continuously, every some seconds.
* Fix a number of mem leaks.
* Update README.

Submitted by:	Luigi Rizzo <luigi@iet.unipi.it>
1998-09-07 06:41:14 +00:00
Andrzej Bialecki c039505459 Bring the docs more up-to-date. Document the 'custom' setup. 1998-09-04 19:47:24 +00:00
Andrzej Bialecki c7b3a66f65 Added special type of setup called 'custom'. It allows you to supply
your own config directory laid out exactly like the standard ones.

Suggested by:	Richard Wackerbarth <rkw@dataplex.net>
1998-09-04 19:38:57 +00:00
Andrzej Bialecki 856306b2f9 Set OBJFORMAT=aout to affect the whole build - for now, it seems that too
many tools needed to build the floppies are dependent on a.out...
1998-09-04 08:08:05 +00:00
Andrzej Bialecki bccec1d693 Added Makefile to have true dependency of kernel image on the kernel
config file.
1998-09-03 10:41:36 +00:00
Andrzej Bialecki d3f8852a1b Minor fixes to 'clean' script.
Changed the 'build' script to use ../${TYPE}/conf/Makefile in order to
have true dependency of kernel image on the kernel config file.
1998-09-03 10:40:27 +00:00
Andrzej Bialecki 4805acd6f2 Set OBJFORMAT=aout, until crunchide learns about ELF format... 1998-09-03 10:16:03 +00:00
Andrzej Bialecki 58325806f4 Add options for bridging and bandwidth limiting (disabled by default).
Submitted by:	Luigi Rizzo <luigi@iet.unipi.it>
1998-09-02 14:16:07 +00:00
Andrzej Bialecki f52f05009b Ugh... Small correction to the previous commit.
_Now_ it compiles on 2.2.7...
1998-09-02 13:11:23 +00:00
Andrzej Bialecki 2effb4d0f5 Added code to display interface table and link layer info, as well
as bridging statistics when using Luigi's bridging code.

Also added some ifdef's to (hopefully) get it to compile under 2.2.x

Submitted by:	Luigi Rizzo <luigi@iet.unipi.it>
1998-09-02 11:48:07 +00:00
Andrzej Bialecki d238f54044 init.ee was being copied to wrong place.
Submitted by:	Eric P. Scott <eps@sirius.com>
1998-08-31 13:39:01 +00:00
Andrzej Bialecki c6e41959d6 Add HOME variable to environment.
Submitted by:	Eric P. Scott <eps@sirius.com>
1998-08-31 13:36:43 +00:00
Andrzej Bialecki 1cc627a8e0 Remove some mysterious passwords (they are not used here anyway).
Submitted by:	Eric P. Scott <eps@sirius.com>
1998-08-31 13:36:24 +00:00
Andrzej Bialecki 8a8ace1c23 Add link gzip -> gzcat
Submitted by:	Eric P. Scott <eps@sirius.com>
1998-08-31 13:35:39 +00:00
Andrzej Bialecki b0dcafa983 Remove CVS directories from the target floppy.
Submitted by:	Eric P. Scott <eps@sirius.com>
1998-08-31 13:35:06 +00:00
Andrzej Bialecki 9ba61eac9d We need only one device entry for PCI eth. cards.
Submitted by:	Luigi Rizzo <luigi@iet.unipi.it>
1998-08-31 13:21:45 +00:00
Andrzej Bialecki 94a87eb41a Oops.. Forgot to add the Makefile
Submitted by:	Jim Flowers <jflowers@ezo.net>
1998-08-31 13:10:25 +00:00
Andrzej Bialecki 2bbb4d132b Corrections and additions to FAQ. 1998-08-31 13:08:16 +00:00
Andrzej Bialecki 8856617191 The file /README mentioned here doesn't exist. Don't mention it.
Submitted by:	Jim Flowers <jflowers@ezo.net>
1998-08-31 12:50:31 +00:00