Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. | "Robert P. J. Day" | 2006-07-10 | 1 | -23/+1 |
| | |||||
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
| | |||||
* | Migrate endianness macros. | Rob Landley | 2006-05-05 | 1 | -1/+1 |
| | |||||
* | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -1/+1 |
| | | | | - include the correct headers: applets need busybox.h while lib* need libbb.h | ||||
* | just whitespace fixes | Mike Frysinger | 2006-03-28 | 1 | -7/+7 |
| | |||||
* | Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked | Rob Landley | 2006-02-21 | 1 | -0/+200 |
md5_sha1_sum.c to convert some #ifdef CONFIG to if(ENABLE).) |