| Commit message (Expand) | Author | Age | Files | Lines |
* | Some more words on sending patches to the bug-tracker. | Mark Whitley | 2001-03-27 | 1 | -0/+15 |
* | Some minor wordsmithing, an extra item in the list of "things Busybox doesn't | Mark Whitley | 2001-03-22 | 1 | -12/+75 |
* | Added a section on the available Busybox boot-floppy image. Also provided some | Mark Whitley | 2001-03-20 | 1 | -1/+42 |
* | A few minor touchups. | Eric Andersen | 2001-03-16 | 1 | -3/+6 |
* | Update webpage noting 0.50 release. | Eric Andersen | 2001-03-16 | 1 | -9/+39 |
* | One tiny little missing newline that confused pod. | Mark Whitley | 2001-03-15 | 1 | -5/+6 |
* | - generated middle section of busybox.pod w/ autodocifier.pl | John Beppu | 2001-03-15 | 2 | -418/+357 |
* | - properly indent Examples section in pod generator | John Beppu | 2001-03-15 | 1 | -2/+7 |
* | Update the documentation so examples are autoincluded in the output text. | Eric Andersen | 2001-03-15 | 2 | -932/+1143 |
* | Added a section to describe how to convert variables to K&R style using the | Mark Whitley | 2001-03-14 | 1 | -30/+57 |
* | Added Midori Linux to the list of known projects that use Busybox. | Mark Whitley | 2001-03-13 | 1 | -0/+2 |
* | Applied patch from Christophe Boyanique to add -i support to rm. | Mark Whitley | 2001-03-13 | 1 | -0/+1 |
* | Thought of another janitorial item for the list. | Mark Whitley | 2001-03-06 | 1 | -0/+3 |
* | minor cleanup | John Beppu | 2001-03-06 | 1 | -2/+2 |
* | Fix up the freshmeat appindex record. | Eric Andersen | 2001-03-05 | 1 | -1/+1 |
* | Added some words on use of getopt in applets. | Mark Whitley | 2001-03-03 | 2 | -1/+50 |
* | Removed section on testing that is now in contributing.txt. | Mark Whitley | 2001-03-02 | 1 | -20/+0 |
* | Added 'How to contribute to Busybox' doc. | Mark Whitley | 2001-03-02 | 1 | -0/+390 |
* | - changed the way POD is generated such that the dashed | John Beppu | 2001-02-26 | 1 | -10/+17 |
* | ... | John Beppu | 2001-02-24 | 1 | -3/+1 |
* | refinement | John Beppu | 2001-02-24 | 1 | -12/+16 |
* | formatting ... | John Beppu | 2001-02-23 | 1 | -2/+2 |
* | Added some documentation and made --sgml use sgml_from_usage(). | John Beppu | 2001-02-23 | 1 | -9/+24 |
* | During POD generation, it inserts a blank line before lines | John Beppu | 2001-02-23 | 1 | -5/+17 |
* | forgot to remove some debugging noise | John Beppu | 2001-02-23 | 1 | -3/+1 |
* | This one should be able to deal with the USAGE macros a little | John Beppu | 2001-02-23 | 1 | -3/+6 |
* | forgot a comma. | John Beppu | 2001-02-23 | 1 | -2/+2 |
* | I can't leave it alone. | John Beppu | 2001-02-23 | 1 | -8/+7 |
* | minor cleanup... all that's left to do is | John Beppu | 2001-02-23 | 1 | -5/+5 |
* | This is the remixed autodocufier.pl. | John Beppu | 2001-02-23 | 1 | -80/+175 |
* | First pass at making up an automagical usage message extractor, which | Eric Andersen | 2001-02-22 | 1 | -0/+88 |
* | Fix typo. | Matt Kraai | 2001-02-09 | 1 | -1/+1 |
* | Minor cleanups and clarifications. | Mark Whitley | 2001-02-09 | 1 | -8/+16 |
* | Add listening support. | Matt Kraai | 2001-02-07 | 1 | -1/+6 |
* | Added documentation for new find options. | Matt Kraai | 2001-02-07 | 1 | -1/+3 |
* | Added some more on paren spacing and a section on testing guidelines. | Mark Whitley | 2001-02-03 | 1 | -2/+38 |
* | Added floppyfw to list of known projects using BusyBox. | Mark Whitley | 2001-01-31 | 1 | -0/+1 |
* | Wrap a table (bg set to black, width=80%) around the screenshot | Eric Andersen | 2001-01-31 | 1 | -1/+5 |
* | Make it validate. | Matt Kraai | 2001-01-31 | 1 | -12/+11 |
* | Close IMG tag. | Matt Kraai | 2001-01-31 | 1 | -1/+1 |
* | Added a new screenshot of Busybox. :-) | Mark Whitley | 2001-01-30 | 2 | -0/+56 |
* | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen | 2001-01-27 | 2 | -21/+45 |
* | Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. | Eric Andersen | 2001-01-25 | 1 | -9/+9 |
* | Add in spoon's watchdog timer app. | Eric Andersen | 2001-01-25 | 2 | -5/+25 |
* | Because you demanded it, source tree snapshots are made available daily. | Mark Whitley | 2001-01-25 | 1 | -2/+8 |
* | Added Linux on nanoEngine to the list of known users. | Mark Whitley | 2001-01-25 | 1 | -1/+1 |
* | Update contact info. | Eric Andersen | 2001-01-25 | 1 | -1/+1 |
* | Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add | Eric Andersen | 2001-01-25 | 2 | -1/+3 |
* | Fix up insmod usage info to mention -L | Eric Andersen | 2001-01-24 | 2 | -1/+3 |
* | - Added a section on avoiding static buffers, per mailing list discussions | Mark Whitley | 2001-01-24 | 1 | -4/+88 |