Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-17 | Update the debian build stuff | Eric Andersen | |
-Erik | |||
2001-02-17 | Throw out the obsolete INIT_CHROOT junk | Eric Andersen | |
2001-02-16 | Several features were hard coded on. Stop that. List tab completion | Eric Andersen | |
as working (thanks Vladimir!) and taking 4k. -Erik | |||
2001-02-16 | Commit Vladimir's latest cmdedit. I modified it slightly to ensure | Eric 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-16 | Revert multibuild.pl change. | Eric Andersen | |
2001-02-16 | Regression 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-16 | Do 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-16 | Patch from Larry Doolittle to cross things in multibuild.pl | Eric Andersen | |
2001-02-16 | Make ar be crossed. | Eric Andersen | |
2001-02-16 | Make dpkg require dpkg-deb | Eric Andersen | |
2001-02-16 | Fix warning for implicit declaration of time() | Glenn L McGrath | |
2001-02-16 | Fix compile error, sync() always returns 0 anyway. | Glenn L McGrath | |
2001-02-15 | Another small formatting change from Larry Doolittle. | Mark Whitley | |
2001-02-15 | Applied 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-15 | Acknowledge Kenneth Chalmers ln fix. | Eric Andersen | |
2001-02-15 | use perror_msg instead of perror to print the applet name. | Eric Andersen | |
-Erik | |||
2001-02-15 | fix a few mallocs to be xmallocs. | Eric Andersen | |
-Erik | |||
2001-02-15 | Patch from Matt Kraai to fix bug #1103. I've tested it, | Eric Andersen | |
and it indeed seems to fix things. -Erik | |||
2001-02-15 | Fixed 'ls -s' so it actually displays block sizes again. | Eric Andersen | |
-Erik | |||
2001-02-14 | Make usage.c depend on usage.h | Eric Andersen | |
-Erik | |||
2001-02-14 | Fins find message. | Eric Andersen | |
2001-02-14 | I 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-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric 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-14 | implemented displayroute() based on a patch from Vladimir N. Oleynik, | Eric Andersen | |
so now route behaves as expected w/o any arguments. | |||
2001-02-14 | Commit Vladimir's latest version of stty.c. Nice work. | Eric Andersen | |
-Erik | |||
2001-02-14 | Add in ifconfig and route | Eric Andersen | |
2001-02-14 | Bump rev to 0.50pre. | Eric Andersen | |
2001-02-14 | Several 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-13 | Apply a patch from Evin Robertson -- new pivot_root applet. | Eric Andersen | |
-Erik | |||
2001-02-12 | Closer integration with dpkg-deb and other busybox functions. | Glenn L McGrath | |
Hopefully simplified some code (works for me). | |||
2001-02-12 | New dpkg-deb option, warning about dpkg usage | Glenn L McGrath | |
2001-02-12 | New option 'list' produces output that can be used for the packages .list file. | Glenn L McGrath | |
Will be used be bb dpkg | |||
2001-02-11 | New function, deb-extract to be used by dpkg, code cleanups. saves some bytes | Glenn L McGrath | |
2001-02-11 | Consmetic changes | Glenn L McGrath | |
2001-02-11 | More style changes | Glenn L McGrath | |
2001-02-11 | Style changes; use get_line_from_file from utilities | Glenn L McGrath | |
2001-02-10 | BB_DPKG uses copy_file | Glenn L McGrath | |
2001-02-10 | Use copy_file from utilty.c, remove some char defines | Glenn L McGrath | |
2001-02-10 | Bug fix, rename status file, cleanups | Glenn L McGrath | |
2001-02-10 | Replace status defines with const int to conform to sytle guide, adds 32 bytes | Glenn L McGrath | |
2001-02-10 | Initial import | Glenn L McGrath | |
2001-02-10 | New applet: dpkg | Glenn L McGrath | |
2001-02-09 | Fix typo. | Matt Kraai | |
2001-02-09 | Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set. | Mark Whitley | |
2001-02-09 | Minor cleanups and clarifications. | Mark Whitley | |
2001-02-07 | Add listening support. | Matt Kraai | |
2001-02-07 | Added documentation for new find options. | Matt Kraai | |
2001-02-07 | Reworked find with David Douthitt to support -type, -perm, -mtime, and | Matt Kraai | |
other improvements. | |||
2001-02-05 | Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. | Matt Kraai | |
2001-02-03 | Added some more on paren spacing and a section on testing guidelines. | Mark Whitley | |