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
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
ef40aa81c5
* Fixed insmod module option parsing for options lacking an '='.
...
Fix thanks to Marc Nijdam <marc_nijdam@hp.com >
-Erik
2000-06-26 11:16:22 +00:00
3adffb7fc8
readlink(2) does not NULL terminate the buffer it reads in, but tar expected it
...
to do so. This caused symlinks stored in tarballs to likely have trailing
crap in the stored symlink named. Oops.
-Erik
2000-06-26 10:54:06 +00:00
10dc9d4d17
Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in
...
/proc/mounts, added a hack to make sysinfo work with both old and new kernels).
-Erik
2000-06-26 10:45:52 +00:00
8a24a6783a
Better error checking in insmod. Remove left over %m's
...
-Erik
2000-06-22 18:19:31 +00:00
4a971aef59
Minor web page update.
...
-Erik
2000-06-22 01:27:11 +00:00
3c37598dc2
Fix version #
...
-Erik
2000-06-22 00:23:09 +00:00
a29dec28cb
More doc updates
...
-Erik
2000-06-22 00:19:33 +00:00
ccd32cbb61
Merged two TODO items into one
2000-06-22 00:16:37 +00:00
9d9610b8de
Update the list.
...
-Erik
2000-06-22 00:04:12 +00:00
6f9985e2f2
Pavel Roskin <proski@gnu.org> just found a nasty memory
...
corruption bug. Disabling 'ln -n' till it is fixed.
-Erik
2000-06-22 00:02:56 +00:00
addc9c28ad
Document 'ln --'
...
-Erik
2000-06-21 22:53:24 +00:00
4fa84e6b54
Cleaned up some #ifdef spiderwebs.
2000-06-21 22:53:16 +00:00
c6cdf58747
Bump version number to 0.45
...
-Erik
2000-06-21 22:50:59 +00:00
07edff4ba4
Added an implicit rule for #defining BB_FEATURE_USE_TERMIOS if
...
BB_FEATURE_AUTOWIDTH is #defined.
2000-06-21 22:46:32 +00:00
45087b1010
More doc updates.
...
-Erik
2000-06-21 22:44:33 +00:00
766c012975
Web site updates.
...
-Erik
2000-06-21 22:43:07 +00:00
c5c5e3d144
Add in my little patch for 2.4.x to make sysinfo binary compatable (again)
...
-Erik
2000-06-21 22:06:56 +00:00
afa0662860
Documented "which"
2000-06-21 21:43:24 +00:00
1a804e4b3c
Removed trailing spaces
2000-06-21 21:38:00 +00:00
f929641c51
Add in telnet docs.
...
-Erik
2000-06-21 21:04:01 +00:00
feb47c024a
Add insmod docs
...
-Erik
2000-06-21 21:03:13 +00:00
f7a01951fb
Updated the list of supported commands
2000-06-21 20:25:07 +00:00
7ac06a3ff1
Removed all vestiges of "math"
2000-06-21 20:17:29 +00:00
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
b405dfa54d
'tar --help' wasn't working. Fixed it.
...
-Erik
2000-06-21 18:37:36 +00:00
c03525475e
+ made it so that you can use the mnemonics
...
(add, sub, mul, div) in lieu of (+, -, *, /)
2000-06-21 18:00:46 +00:00
e63ad9ba06
Special case the memcopy stuff so it isn't enabled for uclibc
...
-Erik
2000-06-20 21:04:03 +00:00
28c88a9430
Some makefile fixes to allow compiling with ucLibc (stuff turned off
...
by default of course).
-Erik
2000-06-20 21:03:24 +00:00
339b892313
Updated e-mail address of Pavel Roskin to proski@gnu.org
2000-06-20 00:11:07 +00:00
4eb1b30411
Mention libc support, Pavel's rm fix is already merged.
...
-Erik
2000-06-19 20:19:04 +00:00
bd4a75f6c8
Finish off the libc5 porting effort. Everything now works with libc5
...
except for md5sum, which uses the GNU libc addition getline().
-Erik
2000-06-19 20:03:48 +00:00
bb245ba0c2
Made insmod work with both libc5 and libc6.
...
-Erik
2000-06-19 19:53:30 +00:00
9ca57d377e
Made ping work with libc5 and libc6.
...
-Erik
2000-06-19 18:51:53 +00:00
e1e23eecab
Make umount work and compile cleanly under libc5 and libc6.
...
-Erik
2000-06-19 18:38:51 +00:00
5e29c6ffce
Make swaponoff compile cleanly under both libc5 and libc6.
...
-Erik
2000-06-19 18:25:49 +00:00
a15cd0be34
Make syslogd.c, init.c, and update.c compile error/warning free under both libc5 and libc6.
...
-Erik
2000-06-19 18:14:20 +00:00
b7362e36a8
printf now compiles cleanly under both libc5 and libc6.
...
-Erik
2000-06-19 17:52:17 +00:00
67e32304b1
Updated to compile and work with libc5.
...
-Erik
2000-06-19 17:48:02 +00:00
be5023a84d
Update internal.h to conditionally include asm/string.h
...
-Erik
2000-06-19 17:30:07 +00:00
b610615be9
Updates to a number of apps to remove warnings/compile errors under libc5.
...
Tested under both libc5 and libc6 and all seems well with these fixes.
-Erik
2000-06-19 17:25:40 +00:00
dbb3019d0d
Added a note to the "maybe by 0.44" list to prune sfdisk and graft fdisk.
2000-06-19 17:03:32 +00:00
30f0f2d040
Fix a stupid bug, where I cleaned things as the last makefile target. duh.
...
-Erik
2000-06-19 09:29:32 +00:00
b108a5b780
Added support for building debian packages.
...
-Erik
2000-06-19 09:21:34 +00:00
110fc0cacc
Check for 3 and more arguments was incorrect
...
It is only allowed for linking to a directory
But linking to a directory still fails and may be removed
2000-06-18 00:02:24 +00:00
74c66ad06e
Fix some spelling errors in the source as well.
...
-Erik
2000-06-16 19:57:44 +00:00
98cd53e86d
Ran it through a spell checker and fixed the spelling errors.
...
-Erik
2000-06-16 19:56:44 +00:00
852ff13fc4
Update to ar.c from Glenn McGrath. His comments follow:
...
------------------------------
the attached diff applies to the ar.c i originally submitted
Changes
Preserve dates now works.
Extracted files are set to the uid, gid and mode specified in the
archive.
Checks for valid end of header marker.
Correctly unpacks newer debian files. (has a '\n' character between
entries)
Added more comments.
Cleaned up code.
Added a last modified date to help keep track of versions.
TODO
Common functionality in ar.c are in tar.c should be merged, in
particular getOctal and extractSubFile.
Should all functions that are used by multiple file go in utilities.c ?
2000-06-16 04:56:40 +00:00
b991395405
Added some comments and changed a variable name to be more meaningful. No
...
fixes yet for the space bug, but should be coming soon.
2000-06-16 00:26:51 +00:00