Age | Commit message (Expand) | Author |
2005-10-15 | common BUFSIZ BSS buffer, small reduce code, data and bss | "Vladimir N. Oleynik" |
2004-05-26 | If read were to return with an error, bad things would happen. Fix it. | Manuel Novoa III |
2004-05-26 | Use STDIN_FILENO rather than '0' | Eric Andersen |
2004-05-26 | Rob Landley writes: | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2003-10-22 | Disable any buffering to stdout | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-10-05 | Use wfopen instead of fopen & error_msg, saves 64 bytes | Glenn L McGrath |
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 |
2000-12-18 | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-08-28 | Rewritten by mistake. | Matt Kraai |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai |
2000-07-14 | Use errorMsg rather than fprintf. | Matt Kraai |
2000-06-19 | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen |
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen |
2000-04-13 | Upates to include copyright 2000 to everything | Erik Andersen |
2000-03-23 | My latest ramblings. | Erik Andersen |
2000-03-08 | + changed a static array (FileList) into a dynamically allocated one | John Beppu |
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen |
2000-02-07 | A few minor updates. ;-) | Erik Andersen |
1999-12-10 | Added poweroff (and adjusted init to use it). Inlined function | Eric Andersen |
1999-12-10 | changed tee_usage from being a function to a char[] | John Beppu |
1999-12-10 | Fix beppu's email address. | Eric Andersen |
1999-12-10 | Implemented tee(1). | John Beppu |