| Commit message (Expand) | Author | Age | Files | Lines |
* | delete tons of extra #includes | vda | 2007-05-31 | 1 | -5/+5 |
* | use "glibc errno" trick not only for ash, but for entire busybox | vda | 2007-05-31 | 1 | -11/+0 |
* | usage.c: remove reference to busybox.h | vda | 2007-05-26 | 1 | -1/+1 |
* | teach find_root_device to deal with /dev/ subdirs | vda | 2007-04-13 | 1 | -1/+1 |
* | kill superfluous returns at the end of void functions | vda | 2007-03-11 | 1 | -2/+0 |
* | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | vda | 2007-02-06 | 1 | -1/+1 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 1 | -0/+1 |
* | preparatory patch for -Wwrite-strings #5 | vda | 2007-01-29 | 1 | -21/+20 |
* | style fixes | vda | 2006-12-26 | 1 | -8/+8 |
* | style cleanup: return(a) -> return a, part 2 | vda | 2006-11-27 | 1 | -67/+57 |
* | style cleanup: return(a) -> return a, part 1 | vda | 2006-11-27 | 1 | -10/+8 |
* | rename: compare_string_array -> index_in_str_array | vda | 2006-11-05 | 1 | -4/+4 |
* | remove bb_printf and the like | vda | 2006-10-26 | 1 | -4/+4 |
* | bb_applet_name -> applet_name | vda | 2006-10-03 | 1 | -3/+3 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 1 | -4/+4 |
* | Add one-line GPL boilerplate to numerous (but not all yet) source files. | rpjday | 2006-07-12 | 1 | -0/+4 |
* | Standardize on the vi editing directives being on the first line. | rpjday | 2006-07-02 | 1 | -0/+1 |
* | - convert old-style parameter declarations (K&R) to modern style. | aldot | 2006-06-25 | 1 | -1/+1 |
* | Patch from Erik Hovland, via Tito. | landley | 2006-06-08 | 1 | -2/+2 |
* | Consolidate #include <sys/time.h> so libbb.h does it. | landley | 2006-05-27 | 1 | -1/+0 |
* | Patch from Denis Vlasenko to constify things and fix a few typos. | landley | 2006-02-22 | 1 | -32/+37 |
* | removed anoinig warnings | vodz | 2006-02-01 | 1 | -6/+6 |
* | fix up yet more annoying signed/unsigned and mixed type errors | andersen | 2006-01-30 | 1 | -1/+2 |
* | just whitespace | timr | 2006-01-25 | 1 | -44/+44 |
* | restore compare_string_array new interface (make broken by landley) | vodz | 2005-12-06 | 1 | -2/+2 |
* | Coprolith polishing time: Tito switched devfsd over from CONFIG_ to ENABLE_. | landley | 2005-10-08 | 1 | -317/+174 |
* | split libbb: moved xregcomp separatelly for speed up recompile | vodz | 2005-09-14 | 1 | -2/+1 |
* | removed strange extern void xregcomp(... from some applets, but declared from... | vodz | 2005-09-14 | 1 | -2/+0 |
* | eat leading whitespace with preprocessor | vapier | 2005-07-31 | 1 | -2/+2 |
* | Tito posted a devfsd error message fix. It's highly deprecated and will | landley | 2005-06-07 | 1 | -31/+28 |
* | Make certain clients of bb_make_directory default to honoring | andersen | 2004-10-13 | 1 | -1/+1 |
* | Larry Doolittle writes: | andersen | 2004-04-14 | 1 | -1/+1 |
* | Patch from Florian Schirmer. compile fix for debug builds | bug1 | 2004-02-22 | 1 | -2/+2 |
* | Bug fix from Tito. | bug1 | 2004-02-04 | 1 | -3/+4 |
* | Tito writes: | andersen | 2003-12-19 | 1 | -333/+450 |
* | Patch from Tito, size optimisation, cleanup noise when in debugging | bug1 | 2003-11-30 | 1 | -167/+167 |
* | Tito writes: | andersen | 2003-10-22 | 1 | -3/+2 |
* | old gcc | timr | 2003-10-17 | 1 | -3/+3 |
* | Do not use kernel headers | andersen | 2003-10-09 | 1 | -13/+50 |
* | New applet, devfsd, by Matteo Croce and Tito | bug1 | 2003-10-09 | 1 | -0/+2029 |