aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-01-26Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completionMark Whitley
in Busybox shell. (Thanks, Vlad.)
2001-01-26Cleanup patch from larry doolittleEric Andersen
-Erik
2001-01-26Fixed a li'l thinko.Mark Whitley
2001-01-26Fix my braindamage -- remove termios and sighandling since they are notEric Andersen
needed at all. My bad. -Erik
2001-01-26I am an idiot. Looking over my patch, ls doesn't need to do anythingEric Andersen
more then the ioctl to get the win size. None of the termios handling crap is needed. -Erik
2001-01-26Make cin be staticEric Andersen
2001-01-26Update the arch-not-yet-supported msg to be more clear.Eric Andersen
2001-01-26Add errno.hEric Andersen
2001-01-26Make ls understand termios.Eric Andersen
-Erik
2001-01-26Fix a stupid bug I introduced yesterday. Doh!Eric Andersen
-Erik
2001-01-26Update some comments to clarify things.Eric Andersen
2001-01-25Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.Eric Andersen
-Erik
2001-01-25Add in spoon's watchdog timer app.Eric Andersen
-Erik
2001-01-25Because you demanded it, source tree snapshots are made available daily.Mark Whitley
2001-01-25Added Linux on nanoEngine to the list of known users.Mark Whitley
2001-01-25Update contact info.Eric Andersen
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