| Commit message (Expand) | Author | Age | Files | Lines |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -27/+27 |
* | *: BB_BANNER -> bb_banner (it is not a const or #define)! | Denis Vlasenko | 2007-06-13 | 1 | -2/+1 |
* | remove nearly-duplicate PATHs in several places | Denis Vlasenko | 2007-06-12 | 1 | -1/+1 |
* | login: make /etc/nologin support configurable. -240 bytes if not selected. | Denis Vlasenko | 2007-06-12 | 1 | -2/+0 |
* | A few more string duplicates found & eliminated | Denis Vlasenko | 2007-06-12 | 1 | -0/+4 |
* | make busybox --install work even if /proc/self/exe doesn't exist | Denis Vlasenko | 2007-06-08 | 1 | -1/+2 |
* | Audit bb_common_bufsiz usage, add script which looks for misuse. | Denis Vlasenko | 2007-06-04 | 1 | -1/+1 |
* | procps: remove all global variables | Denis Vlasenko | 2007-04-19 | 1 | -1/+1 |
* | gzip: Improve ptr_to_globals trick, allowing gcc | Denis Vlasenko | 2007-03-15 | 1 | -1/+2 |
* | modify ptr_to_globals trick so that we do not violate | Denis Vlasenko | 2007-03-15 | 1 | -1/+2 |
* | gzip: reduce global data footprint, part 3 | Denis Vlasenko | 2007-03-14 | 1 | -1/+1 |
* | gzip: reduce global data footprint, part 2 | Denis Vlasenko | 2007-03-14 | 1 | -0/+2 |
* | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko | 2007-01-22 | 1 | -0/+3 |
* | random small size optimizations | Denis Vlasenko | 2007-01-12 | 1 | -0/+1 |
* | tar: | Denis Vlasenko | 2006-11-24 | 1 | -1/+0 |
* | bb_INET_default[] is really just a const "default", | Denis Vlasenko | 2006-11-21 | 1 | -0/+2 |
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 1 | -87/+20 |
* | change char *string = "foo" -> char string[] = "foo" | Denis Vlasenko | 2006-09-19 | 1 | -25/+25 |
* | Another whack at scripts/individual. Now builds 212 applets. | Rob Landley | 2006-08-09 | 1 | -3/+5 |
* | Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. | "Robert P. J. Day" | 2006-07-10 | 1 | -1/+0 |
* | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer | 2006-06-07 | 1 | -1/+7 |
* | - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -0/+14 |
* | - include proper headers. | Bernhard Reutner-Fischer | 2006-04-05 | 1 | -1/+0 |
* | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -13/+1 |
* | moved BB_BANNER to applets/version.c file: make kernel like version, | "Vladimir N. Oleynik" | 2006-02-16 | 1 | -1/+6 |
* | common BUFSIZ BSS buffer, small reduce code, data and bss | "Vladimir N. Oleynik" | 2005-10-15 | 1 | -0/+3 |
* | usage bb_dev_null | "Vladimir N. Oleynik" | 2005-10-12 | 1 | -2/+2 |
* | bb_dev_null | "Vladimir N. Oleynik" | 2005-10-12 | 1 | -0/+4 |
* | Add bb_msg_read_error | Eric Andersen | 2005-04-16 | 1 | -0/+3 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
* | move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one | Glenn L McGrath | 2003-09-02 | 1 | -0/+4 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+1 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -35/+24 |
* | last_patch61 from vodz: | Eric Andersen | 2002-10-10 | 1 | -1/+1 |
* | Port over the last of the tinylogin applets | Eric Andersen | 2002-06-23 | 1 | -0/+36 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -2/+3 |
* | Patch from vodz: | Eric Andersen | 2001-07-12 | 1 | -0/+3 |
* | Fix a segfault in lash, hush, and cmdedit. Each of these used | Eric Andersen | 2001-05-11 | 1 | -0/+3 |
* | These messages can be .rodata, so make them even more const. | Eric Andersen | 2001-04-30 | 1 | -12/+12 |
* | libbb.h now includes ../busybox.h. This way, files in libbb that have | Mark Whitley | 2001-04-25 | 1 | -1/+1 |
* | Move messages.c to libbb. Make each string in messages.c be its own .o file. | Eric Andersen | 2001-04-25 | 1 | -0/+61 |