luigi
5485a32a23
Fix bogus reporting of interface names, the field returned
...
in sdl_data is not 0-terminated
2000-03-21 12:09:23 +00:00
peter
efabb9ccb1
$Id$ -> $FreeBSD$
1999-08-28 01:35:59 +00:00
roger
74f029a93f
Changed to get the page size using a sysctl rather than using DEFAULT_PAGE_SIZE
...
Suggested by: Alan Cox
1999-08-26 11:11:48 +00:00
dwhite
9cda01decb
Major PicoBSD update by luigi with some debugging help from myself.
...
. 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
1999-08-22 21:45:24 +00:00
luigi
fad170345a
Enable printing of bridging statistics.
1999-08-17 03:30:34 +00:00
luigi
cf902ddda0
Fix a problem in printing interface names.
1999-08-12 05:40:07 +00:00
green
9e9718fcd7
DEFAULT_PAGE_SIZE was removed, pgtok defined in headers, headers cleaned up.
...
Obtained from: Jonathan Towne <jontow@sysctl.urban-a.net>
1999-07-08 06:22:04 +00:00
roger
d66dc63b38
MFS: No longer needed in PicoBSD 0.44
1999-06-15 11:45:25 +00:00
roger
a5ee39b837
MFS: No longer needed in PicoBSD 0.44
1999-06-15 11:40:13 +00:00
abial
44741b5aa7
Simple_HTTPd on steroids - major rework of the original program, by
...
William Lloyd. New features include:
* many additional command line options
* "fetch" mode
* less bugs :-)
* better README.
Submitted by: William Lloyd <wlloyd@lap.net>
Reviewed by: abial
1999-05-05 07:22:34 +00:00
abial
35ae892d35
Merge from RELENG_3.
1999-02-12 20:36:13 +00:00
abial
921f53138d
Add missing "quit".
1999-01-19 23:15:56 +00:00
danny
fb44d81b91
Fix Makefile so it works.
...
Change date format to yyyy/mm/dd hh:mm:ss
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
1999-01-16 03:50:10 +00:00
abial
33d281b677
Replace kget with version which obtains its info from newly added
...
sysctl machdep.uc_devlist, instead of /dev/kmem.
1999-01-08 21:09:42 +00:00
abial
219aa53ba9
Use console instead of ttyv0 - it didn't work with serial console...
1998-11-15 23:26:32 +00:00
abial
c5e67afa1a
Changed my e-mail address.
1998-11-01 20:19:43 +00:00
abial
c0343e59cb
Fix conversion from pages to kB's.
...
Noticed by: luigi
Obtained from: sources for vmstat(8)
1998-10-29 12:38:06 +00:00
abial
9b46ae6518
Remove redundant copies, and give credit to proper person.
...
Noticed by: jkh
1998-10-25 03:16:03 +00:00
abial
284d59b45f
With much regret, I had to remove these two programs - their license
...
doesn't permit us to distribute them. I think I should take some law
classes...
Explained by: bde
1998-10-25 03:02:56 +00:00
abial
b6645c8564
Added ability to auto-run a presentation.
1998-10-23 19:34:50 +00:00
abial
4707afb917
This is a copyrighted software. I forgot to include the license here.
...
Apologies to all parties involved - it wasn't intended...
Reminded by: bde
1998-10-22 11:16:41 +00:00
abial
a9435964ca
Added two new utilities, both ported from Minix: mined (editor), and
...
msh (largely compatible Bourne shell).
1998-10-21 17:36:28 +00:00
abial
e8799dedf6
Various fixups and corrections to match the 3.0-RELEASE tree.
...
The PicoBSD version is now 0.42.
1998-10-15 21:40:07 +00:00
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
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
5f48c4a83c
Turn on support for bridging statistics.
1998-09-23 15:22:14 +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
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
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
ca486eae4a
Since we have a sysctl 'machdep.msgbuf' now, let's make use of it.
1998-09-14 20:33:43 +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
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
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
91f26db7f1
Oops.. Forgot to add the Makefile
...
Submitted by: Jim Flowers <jflowers@ezo.net>
1998-08-31 13:10:25 +00:00
abial
d38ad53320
Initial import of PicoBSD v0.4 tree.
1998-08-27 17:38:45 +00:00