| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Closer integration with dpkg-deb and other busybox functions. | bug1 | 2001-02-12 | 2 | -258/+280 |
* | New dpkg-deb option, warning about dpkg usage | bug1 | 2001-02-12 | 2 | -4/+8 |
* | New option 'list' produces output that can be used for the packages .list file. | bug1 | 2001-02-12 | 2 | -10/+26 |
* | New function, deb-extract to be used by dpkg, code cleanups. saves some bytes | bug1 | 2001-02-11 | 2 | -170/+172 |
* | Consmetic changes | bug1 | 2001-02-11 | 2 | -14/+22 |
* | More style changes | bug1 | 2001-02-11 | 2 | -300/+350 |
* | Style changes; use get_line_from_file from utilities | bug1 | 2001-02-11 | 2 | -346/+264 |
* | BB_DPKG uses copy_file | bug1 | 2001-02-10 | 1 | -1/+1 |
* | Use copy_file from utilty.c, remove some char defines | bug1 | 2001-02-10 | 2 | -82/+20 |
* | Bug fix, rename status file, cleanups | bug1 | 2001-02-10 | 2 | -142/+102 |
* | Replace status defines with const int to conform to sytle guide, adds 32 bytes | bug1 | 2001-02-10 | 2 | -122/+116 |
* | Initial import | bug1 | 2001-02-10 | 2 | -0/+1810 |
* | New applet: dpkg | bug1 | 2001-02-10 | 5 | -0/+23 |
* | Fix typo. | kraai | 2001-02-09 | 1 | -1/+1 |
* | Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set. | markw | 2001-02-09 | 3 | -28/+253 |
* | Minor cleanups and clarifications. | markw | 2001-02-09 | 1 | -8/+16 |
* | Add listening support. | kraai | 2001-02-07 | 5 | -29/+102 |
* | Added documentation for new find options. | kraai | 2001-02-07 | 1 | -1/+3 |
* | Reworked find with David Douthitt to support -type, -perm, -mtime, and | kraai | 2001-02-07 | 5 | -114/+315 |
* | Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. | kraai | 2001-02-05 | 7 | -10/+13 |
* | Added some more on paren spacing and a section on testing guidelines. | markw | 2001-02-03 | 1 | -2/+38 |
* | It seems I stupidly checked in a silly test I was making. | andersen | 2001-02-02 | 2 | -2/+0 |
* | After testing multi-build, I stupidly committed Config.h | andersen | 2001-02-02 | 1 | -4/+113 |
* | Patch from Chris Jaeger that makes turning on and off options in the makefile | markw | 2001-02-02 | 1 | -6/+6 |
* | Apply a patch from Larry Doolittle to add "-all" and "-none" switches | andersen | 2001-02-01 | 21 | -185/+53 |
* | Tightened things up a bit, saved 20 bytes, and made the code a bit clearer in | markw | 2001-02-01 | 2 | -58/+28 |
* | Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking for | markw | 2001-02-01 | 2 | -16/+22 |
* | Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined. | markw | 2001-02-01 | 2 | -12/+10 |
* | Create find_applet_by_name function. Save 32 bytes. | kraai | 2001-02-01 | 8 | -41/+37 |
* | Fix wget error message and add (and use) chomp library function. | kraai | 2001-02-01 | 15 | -24/+31 |
* | Make old compilers not choke -- define the attribute in the func prototype. | andersen | 2001-01-31 | 2 | -2/+6 |
* | Removed trailing \n from error_msg{,_and_die} messages. | kraai | 2001-01-31 | 106 | -610/+612 |
* | Added floppyfw to list of known projects using BusyBox. | markw | 2001-01-31 | 1 | -0/+1 |
* | xfopen now used by wget | andersen | 2001-01-31 | 1 | -1/+1 |
* | Patch from Vladimir N. Oleynik to simplify wget file opening | andersen | 2001-01-31 | 2 | -6/+4 |
* | Cleanup patch from Vladimir N. Oleynik. | andersen | 2001-01-31 | 6 | -120/+76 |
* | Patch from Vladimir N. Oleynik to simplify/cleanup a few things in init.c | andersen | 2001-01-31 | 2 | -12/+8 |
* | Patch from Vladimir N. Oleynik to simplify how it decides which | andersen | 2001-01-31 | 1 | -3/+3 |
* | Wrap a table (bg set to black, width=80%) around the screenshot | andersen | 2001-01-31 | 1 | -1/+5 |
* | Make it validate. | kraai | 2001-01-31 | 1 | -12/+11 |
* | Close IMG tag. | kraai | 2001-01-31 | 1 | -1/+1 |
* | Patch from Larry Doolittle to reduce the chance that fussing with VPATH will | andersen | 2001-01-31 | 1 | -1/+2 |
* | If the ioctl fails to tell us the winsize, default to 79. | andersen | 2001-01-31 | 2 | -2/+8 |
* | Patch from Bryan Rittmeyer -- be more conservative by default | andersen | 2001-01-30 | 4 | -2/+68 |
* | Added a new screenshot of Busybox. :-) | markw | 2001-01-30 | 2 | -0/+56 |
* | Fix the pwd and group functions. The bb_ stuff was a leftover from | andersen | 2001-01-30 | 2 | -18/+20 |
* | Fix a stupid typo -- bug found by Larry Doolittle. | andersen | 2001-01-30 | 2 | -2/+2 |
* | Applied patch from Larry Doolittle to use preprocessor for defining | markw | 2001-01-30 | 2 | -2/+6 |
* | Fix ls behavior for broken or very narrow terminals. Fix my_* | andersen | 2001-01-30 | 3 | -42/+58 |
* | Test applets containing numbers in their name. Thanks to Larry Doolittle. | kraai | 2001-01-29 | 1 | -1/+1 |