Age | Commit message (Expand) | Author |
2002-01-14 | Do not segfault if PATH is unset. | Matt Kraai |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-05-16 | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c | Matt Kraai |
2001-05-07 | A bug fix from Vladimir for a memory leak I stupidly | Eric Andersen |
2001-05-04 | Larry suggested using concat_path_file() would be an even safer bet | Eric Andersen |
2001-05-04 | Fix a buffer overflow. Which accounted for the size of the path, plus the the | Eric Andersen |
2001-03-09 | Patch from Jeff Garzik marking a few 'getopt not needed' apps. | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-01-27 | Fix up copyright msgs. Bump version to 0.49 in preparation for | Eric Andersen |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen |
2000-11-18 | Fixed return status (thanks to David Douthitt for the fix). | Matt Kraai |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-09-18 | Path count was out by one, fixed it | Glenn L McGrath |
2000-09-18 | Simplify and remove dependence on PATH_MAX | Glenn L McGrath |
2000-09-13 | Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of | Matt Kraai |
2000-08-10 | Some #include updates. | Eric Andersen |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai |
2000-07-14 | Don't use strings directly in calls to usage(). This is in preparation | Matt Kraai |
2000-06-19 | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen |
2000-06-05 | "which" rewritten to use stat(). Fixes to improve its compatability | Pavel Roskin |
2000-05-19 | More libc portability updates, add in the website (which has not been | Erik Andersen |