Eric Andersen
155c89b0c3
I just wrote 'insmod -o' to close bug#1049.
2001-01-25 04:11:06 +00:00
Eric Andersen
15f29e7d86
Tar, by itself, could fail.
2001-01-25 00:53:46 +00:00
Eric Andersen
cc2bcdc41d
Cleanup from Larry Doolittle
2001-01-25 00:47:31 +00:00
Eric Andersen
39b727f498
Fix for dpkg-deb, courtesy of Larry Doolittle.
...
-Erik
2001-01-25 00:45:52 +00:00
Eric Andersen
3862423884
Add in Larry's CUSTOMIZED_BANNER patchlet, and let folks know that
...
BB_FEATURE_INIT_CHROOT needs to be rewritten to use pivot_root.
-Erik
2001-01-25 00:04:16 +00:00
Eric Andersen
70c6086474
More regression testing found buglets
2001-01-25 00:00:04 +00:00
Eric Andersen
86f3d5bad6
Bug fix and small create_module cleanup from Larry Doolittle to
...
fix insmod, since I broke var=value args when I getopt'ified it.
2001-01-24 23:59:50 +00:00
Eric Andersen
54e9457920
Oops. I am an idiot. Put CFLAGS_EXTRA back. Sorry 'bout that.
...
-Erik
2001-01-24 23:53:43 +00:00
Eric Andersen
23a93f52aa
More regression-found bug fixes
2001-01-24 23:47:21 +00:00
Eric Andersen
f5d5e77321
more bugs fixed -- found doing regression testing
...
-Erik
2001-01-24 23:34:48 +00:00
Eric Andersen
26439a2991
Cleanup for build problem found using regression script
2001-01-24 22:46:16 +00:00
Eric Andersen
088d9e0f05
Fix _old_ bug so that the regression test actually works.
...
-Erik
2001-01-24 22:09:46 +00:00
Eric Andersen
7d69701d39
Some behavioral updates to wget so it acts a bit nicer.
...
-Erik
2001-01-24 20:28:35 +00:00
Eric Andersen
8c5cb31e1b
Fix up insmod usage info to mention -L
2001-01-24 19:15:07 +00:00
Eric Andersen
a18aaf1b6a
Make insmod understand (and ignore) -L, and convert it to use getopt.
2001-01-24 19:07:09 +00:00
Eric Andersen
c5cd470fdb
Update comments re netkit-tiny...
...
-Erik
2001-01-24 18:47:30 +00:00
Eric Andersen
f6c6d9aacc
Remove the warning messages. By consensus, netkit-tiny doesn't
...
need to happen.
2001-01-24 18:44:54 +00:00
Eric Andersen
24be980004
Fix spelling. s/maintainence/maintenance/
2001-01-24 17:37:07 +00:00
Mark Whitley
a5b55ca8a9
- Added a section on avoiding static buffers, per mailing list discussions
...
- Added a section on avoiding dangerous, overrun-prone string functions, per
mailing list comment by David Douthitt
- Added comment on how to search-and-replace in multiple files per (very old)
mailing list comment by Larry Doolittle.
2001-01-24 00:18:13 +00:00
Mark Whitley
f1b0c77c22
Fixed tiny typo.
2001-01-23 22:31:10 +00:00
Mark Whitley
59ab025363
#define -> static const int. Also got rid of some big static buffers.
2001-01-23 22:30:04 +00:00
Eric Andersen
2b8d07c590
Bug fix.
2001-01-23 00:27:51 +00:00
Eric Andersen
9136e3c84e
Remove host* applets from the default build.
2001-01-22 22:51:08 +00:00
Eric Andersen
e132119f07
Fix silly typo
2001-01-22 22:50:01 +00:00
Eric Andersen
6705986f27
Warn about apps that will be going away in release 0.50
...
-Erik
2001-01-22 22:48:42 +00:00
Richard June
6d0921cc0b
Add HUMAN_READABLE define for -m and -h support in du, df, and ls
...
Add support for -k in du, df, and ls(no define, it's for compatibliity with the GNU utils as bb does -k by default)
Fix bug #1084
2001-01-22 22:35:38 +00:00
Matt Kraai
3b3f5c364a
Use getopt (or getopt_long).
2001-01-22 20:49:00 +00:00
Matt Kraai
8f8dab94e5
Fixed listed files to extract to be more like GNU. Reported by Deon George.
2001-01-22 05:25:19 +00:00
Eric Andersen
0d5a08ed92
Patch from Larry Doolittle to close bug #1086 .
...
-Erik
2001-01-22 01:05:04 +00:00
Eric Andersen
b098b6d74c
Update time
2001-01-21 02:59:23 +00:00
Eric Andersen
fe9888ad97
Fix naming to reflect reality
2001-01-20 21:51:21 +00:00
Eric Andersen
965fa326a1
Move \n to inside TRIVIAL_HELP, to save a few bytes for the default case.
...
Patch from Vladimir N. Oleynik <dzo@simtreas.ru>
2001-01-20 21:45:57 +00:00
Eric Andersen
e2310b5a91
djust debian build targets
2001-01-20 21:43:43 +00:00
Eric Andersen
c73a7f9ba0
lean up a potential error, thanks to Vladimir N. Oleynik <dzo@simtreas.ru>.
2001-01-20 21:41:11 +00:00
Eric Andersen
370fb08e79
Clarify the statusbar config option so it states which applet it applies to.
2001-01-20 20:07:00 +00:00
Eric Andersen
6092680305
Adjust the default feature set a wee bit
2001-01-20 19:48:21 +00:00
Eric Andersen
5f825ee6d6
Apply a patch from Vladimir N. Oleynik <dzo@simtreas.ru>,
...
and thereby save 64 bytes.
-Erik
2001-01-20 16:22:58 +00:00
Glenn L McGrath
f914a8af2b
Close files before exit
2001-01-20 06:23:54 +00:00
Eric Andersen
6f65a3a7e8
More printf cleanups
2001-01-20 01:10:07 +00:00
Glenn L McGrath
1d269432b1
Close unused pipe handle before fork (for tar -z).
2001-01-20 00:12:21 +00:00
Matt Kraai
8392acd8fc
All files include busybox.h, which includes applets.h, so the Makefile
...
should reflect this. Thanks to Vladimir N. Oleynik for the idea.
2001-01-18 03:03:09 +00:00
Matt Kraai
12f417edbd
Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to
...
Vladimir N. Oleynik.
2001-01-18 02:57:08 +00:00
Matt Kraai
c9acf8c766
Complicate truncate behavior.
2001-01-17 00:21:05 +00:00
Matt Kraai
fd4c58d7c5
Fix the exit status of umount -a, a casualty of the TRUE/FALSE normalization.
...
Thanks to Francois-R Boyer <boyerf@IRO.UMontreal.CA> for the report.
2001-01-17 00:12:11 +00:00
Eric Andersen
9aa23ba5a8
Show an example of how to compile with uClibc.
...
-Erik
2001-01-16 21:20:46 +00:00
Matt Kraai
541ffe30a2
Fix ownership of extracted directories.
2001-01-13 21:46:25 +00:00
Mark Whitley
55787401ea
Removed unused, unneeded, Lineo-specific script.
2001-01-09 23:09:45 +00:00
Eric Andersen
744b064a34
Needs to be NULL at init in all cases.
2001-01-05 21:23:44 +00:00
Eric Andersen
59d31b68c3
Changelog update/cleanup from larry.
2001-01-05 21:01:01 +00:00
Eric Andersen
8ea28be6d2
Patch from larry doolittle to be ever so careful to cleanup
...
all open file descriptors, lest wierdness happen later.
2001-01-05 20:58:22 +00:00