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