summaryrefslogtreecommitdiffstats
path: root/release/picobsd/tinyware
Commit message (Collapse)AuthorAgeFilesLines
* Add a '-l' flag to show CPU load for the various states, similar to whatluigi2001-12-141-2/+46
| | | | | | | | | | | "top" does (thinking of it, i could have as well used the same format line!) This only makes sense when "-w" option is also specified, because the load is computed as the difference between subsequent samples. I think this (and the "-d" feature which shows differences in the network statistics counts) would also make sense in the standard vmstat and netstat.
* Use the correct sysctl names for intrcnt and intrnames.luigi2001-10-251-2/+2
|
* Add a -d flag to show deltas as opposed to cumulative countersluigi2001-10-101-6/+32
| | | | | | in interface statistics. Most useful when used with the -w flag e.g. ns -i -w 1 -d
* Add code to print interrupt statistics when they will beluigi2001-10-071-0/+42
| | | | exported via sysctl.
* Fix a typo (missing "; at the end of a string)luigi2001-10-071-1/+1
|
* Add customised version of login for picobsd images on -CURRENT.luigi2001-10-014-0/+1167
| | | | | This version is basically the same one as login.c 1.67, and does not require the use of PAM.
* s/adress/address/kris2001-07-231-1/+1
| | | | | Inspired by: OpenBSD MFC After: 1 week
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* Account for the machdep.msgbuf -> kern.msgbuf renaming.tmm2001-07-031-1/+1
|
* Apply style guidelines (using gident to help).joe2001-04-232-424/+471
|
* Fix a syntax error.joe2001-04-231-2/+2
|
* Resurrect Minix sh(1), after its license has been changed to BSD one.abial2001-02-1010-0/+5018
|
* Add dummy -n option, for compatibility with the standard netstatluigi2001-01-271-2/+4
|
* Make the name of the init script and the interpreter compile time options.alex2001-01-202-7/+26
| | | | | | | If not defined, default to the old values (with _PATH_BSHELL instead of "/bin/sh", though). Reviewed by: markm
* Fix so that the netmask is displayed correctly when it does notabial2001-01-101-4/+9
| | | | | | | | | | consist of contiguous bits in little endian format. Before the fix the netmask of 0xfffffff0 (0xf0ffffff in little endian format) was displayed /24 instead of /28. Also, add a missing include. Submitted by: Maxime Soule <Maxime.Soule@IPricot.com>
* Reformat to be a bit closer to style(9).abial2001-01-101-26/+26
|
* Fix breakage after moving from struct proc/eproc to kinfo_proc.abial2001-01-101-19/+15
|
* Add `_PATH_DEVZERO'.obrien2000-12-091-3/+3
| | | | Use _PATH_* where where possible.
* Fix bitrot.abial2000-11-112-28/+44
|
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-091-1/+1
| | | | | | | | | | Replace all in-tree uses with <sys/mouse.h> which repo-copied a few moments ago from src/sys/i386/include/mouse.h by peter. This is also the appropriate fix for exo-tree sources. Put warnings in <machine/mouse.h> to discourage use. November 15th 2000 the warnings will be converted to errors. January 15th 2001 the <machine/mouse.h> files will be removed.
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+2
| | | | | | | | | Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>. This is also the appropriate fix for exo-tree sources. Put warnings in <machine/console.h> to discourage use. November 15th 2000 the warnings will be converted to errors. January 15th 2001 the <machine/console.h> files will be removed.
* Fix bogus reporting of interface names, the field returnedluigi2000-03-211-4/+4
| | | | in sdl_data is not 0-terminated
* $Id$ -> $FreeBSD$peter1999-08-2827-27/+27
|
* Changed to get the page size using a sysctl rather than using DEFAULT_PAGE_SIZEroger1999-08-261-2/+6
| | | | Suggested by: Alan Cox
* Major PicoBSD update by luigi with some debugging help from myself.dwhite1999-08-225-18/+13
| | | | | | | | | | | | | | . 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
* Enable printing of bridging statistics.luigi1999-08-171-2/+2
|
* Fix a problem in printing interface names.luigi1999-08-121-9/+13
|
* DEFAULT_PAGE_SIZE was removed, pgtok defined in headers, headers cleaned up.green1999-07-081-3/+4
| | | | Obtained from: Jonathan Towne <jontow@sysctl.urban-a.net>
* MFS: No longer needed in PicoBSD 0.44roger1999-06-153-216/+0
|
* MFS: No longer needed in PicoBSD 0.44roger1999-06-1570-18927/+0
|
* Simple_HTTPd on steroids - major rework of the original program, byabial1999-05-053-210/+463
| | | | | | | | | | | | 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
* Merge from RELENG_3.abial1999-02-125-33/+112
|
* Add missing "quit".abial1999-01-191-1/+2
|
* Fix Makefile so it works.danny1999-01-162-8/+10
| | | | | Change date format to yyyy/mm/dd hh:mm:ss Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* Replace kget with version which obtains its info from newly addedabial1999-01-086-675/+134
| | | | sysctl machdep.uc_devlist, instead of /dev/kmem.
* Use console instead of ttyv0 - it didn't work with serial console...abial1998-11-151-4/+18
|
* Changed my e-mail address.abial1998-11-0110-20/+20
|
* Fix conversion from pages to kB's.abial1998-10-291-8/+13
| | | | | Noticed by: luigi Obtained from: sources for vmstat(8)
* Remove redundant copies, and give credit to proper person.abial1998-10-257-665/+5
| | | | Noticed by: jkh
* With much regret, I had to remove these two programs - their licenseabial1998-10-2517-9390/+0
| | | | | | | doesn't permit us to distribute them. I think I should take some law classes... Explained by: bde
* Added ability to auto-run a presentation.abial1998-10-231-8/+27
|
* This is a copyrighted software. I forgot to include the license here.abial1998-10-225-2/+163
| | | | | | Apologies to all parties involved - it wasn't intended... Reminded by: bde
* Added two new utilities, both ported from Minix: mined (editor), andabial1998-10-2115-0/+9229
| | | | msh (largely compatible Bourne shell).
* Various fixups and corrections to match the 3.0-RELEASE tree.abial1998-10-158-26/+25
| | | | The PicoBSD version is now 0.42.
* Put some #ifdef's around debugging code.abial1998-10-092-3/+19
|
* Fix for bad calculation of netmask bits. I'm amazed it worked thus far...abial1998-10-091-2/+5
|
* Once again turn off the BRIDGING - it's not yet ready to be the default...abial1998-09-291-2/+2
| | | | Submitted by: Randal S. Masutani <randal@comtest.com>
* Turn on support for bridging statistics.abial1998-09-231-3/+2
|
* Hmm.. Looks like new ar(1) adds trailing '/' to each object's name...abial1998-09-231-3/+4
|
OpenPOWER on IntegriCloud