Eric Andersen
b4c3c59a45
Add in BasicLinux by request
2000-09-13 23:06:41 +00:00
Matt Kraai
17c8851813
Fix more typos.
2000-09-06 03:59:49 +00:00
Matt Kraai
9dd79791c8
Fixed a grammatical error.
2000-09-06 00:50:51 +00:00
Eric Andersen
1b355ebba6
Added expr, from Edward Betts <edward@debian.org>, with some fixups
...
and docs added by me.
-Erik
2000-09-05 17:37:48 +00:00
Eric Andersen
fd50c3d2f9
Add in byld
2000-09-01 22:24:03 +00:00
Eric Andersen
18a1014c95
updated some usage info from a patch from robotti@metconnect.com
...
-Erik
2000-09-01 16:12:57 +00:00
Mark Whitley
2368a387ed
Some additional tips and formatting changes.
2000-08-22 00:20:21 +00:00
Eric Andersen
e4c4d69c04
Fix a silly bug so it compiles up properly
...
-Erik
2000-08-21 23:29:45 +00:00
Eric Andersen
918507edda
Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.
...
I added the docs, and made behavior identical to the GNU version.
-Erik
2000-08-21 22:46:33 +00:00
Eric Andersen
a1f16bba72
Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>
...
-Erik
2000-08-21 22:02:34 +00:00
Eric Andersen
fa405d0cb2
Add in the "reset" command.
...
-Erik
2000-08-21 21:18:52 +00:00
Eric Andersen
bb39a31e33
Minor link update
...
-Erik
2000-08-11 18:13:21 +00:00
Eric Andersen
fdd5103348
Merge in two patches from Dave Cinege:
...
the first is a cleanup of tar --exclude
the second changes mount so mtab works more as it should, and
also allows mount to use the traditional short form (i.e.
'mount / -o remount,rw' now works.
While inside tar, I changed it to use getopt...
-Erik
2000-08-02 18:48:26 +00:00
Mark Whitley
52681b48dc
Added a note in the "Tips and Pointer" section on the correct way to test for
...
string equivalence with strcmp().
2000-07-25 20:30:00 +00:00
Mark Whitley
40bfc76385
First revision of the Busybox Style Guide and an accompanying .indent.pro
...
file.
2000-07-24 22:36:06 +00:00
Eric Andersen
bf960f58e2
Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>
...
-Erik
2000-07-21 21:32:12 +00:00
Eric Andersen
ec8d60f0f8
Add in the LinuxMagic VPN Firewall
...
-Erik
2000-07-21 17:22:19 +00:00
Pavel Roskin
0010ee45e3
Fixed usage info for "cut"
2000-07-21 15:10:57 +00:00
Eric Andersen
ced2cefcca
* syslogd can now log messages to a remote host -- patch thanks
...
to Gyepi Sam <gyepi@praxis-sw.com>
-Erik
2000-07-20 23:41:24 +00:00
Eric Andersen
97426e082a
Changed verbiage.
...
-Erik
2000-07-11 23:06:48 +00:00
Eric Andersen
8fbaeece53
Replaced projects with products/projects.
...
-Erik
2000-07-11 23:05:38 +00:00
Eric Andersen
68fda241d2
Added the Kerbango Internet Radio to projects/products using BusyBox.
...
-Erik
2000-07-11 23:03:40 +00:00
Eric Andersen
aec27bca98
Final updates for release.
...
-Erik
2000-07-11 18:18:40 +00:00
Eric Andersen
61dc057183
Added 'dumpkmap' to allow people to dump a binary keymap, which can then be
...
loaded in by 'loadkmap' -- submitted by Arne Bernin <arne@matrix.loopback.org>
-Erik
2000-07-11 17:29:36 +00:00
Matt Kraai
da9841efc1
Fix dead link.
...
-Matt
2000-07-11 16:09:01 +00:00
Eric Andersen
877a71bbf0
Add in tinynet
...
-Erik
2000-07-08 16:19:10 +00:00
Eric Andersen
9cf44e79aa
Doc updates to remove sfdisk.
...
-Erik
2000-07-08 00:09:30 +00:00
Eric Andersen
3312b0b626
Web page update from Matt Kraai <kraai@alumni.carnegiemellon.edu>
...
-Erik
2000-07-07 19:23:10 +00:00
Eric Andersen
2158092344
This patch finishes the cleanup of all the commands. It also cleans up
...
the remaining chapters -- Matt Kraai <kraai@alumni.carnegiemellon.edu>
-Erik
2000-07-07 19:07:47 +00:00
Eric Andersen
b9eb0233a9
Yet another busybox documentation update from Matt Kraai <kraai@alumni.carnegiemellon.edu>
...
-Erik
2000-07-07 05:04:24 +00:00
Eric Andersen
e5cec4e3ac
More doc patches from Matt Kraai <kraai@alumni.carnegiemellon.edu>.
...
Thanks Matt!
-Erik
2000-07-06 19:59:22 +00:00
Eric Andersen
6f5e281479
DocBook documentation update from Matt Kraai <kraai@alumni.carnegiemellon.edu>
...
-Erik
2000-07-06 16:58:45 +00:00
Eric Andersen
2086e3d679
Some cosmetic updates. Changed "OPTIONS" to "Options".
...
-Erik
2000-07-04 22:17:01 +00:00
Eric Andersen
028fb625f5
More doc updates
...
-Erik
2000-07-04 20:07:13 +00:00
Eric Andersen
5331025f79
A first pass at integrating the SGML docs into the Makefile.
...
A first pass a cleaning up the current SGML (lots more cleanup
is needed though).
-Erik
2000-07-04 19:42:23 +00:00
Mark Whitley
83a949cb22
Just converted busybox.pod to busybox.sgml using the Pod::DocBook Perl module.
...
The resulting file needs some massaging and once it gets presentable, I'll
edit the Makefile to use the SGML file as the "authoritative" file; the plan
here is to generate other file formats from the SGML.
2000-06-26 13:31:53 +00:00
Eric Andersen
1386e70210
Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.
...
Fix thanks to Arne Bernin <arne@matrix.loopback.org>
-Erik
2000-06-26 12:14:30 +00:00
Eric Andersen
4a971aef59
Minor web page update.
...
-Erik
2000-06-22 01:27:11 +00:00
Eric Andersen
addc9c28ad
Document 'ln --'
...
-Erik
2000-06-21 22:53:24 +00:00
Eric Andersen
766c012975
Web site updates.
...
-Erik
2000-06-21 22:43:07 +00:00
Pavel Roskin
afa0662860
Documented "which"
2000-06-21 21:43:24 +00:00
Pavel Roskin
1a804e4b3c
Removed trailing spaces
2000-06-21 21:38:00 +00:00
Eric Andersen
f929641c51
Add in telnet docs.
...
-Erik
2000-06-21 21:04:01 +00:00
Eric Andersen
feb47c024a
Add insmod docs
...
-Erik
2000-06-21 21:03:13 +00:00
Pavel Roskin
f7a01951fb
Updated the list of supported commands
2000-06-21 20:25:07 +00:00
Pavel Roskin
7ac06a3ff1
Removed all vestiges of "math"
2000-06-21 20:17:29 +00:00
John Beppu
0021679b0d
+ added dc (aka the function formerly known as math)
...
+ did all the housekeeping that this change requires.
2000-06-21 19:06:16 +00:00
Pavel Roskin
339b892313
Updated e-mail address of Pavel Roskin to proski@gnu.org
2000-06-20 00:11:07 +00:00
Eric Andersen
98cd53e86d
Ran it through a spell checker and fixed the spelling errors.
...
-Erik
2000-06-16 19:56:44 +00:00
John Beppu
3c709b45b3
+ minor typo fix
...
s/>/>/
2000-06-14 09:11:05 +00:00