Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | A small cleanup by Vladimir | Eric Andersen | 2001-02-18 | 2 | -16/+10 | |
| | ||||||
* | Remove leftover junk | Eric Andersen | 2001-02-18 | 2 | -2/+0 | |
| | ||||||
* | Get rid of long stale usage message code. | Eric Andersen | 2001-02-17 | 4 | -20/+12 | |
| | | | | -Erik | |||||
* | A bunch of usage clenups from kent robotti <robotti@metconnect.com> | Eric Andersen | 2001-02-17 | 3 | -66/+63 | |
| | | | | -Erik | |||||
* | More updates from Larry Doolittle. Don't use basedir, Don't assume | Eric Andersen | 2001-02-17 | 1 | -8/+7 | |
| | | | | random makefiles are going to work with busybox. | |||||
* | More updates. | Eric Andersen | 2001-02-17 | 1 | -4/+3 | |
| | ||||||
* | Ignore applet_source_list | Eric Andersen | 2001-02-17 | 1 | -0/+1 | |
| | ||||||
* | Update the build system for pristine source directory builds. This | Eric Andersen | 2001-02-17 | 9 | -85/+167 | |
| | | | | | | update is primarily work done by Larry Doolittle, but I did some touchups of my own to make it work for me, -Erik | |||||
* | Update the debian build stuff | Eric Andersen | 2001-02-17 | 4 | -157/+622 | |
| | | | | -Erik | |||||
* | Throw out the obsolete INIT_CHROOT junk | Eric Andersen | 2001-02-17 | 2 | -182/+0 | |
| | ||||||
* | Several features were hard coded on. Stop that. List tab completion | Eric Andersen | 2001-02-16 | 3 | -29/+20 | |
| | | | | | as working (thanks Vladimir!) and taking 4k. -Erik | |||||
* | Commit Vladimir's latest cmdedit. I modified it slightly to ensure | Eric Andersen | 2001-02-16 | 5 | -18/+17 | |
| | | | | | | | | 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. | |||||
* | Revert multibuild.pl change. | Eric Andersen | 2001-02-16 | 1 | -1/+0 | |
| | ||||||
* | Regression testing bugfixes from Larry Doolittle. As an aside, | Eric Andersen | 2001-02-16 | 1 | -3/+4 | |
| | | | | | | | | 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 | |||||
* | Do usage messages the same way all other apps fo them. | Eric Andersen | 2001-02-16 | 5 | -46/+42 | |
| | | | | | | Skip printing of available options (can't do this easily). Based on a patch by Larry Doolittle. -Erik | |||||
* | Patch from Larry Doolittle to cross things in multibuild.pl | Eric Andersen | 2001-02-16 | 1 | -0/+1 | |
| | ||||||
* | Make ar be crossed. | Eric Andersen | 2001-02-16 | 3 | -986/+2057 | |
| | ||||||
* | Make dpkg require dpkg-deb | Eric Andersen | 2001-02-16 | 1 | -0/+6 | |
| | ||||||
* | Fix warning for implicit declaration of time() | Glenn L McGrath | 2001-02-16 | 2 | -2/+4 | |
| | ||||||
* | Fix compile error, sync() always returns 0 anyway. | Glenn L McGrath | 2001-02-16 | 2 | -2/+6 | |
| | ||||||
* | Another small formatting change from Larry Doolittle. | Mark Whitley | 2001-02-15 | 2 | -8/+12 | |
| | ||||||
* | Applied patch from Larry Doolittle that does the following: | Mark Whitley | 2001-02-15 | 2 | -106/+108 | |
| | | | | | | | - 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 | |||||
* | Acknowledge Kenneth Chalmers ln fix. | Eric Andersen | 2001-02-15 | 1 | -0/+3 | |
| | ||||||
* | use perror_msg instead of perror to print the applet name. | Eric Andersen | 2001-02-15 | 2 | -36/+62 | |
| | | | | -Erik | |||||
* | fix a few mallocs to be xmallocs. | Eric Andersen | 2001-02-15 | 2 | -4/+4 | |
| | | | | -Erik | |||||
* | Patch from Matt Kraai to fix bug #1103. I've tested it, | Eric Andersen | 2001-02-15 | 2 | -6/+10 | |
| | | | | | and it indeed seems to fix things. -Erik | |||||
* | Fixed 'ls -s' so it actually displays block sizes again. | Eric Andersen | 2001-02-15 | 2 | -6/+6 | |
| | | | | -Erik | |||||
* | Make usage.c depend on usage.h | Eric Andersen | 2001-02-14 | 1 | -0/+2 | |
| | | | | -Erik | |||||
* | Fins find message. | Eric Andersen | 2001-02-14 | 3 | -6/+6 | |
| | ||||||
* | I forgot to add usage.h, so here it is, with a few extra cleanups. | Eric Andersen | 2001-02-14 | 4 | -2/+6122 | |
| | | | | | | | 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 | |||||
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 198 | -3979/+702 | |
| | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||||
* | implemented displayroute() based on a patch from Vladimir N. Oleynik, | Eric Andersen | 2001-02-14 | 2 | -10/+124 | |
| | | | | so now route behaves as expected w/o any arguments. | |||||
* | Commit Vladimir's latest version of stty.c. Nice work. | Eric Andersen | 2001-02-14 | 9 | -2/+2830 | |
| | | | | -Erik | |||||
* | Add in ifconfig and route | Eric Andersen | 2001-02-14 | 12 | -0/+1778 | |
| | ||||||
* | Bump rev to 0.50pre. | Eric Andersen | 2001-02-14 | 4 | -3/+10 | |
| | ||||||
* | Several cleanups from Manuel Novoa III. | Eric Andersen | 2001-02-14 | 3 | -134/+155 | |
| | | | | | | | | | | | | 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), | |||||
* | Apply a patch from Evin Robertson -- new pivot_root applet. | Eric Andersen | 2001-02-13 | 8 | -0/+111 | |
| | | | | -Erik | |||||
* | Closer integration with dpkg-deb and other busybox functions. | Glenn L McGrath | 2001-02-12 | 2 | -258/+280 | |
| | | | | Hopefully simplified some code (works for me). | |||||
* | New dpkg-deb option, warning about dpkg usage | Glenn L McGrath | 2001-02-12 | 2 | -4/+8 | |
| | ||||||
* | New option 'list' produces output that can be used for the packages .list file. | Glenn L McGrath | 2001-02-12 | 2 | -10/+26 | |
| | | | | Will be used be bb dpkg | |||||
* | New function, deb-extract to be used by dpkg, code cleanups. saves some bytes | Glenn L McGrath | 2001-02-11 | 2 | -170/+172 | |
| | ||||||
* | Consmetic changes | Glenn L McGrath | 2001-02-11 | 2 | -14/+22 | |
| | ||||||
* | More style changes | Glenn L McGrath | 2001-02-11 | 2 | -300/+350 | |
| | ||||||
* | Style changes; use get_line_from_file from utilities | Glenn L McGrath | 2001-02-11 | 2 | -346/+264 | |
| | ||||||
* | BB_DPKG uses copy_file | Glenn L McGrath | 2001-02-10 | 1 | -1/+1 | |
| | ||||||
* | Use copy_file from utilty.c, remove some char defines | Glenn L McGrath | 2001-02-10 | 2 | -82/+20 | |
| | ||||||
* | Bug fix, rename status file, cleanups | Glenn L McGrath | 2001-02-10 | 2 | -142/+102 | |
| | ||||||
* | Replace status defines with const int to conform to sytle guide, adds 32 bytes | Glenn L McGrath | 2001-02-10 | 2 | -122/+116 | |
| | ||||||
* | Initial import | Glenn L McGrath | 2001-02-10 | 2 | -0/+1810 | |
| | ||||||
* | New applet: dpkg | Glenn L McGrath | 2001-02-10 | 5 | -0/+23 | |
| |