Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de> | Eric Andersen | 2001-06-26 | 1 | -0/+4 |
| | | | | to fix the behavior of 'tail -f -n 0 FILE' | ||||
* | Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug | Eric Andersen | 2001-05-21 | 1 | -6/+6 |
| | | | | #1130 (i.e. When you turn on features it should always ADD features) | ||||
* | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen | 2001-03-09 | 1 | -2/+2 |
| | | | | namespace polluting things that really should be static. | ||||
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
| | | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | ||||
* | Another patch from Vladimir to eliminate obsolete junk. | Eric Andersen | 2001-02-18 | 1 | -7/+1 |
| | |||||
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -1/+1 |
| | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | ||||
* | Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. | Matt Kraai | 2001-02-05 | 1 | -2/+2 |
| | |||||
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -1/+5 |
| | | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik | ||||
* | Turned some #define constants into static const ints. | Mark Whitley | 2001-01-05 | 1 | -2/+2 |
| | |||||
* | Rewrote tail. | Matt Kraai | 2001-01-05 | 1 | -253/+203 |
| | |||||
* | Rewrote dd. | Matt Kraai | 2000-12-18 | 1 | -34/+14 |
| | |||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -2/+2 |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | ||||
* | Piss people off by removing [+-][0-9]+ options from tail. | Matt Kraai | 2000-10-19 | 1 | -23/+3 |
| | |||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of | Matt Kraai | 2000-09-13 | 1 | -6/+6 |
| | | | | segfaulting or handling errors the same way themselves. | ||||
* | Fixed misuse of type "char" | Pavel Roskin | 2000-08-22 | 1 | -1/+1 |
| | |||||
* | Some #include updates. | Eric Andersen | 2000-08-10 | 1 | -1/+0 |
| | | | | -Erik | ||||
* | Cleaner way to handle -NUM and +NUM, reduces the mem usage as well. | Eric Andersen | 2000-08-02 | 1 | -24/+25 |
| | | | | -Erik | ||||
* | Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net> | Eric Andersen | 2000-08-02 | 1 | -74/+93 |
| | | | | -Erik | ||||
* | Commit the rewrite of tail by Allen Soard | Eric Andersen | 2000-07-31 | 1 | -1119/+245 |
| | | | | | | <esp-software@mail.hypermart.net>. Thanks Allen for you work at getting this into shape, -Erik | ||||
* | Fixed a syntax error & superfluous param decl that was causing the build to | Mark Whitley | 2000-07-26 | 1 | -1/+1 |
| | | | | fail. | ||||
* | Fix some bitrot. | Eric Andersen | 2000-07-26 | 1 | -7/+7 |
| | | | | -Erik | ||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -34/+0 |
| | |||||
* | More cleanups. | Eric Andersen | 2000-07-14 | 1 | -12/+12 |
| | | | | -Erik | ||||
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -3/+2 |
| | |||||
* | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | 2000-06-19 | 1 | -1/+1 |
| | | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | ||||
* | A number of additional fixed from Pavel Roskin, note some more bugs in the | Eric Andersen | 2000-06-02 | 1 | -1/+1 |
| | | | | | | TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik | ||||
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -8/+15 |
| | | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | ||||
* | Some accrued fixes/updates. | Erik Andersen | 2000-05-01 | 1 | -2/+4 |
| | | | | | | | | * cp/mv now accepts (and ignores) the -f flag, since it always does force anyway * tail can now accept -<num> commands (e.g. -10) for better compatibility with the standard tail command * added a simple id implementation; doesn't support supp. groups yet | ||||
* | Some more minor updates to better use some gcc attributes. | Erik Andersen | 2000-04-06 | 1 | -0/+2 |
| | | | | -Erik | ||||
* | Some updates for the day, | Erik Andersen | 2000-02-18 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Updates | Erik Andersen | 2000-02-11 | 1 | -7/+8 |
| | | | | -Erik | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -941/+848 |
| | | | | -Erik | ||||
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 1 | -1/+1 |
| | | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik | ||||
* | Some busybox updates. See the changelog for details if you care. | Erik Andersen | 2000-01-25 | 1 | -23/+423 |
| | | | | -Erik | ||||
* | Reworked the source so it will compile and run under glibc 2.0.7 | Erik Andersen | 1999-12-17 | 1 | -0/+1 |
| | | | | | | and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik | ||||
* | Tail now works (costs 6k). Several other updates. | Eric Andersen | 1999-12-09 | 1 | -111/+65 |
| | | | | -Erik | ||||
* | Latest and greatest | Eric Andersen | 1999-12-08 | 1 | -0/+955 |