aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-02-09Minor cleanups and clarifications.Mark Whitley
2001-02-07Add listening support.Matt Kraai
2001-02-07Added documentation for new find options.Matt Kraai
2001-02-07Reworked find with David Douthitt to support -type, -perm, -mtime, andMatt Kraai
2001-02-05Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.Matt Kraai
2001-02-03Added some more on paren spacing and a section on testing guidelines.Mark Whitley
2001-02-02It seems I stupidly checked in a silly test I was making.Eric Andersen
2001-02-02After testing multi-build, I stupidly committed Config.hEric Andersen
2001-02-02Patch from Chris Jaeger that makes turning on and off options in the makefileMark Whitley
2001-02-01Apply a patch from Larry Doolittle to add "-all" and "-none" switchesEric Andersen
2001-02-01Tightened things up a bit, saved 20 bytes, and made the code a bit clearer inMark Whitley
2001-02-01Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking forMark Whitley
2001-02-01Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined.Mark Whitley
2001-02-01Create find_applet_by_name function. Save 32 bytes.Matt Kraai
2001-02-01Fix wget error message and add (and use) chomp library function.Matt Kraai
2001-01-31Make old compilers not choke -- define the attribute in the func prototype.Eric Andersen
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai
2001-01-31Added floppyfw to list of known projects using BusyBox.Mark Whitley
2001-01-31xfopen now used by wgetEric Andersen
2001-01-31Patch from Vladimir N. Oleynik to simplify wget file openingEric Andersen
2001-01-31Cleanup patch from Vladimir N. Oleynik.Eric Andersen
2001-01-31Patch from Vladimir N. Oleynik to simplify/cleanup a few things in init.cEric Andersen
2001-01-31Patch from Vladimir N. Oleynik to simplify how it decides whichEric Andersen
2001-01-31Wrap a table (bg set to black, width=80%) around the screenshotEric Andersen
2001-01-31Make it validate.Matt Kraai
2001-01-31Close IMG tag.Matt Kraai
2001-01-31Patch from Larry Doolittle to reduce the chance that fussing with VPATH willEric Andersen
2001-01-31If the ioctl fails to tell us the winsize, default to 79.Eric Andersen
2001-01-30Patch from Bryan Rittmeyer -- be more conservative by defaultEric Andersen
2001-01-30Added a new screenshot of Busybox. :-)Mark Whitley
2001-01-30Fix the pwd and group functions. The bb_ stuff was a leftover fromEric Andersen
2001-01-30Fix a stupid typo -- bug found by Larry Doolittle.Eric Andersen
2001-01-30Applied patch from Larry Doolittle to use preprocessor for definingMark Whitley
2001-01-30Fix ls behavior for broken or very narrow terminals. Fix my_*Eric Andersen
2001-01-29Test applets containing numbers in their name. Thanks to Larry Doolittle.Matt Kraai
2001-01-29Fix missing header file.Matt Kraai
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen
2001-01-27Fix some formattingEric Andersen
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2001-01-27Add in a patch to make busybox use the normal pwd.h and grp.hEric Andersen
2001-01-26Applied patch from Larry Doolittle to list supported arches, libcs and kernelsMark Whitley
2001-01-26Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completionMark Whitley
2001-01-26Cleanup patch from larry doolittleEric Andersen
2001-01-26Fixed a li'l thinko.Mark Whitley
2001-01-26Fix my braindamage -- remove termios and sighandling since they are notEric Andersen
2001-01-26I am an idiot. Looking over my patch, ls doesn't need to do anythingEric Andersen
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