Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-19 | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | |
Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | |||
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | |
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | |||
2000-04-13 | Upates to include copyright 2000 to everything | Erik Andersen | |
-Erik | |||
2000-03-23 | My latest ramblings. | Erik Andersen | |
-Erik | |||
2000-03-08 | + changed a static array (FileList) into a dynamically allocated one | John Beppu | |
in an attempt to make the .bss section smaller. | |||
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen | |
-Erik | |||
2000-02-07 | A few minor updates. ;-) | Erik Andersen | |
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik | |||
1999-12-10 | Added poweroff (and adjusted init to use it). Inlined function | Eric Andersen | |
calls to code only called once in tee. Made BB_KLOGD and option. -Erik | |||
1999-12-10 | changed tee_usage from being a function to a char[] | John Beppu | |
that gets used be usage(); | |||
1999-12-10 | Fix beppu's email address. | Eric Andersen | |
BTW, John, go to sleep. It is late. :) -Erik | |||
1999-12-10 | Implemented tee(1). | John Beppu | |