- 56082dc space after \ make preprocessor sad by David Kimdon · 24 years ago
- 68c1d84 utility.c must include stdarg.h by David Kimdon · 24 years ago
- b249fbb by John Beppu · 24 years ago
- 8c16bc5 by John Beppu · 24 years ago
- 4a25d8c by John Beppu · 24 years ago
- 0ed9923 Stub out pivot_root so it won't fail to compile. -Erik by Eric Andersen · 24 years ago
- 3574b70 Somewhere along the line, MAKE_LINKS got broken, thereby breaking by Eric Andersen · 24 years ago
- 8079b15 Argh. I should know to compile first. by Eric Andersen · 24 years ago
- bbc8e47 Only default to BB_FEATURE_NEW_MODULE_INTERFACE when by Eric Andersen · 24 years ago
- 2f31057 Make utility.c only define query_module when BB_FEATURE_NEW_MODULE_INTERFACE by Eric Andersen · 24 years ago
- 5723934 Yet another fix. I think I got it this time. -Erik by Eric Andersen · 24 years ago
- 41492d6 I should be more careful... by Eric Andersen · 24 years ago
- c163e51 Turn off the printf attribute for the ?error_msg* functions, since it by Eric Andersen · 24 years ago
- 544891d Add in kent robotti's updated dos2unix.c by Eric Andersen · 24 years ago
- adea7a6 Fix up Makefile -- uClibc nfs works these days by Eric Andersen · 24 years ago
- 4b2e69a Commit a few updates to the usage messages. by Eric Andersen · 24 years ago
- e13bc0b First pass at making up an automagical usage message extractor, which by Eric Andersen · 24 years ago
- ffc40bf Account for remainder, and reset page_height for each and every page. by Eric Andersen · 24 years ago
- b2007bf Make busybox and busybox-static conflict/replace each other by Eric Andersen · 24 years ago
- 5d9cad0 Fix malformed build-depends. Update list of bugs to close -Erik by Eric Andersen · 24 years ago
- 7aa1f5c Make md5sum not display filename when reading stdin -Erik by Eric Andersen · 24 years ago
- dbcd8ce Make init compile when DEBUG_INIT is enabled -Erik by Eric Andersen · 24 years ago
- 7e9276b Another update to the way usage messages are done by Evin Robertson by Eric Andersen · 24 years ago
- 8fc3009 Revert my change to do extra termType checking. That is done elsewhere. by Eric Andersen · 24 years ago
- be30a6b Adjust the terminal height for any overlap, so that no lines by Eric Andersen · 24 years ago
- 54006bc Oops! I left in my debug noise. by Eric Andersen · 24 years ago
- 7c3e7ac df was totally broken. So I fixed it. -Erik by Eric Andersen · 24 years ago
- 8d7bdc9 Small patch from Kent Robotti to show megabytes in human-readable output. by Mark Whitley · 24 years ago
- 9e37007 Minor cleanup. by Eric Andersen · 24 years ago
- 90fe7fe Apply a patch from Magnus Damm <damm@opensource.se> to support by Eric Andersen · 24 years ago
- 477aedd Commit a patch from Erik Gustavsson <cyrano@algonet.se>, to allow by Eric Andersen · 24 years ago
- 5165fbe Oops. Since dirent.h depends on BB_FEATURE_SH_TAB_COMPLETION, put it by Eric Andersen · 24 years ago
- caeeb36 This fixes lash so it handles environment variable expansion, regardless by Eric Andersen · 24 years ago
- a183f05 Cleanup the use of 'find' to prevent error msgs. -Erik by Eric Andersen · 24 years ago
- f1142c5 Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPS by Eric Andersen · 24 years ago
- cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
- 94456f5 Put back Vladimir's testing defines, which I mistakenly removed. by Eric Andersen · 24 years ago
- 12dceb1 A few more cleanups from Vladimir. by Eric Andersen · 24 years ago
- 963791a Another patch from Vladimir to eliminate obsolete junk. by Eric Andersen · 24 years ago
- f1bbb22 A small cleanup by Vladimir by Eric Andersen · 24 years ago
- f57a832 Remove leftover junk by Eric Andersen · 24 years ago
- b50da53 Get rid of long stale usage message code. -Erik by Eric Andersen · 24 years ago
- 3d20f77 A bunch of usage clenups from kent robotti <robotti@metconnect.com> -Erik by Eric Andersen · 24 years ago
- 966b3a6 More updates from Larry Doolittle. Don't use basedir, Don't assume by Eric Andersen · 24 years ago
- 1cf8166 More updates. by Eric Andersen · 24 years ago
- 47aea4e Ignore applet_source_list by Eric Andersen · 24 years ago
- 19f8620 Update the build system for pristine source directory builds. This by Eric Andersen · 24 years ago
- 69c8572 Update the debian build stuff -Erik by Eric Andersen · 24 years ago
- f6a7227 Throw out the obsolete INIT_CHROOT junk by Eric Andersen · 24 years ago
- 28a78ab Several features were hard coded on. Stop that. List tab completion by Eric Andersen · 24 years ago
- 6faae7d Commit Vladimir's latest cmdedit. I modified it slightly to ensure by Eric Andersen · 24 years ago
- 361ee51 Revert multibuild.pl change. by Eric Andersen · 24 years ago
- ca0f458 Regression testing bugfixes from Larry Doolittle. As an aside, by Eric Andersen · 24 years ago
- 733c4ad Do usage messages the same way all other apps fo them. by Eric Andersen · 24 years ago
- fa4f146 Patch from Larry Doolittle to cross things in multibuild.pl by Eric Andersen · 24 years ago
- 5f2c79d Make ar be crossed. by Eric Andersen · 24 years ago
- af12bc6 Make dpkg require dpkg-deb by Eric Andersen · 24 years ago
- 3f5bcbf Fix warning for implicit declaration of time() by Glenn L McGrath · 24 years ago
- a9c6976 Fix compile error, sync() always returns 0 anyway. by Glenn L McGrath · 24 years ago
- 825ae5a Another small formatting change from Larry Doolittle. by Mark Whitley · 24 years ago
- 99806ad Applied patch from Larry Doolittle that does the following: by Mark Whitley · 24 years ago
- 11b7a1d Acknowledge Kenneth Chalmers ln fix. by Eric Andersen · 24 years ago
- d69d2da use perror_msg instead of perror to print the applet name. -Erik by Eric Andersen · 24 years ago
- b50d707 fix a few mallocs to be xmallocs. -Erik by Eric Andersen · 24 years ago
- 02b9f42 Patch from Matt Kraai to fix bug #1103. I've tested it, by Eric Andersen · 24 years ago
- 81bcc92 Fixed 'ls -s' so it actually displays block sizes again. -Erik by Eric Andersen · 24 years ago
- 8305006 Make usage.c depend on usage.h -Erik by Eric Andersen · 24 years ago
- c1c4311 Fins find message. by Eric Andersen · 24 years ago
- 3ec8ffb I forgot to add usage.h, so here it is, with a few extra cleanups. by Eric Andersen · 24 years ago
- 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
- 68be2ab implemented displayroute() based on a patch from Vladimir N. Oleynik, by Eric Andersen · 24 years ago
- 98e599c Commit Vladimir's latest version of stty.c. Nice work. -Erik by Eric Andersen · 24 years ago
- ec45595 Add in ifconfig and route by Eric Andersen · 24 years ago
- 88a5ceb Bump rev to 0.50pre. by Eric Andersen · 24 years ago
- fc83c4c Several cleanups from Manuel Novoa III. by Eric Andersen · 24 years ago
- 6fd8c66 Apply a patch from Evin Robertson -- new pivot_root applet. -Erik by Eric Andersen · 24 years ago
- 3af1f88 Closer integration with dpkg-deb and other busybox functions. by Glenn L McGrath · 24 years ago
- dadf9c6 New dpkg-deb option, warning about dpkg usage by Glenn L McGrath · 24 years ago
- 821fbf0 New option 'list' produces output that can be used for the packages .list file. by Glenn L McGrath · 24 years ago
- bc9afad New function, deb-extract to be used by dpkg, code cleanups. saves some bytes by Glenn L McGrath · 24 years ago
- 728875f Consmetic changes by Glenn L McGrath · 24 years ago
- 6310646 More style changes by Glenn L McGrath · 24 years ago
- 0c9d77c Style changes; use get_line_from_file from utilities by Glenn L McGrath · 24 years ago
- de55661 BB_DPKG uses copy_file by Glenn L McGrath · 24 years ago
- 510f0dd Use copy_file from utilty.c, remove some char defines by Glenn L McGrath · 24 years ago
- 649968c Bug fix, rename status file, cleanups by Glenn L McGrath · 24 years ago
- af8c65d Replace status defines with const int to conform to sytle guide, adds 32 bytes by Glenn L McGrath · 24 years ago
- c900575 Initial import by Glenn L McGrath · 24 years ago
- c30ab0f New applet: dpkg by Glenn L McGrath · 24 years ago
- e78fd0f Fix typo. by Matt Kraai · 24 years ago
- 2fd5298 Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set. by Mark Whitley · 24 years ago
- d238a7b Minor cleanups and clarifications. by Mark Whitley · 24 years ago
- 1d70267 Add listening support. by Matt Kraai · 24 years ago
- df8ccb6 Added documentation for new find options. by Matt Kraai · 24 years ago
- 096370d Reworked find with David Douthitt to support -type, -perm, -mtime, and by Matt Kraai · 24 years ago
- a164c64 Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. by Matt Kraai · 24 years ago
- 925edb8 Added some more on paren spacing and a section on testing guidelines. by Mark Whitley · 24 years ago
- c3fc3c5 It seems I stupidly checked in a silly test I was making. -Erik by Eric Andersen · 24 years ago
- 29cff26 After testing multi-build, I stupidly committed Config.h by Eric Andersen · 24 years ago
- 76c5e60 Patch from Chris Jaeger that makes turning on and off options in the makefile by Mark Whitley · 24 years ago