2003-07-22 |
Eric Andersen | Remove remaining libc5 support code |
blob | commitdiff | raw |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2003-01-12 |
Eric Andersen | Kiss Gabor noticed that ping compiled without BB_FEATUR... |
blob | commitdiff | raw | diff to current |
2002-06-06 |
Eric Andersen | Per discussion with vodz, Tim's changes do not seem... |
blob | commitdiff | raw | diff to current |
2002-05-18 |
Tim Riker | ping return 1 if can't ping |
blob | commitdiff | raw | diff to current |
2002-03-21 |
Eric Andersen | Doh! I broke ping when removing the nested function. |
blob | commitdiff | raw | diff to current |
2002-03-20 |
Eric Andersen | Cave to pressure (2 months later). Eliminate using a |
blob | commitdiff | raw | diff to current |
2002-02-01 |
Matt Kraai | 2002-01-30 Neal H Walfield <neal@cs.uml.edu> |
blob | commitdiff | raw | diff to current |
2001-10-24 |
Eric Andersen | Major rework of the directory structure and the entire... |
blob | commitdiff | raw | diff to current |
2001-07-17 |
Eric Andersen | This is vodz' latest patch. Sorry it took so long... |
blob | commitdiff | raw | diff to current |
2001-07-13 |
Matt Kraai | Allow featureless ping to compile, and featureful ping... |
blob | commitdiff | raw | diff to current |
2001-07-12 |
Eric Andersen | Patch from vodz: |
blob | commitdiff | raw | diff to current |
2001-05-21 |
Eric Andersen | Patch from Lars Kellogg-Stedman <lars@larsshack.org... |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Matt Kraai | Whoops. Forgot the x. |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Matt Kraai | Add xgethostbyname and herror_msg* functions. |
blob | commitdiff | raw | diff to current |
2001-04-09 |
Eric Andersen | Update how we detect if libc5 is in use. |
blob | commitdiff | raw | diff to current |
2001-03-14 |
Eric Andersen | Fix socklen_t for libc5 |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Eric Andersen | It turns out that DODMALLOC was broken when I reorganiz... |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Matt Kraai | Removed trailing \n from error_msg{,_and_die} messages. |
blob | commitdiff | raw | diff to current |
2001-01-27 |
Eric Andersen | Fix header file usage -- there were many unnecessary... |
blob | commitdiff | raw | diff to current |
2001-01-24 |
Eric Andersen | Remove the warning messages. By consensus, netkit... |
blob | commitdiff | raw | diff to current |
2001-01-24 |
Eric Andersen | Fix spelling. s/maintainence/maintenance/ |
blob | commitdiff | raw | diff to current |
2001-01-23 |
Mark Whitley | #define -> static const int. Also got rid of some big... |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Eric Andersen | Warn about apps that will be going away in release... |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Matt Kraai | Use busybox error handling functions wherever possible. |
blob | commitdiff | raw | diff to current |
2000-12-18 |
Matt Kraai | Change calls to error_msg.* and strerror to use perror_... |
blob | commitdiff | raw | diff to current |
2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Matt Kraai | Stop using TRUE and FALSE for exit status. |
blob | commitdiff | raw | diff to current |
2000-11-14 |
Eric Andersen | Remove the BSD advertising clause, and replace it with... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
blob | commitdiff | raw | diff to current |
2000-09-20 |
Matt Kraai | Return failure if ping gets no response. |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Matt Kraai | Extract usage information into a separate file. |
blob | commitdiff | raw | diff to current |
2000-07-14 |
Eric Andersen | More cleanups. |
blob | commitdiff | raw | diff to current |
2000-07-14 |
Matt Kraai | Use errorMsg rather than fprintf. |
blob | commitdiff | raw | diff to current |
2000-07-12 |
Matt Kraai | Always report the applet name when doing error reporting. |
blob | commitdiff | raw | diff to current |
2000-07-09 |
Eric Andersen | More portability updates. Now compiles cleanly vs... |
blob | commitdiff | raw | diff to current |
2000-07-06 |
Eric Andersen | Turned some stuff into features that really are feature... |
blob | commitdiff | raw | diff to current |
2000-06-19 |
Eric Andersen | Made ping work with libc5 and libc6. |
blob | commitdiff | raw | diff to current |
2000-06-07 |
Pavel Roskin | Implemented "ping -s", fixed error messages and argumen... |
blob | commitdiff | raw | diff to current |
2000-05-12 |
Erik Andersen | Lots of updates. Finished implementing BB_FEATURE_TRIV... |
blob | commitdiff | raw | diff to current |
2000-04-25 |
Erik Andersen | Several more updates |
blob | commitdiff | raw | diff to current |
2000-04-21 |
Erik Andersen | More Doc updates. cmdedit and more termio fixes. |
blob | commitdiff | raw | diff to current |
2000-04-13 |
Erik Andersen | More doc updates for BusyBox, with fixes to apps for... |
blob | commitdiff | raw | diff to current |
2000-02-08 |
Erik Andersen | Some formatting updates (ran the code through indent) |
blob | commitdiff | raw | diff to current |
2000-02-07 |
Erik Andersen | A few minor updates. ;-) |
blob | commitdiff | raw | diff to current |
2000-01-29 |
Erik Andersen | Minor change. init now uses dup2. |
blob | commitdiff | raw | diff to current |
2000-01-29 |
Erik Andersen | copy fixes to simplify link copying and always do the... |
blob | commitdiff | raw | diff to current |
2000-01-26 |
Erik Andersen | mount and umount could leak loop device allocations... |
blob | commitdiff | raw | diff to current |
1999-12-11 |
Eric Andersen | Ok, so this is reallt 0.38... |
blob | commitdiff | raw | diff to current |
1999-12-09 |
Eric Andersen | Tail now works (costs 6k). Several other updates. |
blob | commitdiff | raw | diff to current |
1999-12-08 |
Eric Andersen | Latest and greatest |
blob | commitdiff | raw | diff to current |
1999-12-08 |
Eric Andersen | Stuf |
blob | commitdiff | raw | diff to current |
1999-12-08 |
Eric Andersen | Fixes |
blob | commitdiff | raw | diff to current |
1999-12-07 |
Eric Andersen | Stuf |
blob | commitdiff | raw | diff to current |
|