abial
979d0bd3fa
Put some #ifdef's around debugging code.
1998-10-09 12:42:56 +00:00
abial
12ff33ff94
Fix for bad calculation of netmask bits. I'm amazed it worked thus far...
1998-10-09 12:42:20 +00:00
abial
0332bc6517
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
abial
4542630b2c
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
abial
19b039f9a4
Better handling of "custom" setup.
...
Submitted by: Randal Masutani <randal@comtest.com>
1998-09-29 11:58:54 +00:00
abial
5993438b96
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
abial
ee6ebecb01
Update for 0.41.
1998-09-26 17:39:21 +00:00
abial
4b94d1ed41
Small rearrangements for a bugfix release 0.41.
1998-09-26 17:27:26 +00:00
abial
9e3c7f6465
Move the documents to src/ so that using new version number is easier.
1998-09-26 17:23:01 +00:00
abial
a4a8884afb
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
abial
9be10994c6
Remove superfluous (and old) copies.
...
There are still many more things to clean up here...
1998-09-24 16:37:37 +00:00
abial
5f48c4a83c
Turn on support for bridging statistics.
1998-09-23 15:22:14 +00:00
abial
718482b3c9
Turn on support for bridging and b/w limiting.
1998-09-23 15:20:55 +00:00
abial
70df17cc7d
Correct comment in the "build" script about aout/ELF.
1998-09-23 14:54:46 +00:00
abial
7aa5c8c8ea
Hmm.. Looks like new ar(1) adds trailing '/' to each object's name...
1998-09-23 14:51:34 +00:00
abial
2764ef0517
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
abial
cefa864934
Add some more disk device nodes.
1998-09-22 15:41:05 +00:00
abial
1f1f8a83ca
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
abial
2b305dce94
Use system-wide MAKEDEV, instead of our own copy.
...
Suggested by: Ockham's razor
1998-09-20 00:52:34 +00:00
abial
205e0d1f5a
Hmm... Let's make the switch to non-DEVFS actually work. :-/
1998-09-20 00:46:27 +00:00
abial
610fc53b70
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
abial
9eb45a0dec
Remove some dead code.
...
Obtained from: similar changes in sysinstall by jkh
1998-09-19 21:40:39 +00:00
abial
57ed676ced
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
abial
e878e33d01
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
abial
b8aadb85d5
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
abial
278d2cda74
Make use of the new 'dm' utility instead of standard 'dmesg'.
1998-09-14 20:39:34 +00:00
abial
ca486eae4a
Since we have a sysctl 'machdep.msgbuf' now, let's make use of it.
1998-09-14 20:33:43 +00:00
abial
9993c373dc
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
abial
2fb5d649f8
Update the diffs against current source + some other cleanup.
1998-09-08 12:47:35 +00:00
abial
2235e43ba1
Add info on PicoBSD being a part of FreeBSD source tree.
1998-09-08 06:35:43 +00:00
abial
13e60c49de
Sync help files with actual contents of "dial" floppy.
1998-09-08 06:04:41 +00:00
abial
06f84d5212
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
abial
25736f2460
Set the ${suffix} only once...
1998-09-07 06:46:25 +00:00
abial
dd93cb4486
* 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
abial
0000252549
Bring the docs more up-to-date. Document the 'custom' setup.
1998-09-04 19:47:24 +00:00
abial
6e0b0b48ec
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
abial
9e91d3d6c6
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
abial
367654ad64
Added Makefile to have true dependency of kernel image on the kernel
...
config file.
1998-09-03 10:41:36 +00:00
abial
3d3bcf57cf
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
abial
a5cf33f88f
Set OBJFORMAT=aout, until crunchide learns about ELF format...
1998-09-03 10:16:03 +00:00
abial
c6af9e903c
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
abial
e04c758419
Ugh... Small correction to the previous commit.
...
_Now_ it compiles on 2.2.7...
1998-09-02 13:11:23 +00:00
abial
e618724b5d
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
abial
8c7dba5d2d
init.ee was being copied to wrong place.
...
Submitted by: Eric P. Scott <eps@sirius.com>
1998-08-31 13:39:01 +00:00
abial
42bb5c8507
Add HOME variable to environment.
...
Submitted by: Eric P. Scott <eps@sirius.com>
1998-08-31 13:36:43 +00:00
abial
77133e55b5
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
abial
c64a002e99
Add link gzip -> gzcat
...
Submitted by: Eric P. Scott <eps@sirius.com>
1998-08-31 13:35:39 +00:00
abial
d4d86f1afd
Remove CVS directories from the target floppy.
...
Submitted by: Eric P. Scott <eps@sirius.com>
1998-08-31 13:35:06 +00:00
abial
d4269e6f3f
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
abial
91f26db7f1
Oops.. Forgot to add the Makefile
...
Submitted by: Jim Flowers <jflowers@ezo.net>
1998-08-31 13:10:25 +00:00