Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix typo. | Matt Kraai | 2001-02-09 | 1 | -1/+1 |
| | |||||
* | Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set. | Mark Whitley | 2001-02-09 | 3 | -28/+253 |
| | |||||
* | Minor cleanups and clarifications. | Mark Whitley | 2001-02-09 | 1 | -8/+16 |
| | |||||
* | Add listening support. | Matt Kraai | 2001-02-07 | 5 | -29/+102 |
| | |||||
* | Added documentation for new find options. | Matt Kraai | 2001-02-07 | 1 | -1/+3 |
| | |||||
* | Reworked find with David Douthitt to support -type, -perm, -mtime, and | Matt Kraai | 2001-02-07 | 5 | -114/+315 |
| | | | | other improvements. | ||||
* | Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. | Matt Kraai | 2001-02-05 | 7 | -10/+13 |
| | |||||
* | Added some more on paren spacing and a section on testing guidelines. | Mark Whitley | 2001-02-03 | 1 | -2/+38 |
| | |||||
* | It seems I stupidly checked in a silly test I was making. | Eric Andersen | 2001-02-02 | 2 | -2/+0 |
| | | | | -Erik | ||||
* | After testing multi-build, I stupidly committed Config.h | Eric Andersen | 2001-02-02 | 1 | -4/+113 |
| | | | | | with nearly everything turned off. Doh! -Erik | ||||
* | Patch from Chris Jaeger that makes turning on and off options in the makefile | Mark Whitley | 2001-02-02 | 1 | -6/+6 |
| | | | | | a bit less error prone by calling 'strip' on makefile vars before performing truth tests against them. | ||||
* | Apply a patch from Larry Doolittle to add "-all" and "-none" switches | Eric Andersen | 2001-02-01 | 21 | -185/+53 |
| | | | | | | | to multibuild.pl. I did a little formatting adjustments to make it _very_ obvious when things stop working. I also removed the USE_PROCFS config option -- just do the right thing when USE_DEVPS_PATCH is enabled. -Erik | ||||
* | Tightened things up a bit, saved 20 bytes, and made the code a bit clearer in | Mark Whitley | 2001-02-01 | 2 | -58/+28 |
| | | | | the process. | ||||
* | Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking for | Mark Whitley | 2001-02-01 | 2 | -16/+22 |
| | | | | NFS_MOUNT_VERSION, depending on which kernel you're running. | ||||
* | Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined. | Mark Whitley | 2001-02-01 | 2 | -12/+10 |
| | |||||
* | Create find_applet_by_name function. Save 32 bytes. | Matt Kraai | 2001-02-01 | 8 | -41/+37 |
| | |||||
* | Fix wget error message and add (and use) chomp library function. | Matt Kraai | 2001-02-01 | 15 | -24/+31 |
| | |||||
* | Make old compilers not choke -- define the attribute in the func prototype. | Eric Andersen | 2001-01-31 | 2 | -2/+6 |
| | |||||
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 106 | -610/+612 |
| | |||||
* | Added floppyfw to list of known projects using BusyBox. | Mark Whitley | 2001-01-31 | 1 | -0/+1 |
| | |||||
* | xfopen now used by wget | Eric Andersen | 2001-01-31 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Patch from Vladimir N. Oleynik to simplify wget file opening | Eric Andersen | 2001-01-31 | 2 | -6/+4 |
| | | | | using xfopen (which is what everything should be using). | ||||
* | Cleanup patch from Vladimir N. Oleynik. | Eric Andersen | 2001-01-31 | 6 | -120/+76 |
| | | | | | | * mkdir: remove 3 lines in source code. * mkfs_minix: save 32 bytes, remove 4 bugs. * mkswap: save 64 bytes, remove 1 bug. | ||||
* | Patch from Vladimir N. Oleynik to simplify/cleanup a few things in init.c | Eric Andersen | 2001-01-31 | 2 | -12/+8 |
| | |||||
* | Patch from Vladimir N. Oleynik to simplify how it decides which | Eric Andersen | 2001-01-31 | 1 | -3/+3 |
| | | | | app was invoked. This removes several strcmp calls. | ||||
* | Wrap a table (bg set to black, width=80%) around the screenshot | Eric Andersen | 2001-01-31 | 1 | -1/+5 |
| | | | | | | so it doesn't look like crap in Netscape. Should look fine in Mozilla either way. I think. -Erik |