ed0d958c3e
Make HUMAN_READABLE be single argument like the others.
2001-02-23 13:23:03 +00:00
2498b155fd
forgot a comma.
2001-02-23 13:04:39 +00:00
a0cfe94c4e
More usage cleanups from kent robotti. I know some of these were
...
applied previously but apparently lost with some of the latest changes.
2001-02-23 10:07:09 +00:00
b83ffafc15
Fix up a stupid mistake caught by David Whedon <dwhedon@gordian.com>
2001-02-23 06:36:53 +00:00
56082dc2ae
space after \ make preprocessor sad
2001-02-23 06:03:22 +00:00
68c1d8400c
utility.c must include stdarg.h
2001-02-23 03:55:24 +00:00
b249fbb1dc
I can't leave it alone.
2001-02-23 03:12:45 +00:00
8c16bc5012
minor cleanup... all that's left to do is
...
* make headers and footers for both the POD and SGML content
* make an SGML generator
* finish the command-line handling
Also, some of the documentation in usage.h will have to
be adjusted. expr needs some lines to be indented, and
ls has a stray comma. I may have missed some things...
but it looks OK for the most part.
2001-02-23 02:54:31 +00:00
4a25d8c9c3
This is the remixed autodocufier.pl.
2001-02-23 02:33:28 +00:00
0ed9923887
Stub out pivot_root so it won't fail to compile.
...
-Erik
2001-02-23 02:31:03 +00:00
3574b70efc
Somewhere along the line, MAKE_LINKS got broken, thereby breaking
...
'make install'. Fix that.
2001-02-23 02:16:29 +00:00
8079b155c2
Argh. I should know to compile first.
2001-02-23 02:04:33 +00:00
bbc8e4789f
Only default to BB_FEATURE_NEW_MODULE_INTERFACE when
...
BB_FEATURE_OLD_MODULE_INTERFACE is not defined.
-Erik
2001-02-23 02:00:35 +00:00
2f3105725f
Make utility.c only define query_module when BB_FEATURE_NEW_MODULE_INTERFACE
...
is enabled.
-Erik
2001-02-23 01:58:18 +00:00
5723934f7c
Yet another fix. I think I got it this time.
...
-Erik
2001-02-23 01:39:26 +00:00
41492d6c23
I should be more careful...
2001-02-23 00:05:56 +00:00
c163e5107f
Turn off the printf attribute for the ?error_msg* functions, since it
...
is ok to pass them a NULL, unlike printf. This silences a pointless
warning message.
-Erik
2001-02-22 23:38:48 +00:00
544891dd26
Add in kent robotti's updated dos2unix.c
2001-02-22 23:37:30 +00:00
adea7a6101
Fix up Makefile -- uClibc nfs works these days
2001-02-22 23:36:30 +00:00
4b2e69a1cf
Commit a few updates to the usage messages.
2001-02-22 23:32:59 +00:00
e13bc0bc68
First pass at making up an automagical usage message extractor, which
...
will be used (when it works) to autogenerate documentation. Based on
code written by Mark Whitley.
2001-02-22 22:47:06 +00:00
ffc40bf3de
Account for remainder, and reset page_height for each and every page.
2001-02-22 21:49:32 +00:00
b2007bffc5
Make busybox and busybox-static conflict/replace each other
2001-02-22 05:21:35 +00:00
5d9cad0253
Fix malformed build-depends. Update list of bugs to close
...
-Erik
2001-02-22 05:08:16 +00:00
7aa1f5c42a
Make md5sum not display filename when reading stdin
...
-Erik
2001-02-22 04:59:16 +00:00
dbcd8ce464
Make init compile when DEBUG_INIT is enabled
...
-Erik
2001-02-22 04:55:33 +00:00
7e9276b50a
Another update to the way usage messages are done by Evin Robertson
...
<nitfol@my-deja.com >, which makes things just a little bit smaller, but makes
usage.h more readable/maintainable IMHO.
-Erik
2001-02-22 01:15:47 +00:00
8fc300976f
Revert my change to do extra termType checking. That is done elsewhere.
...
Silly me.
-Erik
2001-02-22 00:50:20 +00:00
be30a6b8b0
Adjust the terminal height for any overlap, so that no lines
...
get lost off the top
-Erik
2001-02-22 00:22:46 +00:00
54006bce25
Oops! I left in my debug noise.
2001-02-21 00:27:22 +00:00
7c3e7ac940
df was totally broken. So I fixed it.
...
-Erik
2001-02-21 00:24:51 +00:00
8d7bdc9deb
Small patch from Kent Robotti to show megabytes in human-readable output.
2001-02-20 21:57:55 +00:00
9e37007edb
Minor cleanup.
2001-02-20 21:52:49 +00:00
90fe7fea10
Apply a patch from Magnus Damm <damm@opensource.se> to support
...
powerpc with busybox insmod
-Erik
2001-02-20 20:47:08 +00:00
477aedd77f
Commit a patch from Erik Gustavsson <cyrano@algonet.se>, to allow
...
environment variables set from the kernel command line to be inherited
bu application programs. Slightly changed to special case handling of
TERM, so that it has sane defaults when on a serial console.
-Erik
2001-02-20 18:01:50 +00:00
5165fbed63
Oops. Since dirent.h depends on BB_FEATURE_SH_TAB_COMPLETION, put it
...
after busybox.h is included.
2001-02-20 06:42:29 +00:00
caeeb36784
This fixes lash so it handles environment variable expansion, regardless
...
of where the environment variables are located in an argument. This allows
things like 'echo foo$1$SHELL' to expand the same way bash would expand it.
Of course, to make this work I introduced a memory leak, and I am too tired
to find a way to fix it.
-Erik
2001-02-20 06:38:44 +00:00
a183f05825
Cleanup the use of 'find' to prevent error msgs.
...
-Erik
2001-02-20 06:22:54 +00:00
f1142c5b11
Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPS
...
-Erik
2001-02-20 06:16:29 +00:00
cbe31dace5
It turns out that DODMALLOC was broken when I reorganized busybox.h
...
header file usage before the 0.49 release. To fix it, I had to move
the '#include "busybox.h"' to the end of the list of #include files.
-Erik
2001-02-20 06:14:08 +00:00
94456f5984
Put back Vladimir's testing defines, which I mistakenly removed.
2001-02-18 20:26:48 +00:00
12dceb1147
A few more cleanups from Vladimir.
2001-02-18 20:15:36 +00:00
963791a9e9
Another patch from Vladimir to eliminate obsolete junk.
2001-02-18 20:13:18 +00:00
f1bbb22dca
A small cleanup by Vladimir
2001-02-18 20:12:25 +00:00
f57a832063
Remove leftover junk
2001-02-18 20:11:38 +00:00
b50da53e0c
Get rid of long stale usage message code.
...
-Erik
2001-02-17 16:52:35 +00:00
3d20f772c2
A bunch of usage clenups from kent robotti <robotti@metconnect.com>
...
-Erik
2001-02-17 16:49:00 +00:00
966b3a6f79
More updates from Larry Doolittle. Don't use basedir, Don't assume
...
random makefiles are going to work with busybox.
2001-02-17 15:56:52 +00:00
1cf8166329
More updates.
2001-02-17 15:55:15 +00:00
47aea4ee71
Ignore applet_source_list
2001-02-17 03:08:32 +00:00