Commit Graph

1185 Commits

Author SHA1 Message Date
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
54e9457920 Oops. I am an idiot. Put CFLAGS_EXTRA back. Sorry 'bout that.
-Erik
2001-01-24 23:53:43 +00:00
23a93f52aa More regression-found bug fixes 2001-01-24 23:47:21 +00:00
f5d5e77321 more bugs fixed -- found doing regression testing
-Erik
2001-01-24 23:34:48 +00:00
26439a2991 Cleanup for build problem found using regression script 2001-01-24 22:46:16 +00:00
088d9e0f05 Fix _old_ bug so that the regression test actually works.
-Erik
2001-01-24 22:09:46 +00:00
7d69701d39 Some behavioral updates to wget so it acts a bit nicer.
-Erik
2001-01-24 20:28:35 +00:00
8c5cb31e1b Fix up insmod usage info to mention -L 2001-01-24 19:15:07 +00:00
a18aaf1b6a Make insmod understand (and ignore) -L, and convert it to use getopt. 2001-01-24 19:07:09 +00:00
c5cd470fdb Update comments re netkit-tiny...
-Erik
2001-01-24 18:47:30 +00:00
f6c6d9aacc Remove the warning messages. By consensus, netkit-tiny doesn't
need to happen.
2001-01-24 18:44:54 +00:00
24be980004 Fix spelling. s/maintainence/maintenance/ 2001-01-24 17:37:07 +00:00
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
f1b0c77c22 Fixed tiny typo. 2001-01-23 22:31:10 +00:00
59ab025363 #define -> static const int. Also got rid of some big static buffers. 2001-01-23 22:30:04 +00:00
2b8d07c590 Bug fix. 2001-01-23 00:27:51 +00:00
9136e3c84e Remove host* applets from the default build. 2001-01-22 22:51:08 +00:00
e132119f07 Fix silly typo 2001-01-22 22:50:01 +00:00
6705986f27 Warn about apps that will be going away in release 0.50
-Erik
2001-01-22 22:48:42 +00:00
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
3b3f5c364a Use getopt (or getopt_long). 2001-01-22 20:49:00 +00:00
8f8dab94e5 Fixed listed files to extract to be more like GNU. Reported by Deon George. 2001-01-22 05:25:19 +00:00
0d5a08ed92 Patch from Larry Doolittle to close bug #1086.
-Erik
2001-01-22 01:05:04 +00:00
b098b6d74c Update time 2001-01-21 02:59:23 +00:00
fe9888ad97 Fix naming to reflect reality 2001-01-20 21:51:21 +00:00
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
e2310b5a91 djust debian build targets 2001-01-20 21:43:43 +00:00
c73a7f9ba0 lean up a potential error, thanks to Vladimir N. Oleynik <dzo@simtreas.ru>. 2001-01-20 21:41:11 +00:00
370fb08e79 Clarify the statusbar config option so it states which applet it applies to. 2001-01-20 20:07:00 +00:00
6092680305 Adjust the default feature set a wee bit 2001-01-20 19:48:21 +00:00
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
f914a8af2b Close files before exit 2001-01-20 06:23:54 +00:00
6f65a3a7e8 More printf cleanups 2001-01-20 01:10:07 +00:00
1d269432b1 Close unused pipe handle before fork (for tar -z). 2001-01-20 00:12:21 +00:00
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
12f417edbd Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to
Vladimir N. Oleynik.
2001-01-18 02:57:08 +00:00
c9acf8c766 Complicate truncate behavior. 2001-01-17 00:21:05 +00:00
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
9aa23ba5a8 Show an example of how to compile with uClibc.
-Erik
2001-01-16 21:20:46 +00:00
541ffe30a2 Fix ownership of extracted directories. 2001-01-13 21:46:25 +00:00
55787401ea Removed unused, unneeded, Lineo-specific script. 2001-01-09 23:09:45 +00:00
744b064a34 Needs to be NULL at init in all cases. 2001-01-05 21:23:44 +00:00
59d31b68c3 Changelog update/cleanup from larry. 2001-01-05 21:01:01 +00:00
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
0bcc813a34 Better label the globals. 2001-01-05 19:37:32 +00:00
b0970d4fed Patch from Larry Doolittle to set values to static variables that live in the
bss at runtime, since sh.c can call sh.c, which causes these variables to not
be set to their defaults as god intended.
 -Erik
2001-01-05 19:34:52 +00:00
eb60d8bcd1 Turned some #define constants into static const ints. 2001-01-05 18:19:30 +00:00
55bccf315e Rewrote tail. 2001-01-05 02:57:53 +00:00
defcd5e75e Fix a segfault by only constructing the prompt when we need to. If we don't
do this we will segfault processing /etc/.profile since cwd isn't yet set.
2001-01-05 02:53:11 +00:00
6c6ea6cba2 Changed email address to codepoet.org, updated list of applets / docs I
maintain in AUTHORS.
2001-01-04 22:21:13 +00:00