aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-01-25Apply a patch from Brent Priddy <brent.priddy@adtran.com> to addEric Andersen
'id -n' support. -Erik
2001-01-25I just wrote 'insmod -o' to close bug#1049.Eric Andersen
2001-01-25Tar, by itself, could fail.Eric Andersen
2001-01-25Cleanup from Larry DoolittleEric Andersen
2001-01-25Fix for dpkg-deb, courtesy of Larry Doolittle.Eric Andersen
-Erik
2001-01-25Add in Larry's CUSTOMIZED_BANNER patchlet, and let folks know thatEric Andersen
BB_FEATURE_INIT_CHROOT needs to be rewritten to use pivot_root. -Erik
2001-01-25More regression testing found bugletsEric Andersen
2001-01-24Bug fix and small create_module cleanup from Larry Doolittle toEric Andersen
fix insmod, since I broke var=value args when I getopt'ified it.
2001-01-24Oops. I am an idiot. Put CFLAGS_EXTRA back. Sorry 'bout that.Eric Andersen
-Erik
2001-01-24More regression-found bug fixesEric Andersen
2001-01-24more bugs fixed -- found doing regression testingEric Andersen
-Erik
2001-01-24Cleanup for build problem found using regression scriptEric Andersen
2001-01-24Fix _old_ bug so that the regression test actually works.Eric Andersen
-Erik
2001-01-24Some behavioral updates to wget so it acts a bit nicer.Eric Andersen
-Erik
2001-01-24Fix up insmod usage info to mention -LEric Andersen
2001-01-24Make insmod understand (and ignore) -L, and convert it to use getopt.Eric Andersen
2001-01-24Update comments re netkit-tiny...Eric Andersen
-Erik
2001-01-24Remove the warning messages. By consensus, netkit-tiny doesn'tEric Andersen
need to happen.
2001-01-24Fix spelling. s/maintainence/maintenance/Eric Andersen
2001-01-24 - Added a section on avoiding static buffers, per mailing list discussionsMark Whitley
- 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-23Fixed tiny typo.Mark Whitley
2001-01-23#define -> static const int. Also got rid of some big static buffers.Mark Whitley
2001-01-23Bug fix.Eric Andersen
2001-01-22Remove host* applets from the default build.Eric Andersen
2001-01-22Fix silly typoEric Andersen
2001-01-22Warn about apps that will be going away in release 0.50Eric Andersen
-Erik
2001-01-22Add HUMAN_READABLE define for -m and -h support in du, df, and lsRichard June
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-22Use getopt (or getopt_long).Matt Kraai
2001-01-22Fixed listed files to extract to be more like GNU. Reported by Deon George.Matt Kraai
2001-01-22Patch from Larry Doolittle to close bug #1086.Eric Andersen
-Erik
2001-01-21Update timeEric Andersen
2001-01-20Fix naming to reflect realityEric Andersen
2001-01-20Move \n to inside TRIVIAL_HELP, to save a few bytes for the default case.Eric Andersen
Patch from Vladimir N. Oleynik <dzo@simtreas.ru>
2001-01-20djust debian build targetsEric Andersen
2001-01-20lean up a potential error, thanks to Vladimir N. Oleynik <dzo@simtreas.ru>.Eric Andersen
2001-01-20Clarify the statusbar config option so it states which applet it applies to.Eric Andersen
2001-01-20Adjust the default feature set a wee bitEric Andersen
2001-01-20Apply a patch from Vladimir N. Oleynik <dzo@simtreas.ru>,Eric Andersen
and thereby save 64 bytes. -Erik
2001-01-20Close files before exitGlenn L McGrath
2001-01-20More printf cleanupsEric Andersen
2001-01-20Close unused pipe handle before fork (for tar -z).Glenn L McGrath
2001-01-18All files include busybox.h, which includes applets.h, so the MakefileMatt Kraai
should reflect this. Thanks to Vladimir N. Oleynik for the idea.
2001-01-18Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai
Vladimir N. Oleynik.
2001-01-17Complicate truncate behavior.Matt Kraai
2001-01-17Fix the exit status of umount -a, a casualty of the TRUE/FALSE normalization.Matt Kraai
Thanks to Francois-R Boyer <boyerf@IRO.UMontreal.CA> for the report.
2001-01-16Show an example of how to compile with uClibc.Eric Andersen
-Erik
2001-01-13Fix ownership of extracted directories.Matt Kraai
2001-01-09Removed unused, unneeded, Lineo-specific script.Mark Whitley
2001-01-05Needs to be NULL at init in all cases.Eric Andersen
2001-01-05Changelog update/cleanup from larry.Eric Andersen