aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-02-18Put back Vladimir's testing defines, which I mistakenly removed.Eric Andersen
2001-02-18A few more cleanups from Vladimir.Eric Andersen
2001-02-18Another patch from Vladimir to eliminate obsolete junk.Eric Andersen
2001-02-18A small cleanup by VladimirEric Andersen
2001-02-18Remove leftover junkEric Andersen
2001-02-17Get rid of long stale usage message code.Eric Andersen
-Erik
2001-02-17A bunch of usage clenups from kent robotti <robotti@metconnect.com>Eric Andersen
-Erik
2001-02-17More updates from Larry Doolittle. Don't use basedir, Don't assumeEric Andersen
random makefiles are going to work with busybox.
2001-02-17More updates.Eric Andersen
2001-02-17Ignore applet_source_listEric Andersen
2001-02-17Update the build system for pristine source directory builds. ThisEric Andersen
update is primarily work done by Larry Doolittle, but I did some touchups of my own to make it work for me, -Erik
2001-02-17Update the debian build stuffEric Andersen
-Erik
2001-02-17Throw out the obsolete INIT_CHROOT junkEric Andersen
2001-02-16Several features were hard coded on. Stop that. List tab completionEric Andersen
as working (thanks Vladimir!) and taking 4k. -Erik
2001-02-16Commit Vladimir's latest cmdedit. I modified it slightly to ensureEric Andersen
parse_prompt() would be called before cmdedit_init(), since cmdedit_init() calls cmdedit_setwidth() which uses cmdedit_prmt_len, which is set by parse_prompt(). Also, added a mod, so very narrow terminals should now wrap properly... This is working very nicely for me -- Vladimir has done some very good work.
2001-02-16Revert multibuild.pl change.Eric Andersen
2001-02-16Regression testing bugfixes from Larry Doolittle. As an aside,Eric Andersen
can I just say how much I am looking forward to having 0.50 released, so we can address this #define stupidness properly by building a static libbusybox, and then letting the linker sort out the dependancies.... Ahh, that will be much nicer. -Erik
2001-02-16Do usage messages the same way all other apps fo them.Eric Andersen
Skip printing of available options (can't do this easily). Based on a patch by Larry Doolittle. -Erik
2001-02-16Patch from Larry Doolittle to cross things in multibuild.plEric Andersen
2001-02-16Make ar be crossed.Eric Andersen
2001-02-16Make dpkg require dpkg-debEric Andersen
2001-02-16Fix warning for implicit declaration of time()Glenn L McGrath
2001-02-16Fix compile error, sync() always returns 0 anyway.Glenn L McGrath
2001-02-15Another small formatting change from Larry Doolittle.Mark Whitley
2001-02-15Applied patch from Larry Doolittle that does the following:Mark Whitley
- style changes - It actually returns the code computed by INET_setroute (wasn't being done properly before) - The displayroute() format string now matches net-tools
2001-02-15Acknowledge Kenneth Chalmers ln fix.Eric Andersen
2001-02-15use perror_msg instead of perror to print the applet name.Eric Andersen
-Erik
2001-02-15fix a few mallocs to be xmallocs.Eric Andersen
-Erik
2001-02-15Patch from Matt Kraai to fix bug #1103. I've tested it,Eric Andersen
and it indeed seems to fix things. -Erik
2001-02-15Fixed 'ls -s' so it actually displays block sizes again.Eric Andersen
-Erik
2001-02-14Make usage.c depend on usage.hEric Andersen
-Erik
2001-02-14Fins find message.Eric Andersen
2001-02-14I forgot to add usage.h, so here it is, with a few extra cleanups.Eric Andersen
Also update show_usage to handle the updated usage.h. Again, nearly all the work to get usage.h into shape was done by Manuel Novoa III. -Erik
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed.
2001-02-14implemented displayroute() based on a patch from Vladimir N. Oleynik,Eric Andersen
so now route behaves as expected w/o any arguments.
2001-02-14Commit Vladimir's latest version of stty.c. Nice work.Eric Andersen
-Erik
2001-02-14Add in ifconfig and routeEric Andersen
2001-02-14Bump rev to 0.50pre.Eric Andersen
2001-02-14Several cleanups from Manuel Novoa III.Eric Andersen
get_kernel_revision -- size reduction NOTE: may want to combine with get_kernel_version in insmod??? parse_mode -- size reduction, multiple settings with "," now work correctly, sticky-bit setting now implemented process_escape_sequence -- size reduction, octal code to big for char bug fixed format -- size reduction, val > LONG_MAX and hr = 1 printing bug fixed (was %ld),
2001-02-13Apply a patch from Evin Robertson -- new pivot_root applet.Eric Andersen
-Erik
2001-02-12Closer integration with dpkg-deb and other busybox functions.Glenn L McGrath
Hopefully simplified some code (works for me).
2001-02-12New dpkg-deb option, warning about dpkg usageGlenn L McGrath
2001-02-12New option 'list' produces output that can be used for the packages .list file.Glenn L McGrath
Will be used be bb dpkg
2001-02-11New function, deb-extract to be used by dpkg, code cleanups. saves some bytesGlenn L McGrath
2001-02-11Consmetic changesGlenn L McGrath
2001-02-11More style changesGlenn L McGrath
2001-02-11Style changes; use get_line_from_file from utilitiesGlenn L McGrath
2001-02-10BB_DPKG uses copy_fileGlenn L McGrath
2001-02-10Use copy_file from utilty.c, remove some char definesGlenn L McGrath
2001-02-10Bug fix, rename status file, cleanupsGlenn L McGrath