2008-07-21 |
Denis Vlasenko | libbb: [x]fopen_for_{read,write} introduced and used. |
blob | commitdiff | raw |
2008-07-05 |
Denis Vlasenko | *: rename ATTRIBUTE_XXX to just XXX. |
blob | commitdiff | raw | diff to current |
2008-06-26 |
Denis Vlasenko | style fixes, no code changes |
blob | commitdiff | raw | diff to current |
2008-05-19 |
Bernhard Reutner... | - use EXIT_{SUCCESS,FAILURE}. No object-code changes |
blob | commitdiff | raw | diff to current |
2008-03-28 |
Denis Vlasenko | whitespace fixes |
blob | commitdiff | raw | diff to current |
2008-03-12 |
Denis Vlasenko | libbb: introduse and use signal_[no_]SA_RESTART_empty_m... |
blob | commitdiff | raw | diff to current |
2008-03-12 |
Denis Vlasenko | nc: remove a bit of bloat |
blob | commitdiff | raw | diff to current |
2008-02-25 |
Denis Vlasenko | *: intrduce and use safe_gethostname. By Tito <farmatit... |
blob | commitdiff | raw | diff to current |
2008-01-27 |
Bernhard Reutner... | - fix conflicting decls of syslog related facilitynames... |
blob | commitdiff | raw | diff to current |
2007-11-06 |
Denis Vlasenko | fbset: fix buglet where we were using wrong pointer |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | raw | diff to current |
2007-09-30 |
Denis Vlasenko | introduce and use close_on_exec_on(fd). -50 bytes. |
blob | commitdiff | raw | diff to current |
2007-08-17 |
Denis Vlasenko | assorted fixes for breakage found by randomconfig |
blob | commitdiff | raw | diff to current |
2007-08-12 |
Denis Vlasenko | trylink: produce even more info about final link stage |
blob | commitdiff | raw | diff to current |
2007-07-24 |
Denis Vlasenko | Replace index_in_[sub]str_array with index_in_[sub... |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Denis Vlasenko | style fix (stray space before ';') |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Denis Vlasenko | stray trailing tabs removed |
blob | commitdiff | raw | diff to current |
2007-07-17 |
Denis Vlasenko | remove accumulated stray trailing whitespace |
blob | commitdiff | raw | diff to current |
2007-07-14 |
Denis Vlasenko | xioctl and friends by Tito <farmatito@tiscali.it> |
blob | commitdiff | raw | diff to current |
2007-07-01 |
Denis Vlasenko | devfsd: futher sanitization by Tito <farmatito@tiscali.it> |
blob | commitdiff | raw | diff to current |
2007-07-01 |
Denis Vlasenko | devfsd: indentation fixes |
blob | commitdiff | raw | diff to current |
2007-06-30 |
Denis Vlasenko | introduce and use bb_basename() |
blob | commitdiff | raw | diff to current |
2007-06-27 |
Denis Vlasenko | devfsd: style cleanup; size reduction (Tito <farmatito... |
blob | commitdiff | raw | diff to current |
2007-06-25 |
Denis Vlasenko | devfsd: fix formatting (Tito <farmatito@tiscali.it>) |
blob | commitdiff | raw | diff to current |
2007-05-31 |
Denis Vlasenko | delete tons of extra #includes |
blob | commitdiff | raw | diff to current |
2007-05-31 |
Denis Vlasenko | use "glibc errno" trick not only for ash, but for entir... |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-04-13 |
Denis Vlasenko | teach find_root_device to deal with /dev/ subdirs |
blob | commitdiff | raw | diff to current |
2007-03-11 |
Denis Vlasenko | kill superfluous returns at the end of void functions |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Denis Vlasenko | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo... |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2007-01-29 |
Denis Vlasenko | preparatory patch for -Wwrite-strings #5 |
blob | commitdiff | raw | diff to current |
2006-12-26 |
Denis Vlasenko | style fixes |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Denis Vlasenko | style cleanup: return(a) -> return a, part 2 |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Denis Vlasenko | style cleanup: return(a) -> return a, part 1 |
blob | commitdiff | raw | diff to current |
2006-11-05 |
Denis Vlasenko | rename: compare_string_array -> index_in_str_array |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Denis Vlasenko | remove bb_printf and the like |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | bb_applet_name -> applet_name |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
blob | commitdiff | raw | diff to current |
2006-07-12 |
"Robert P. J. Day" | Add one-line GPL boilerplate to numerous (but not all... |
blob | commitdiff | raw | diff to current |
2006-07-02 |
"Robert P. J. Day" | Standardize on the vi editing directives being on the... |
blob | commitdiff | raw | diff to current |
2006-06-25 |
Bernhard Reutner... | - convert old-style parameter declarations (K&R) to... |
blob | commitdiff | raw | diff to current |
2006-06-08 |
Rob Landley | Patch from Erik Hovland, via Tito. |
blob | commitdiff | raw | diff to current |
2006-05-27 |
Rob Landley | Consolidate #include <sys/time.h> so libbb.h does it. |
blob | commitdiff | raw | diff to current |
2006-02-22 |
Rob Landley | Patch from Denis Vlasenko to constify things and fix... |
blob | commitdiff | raw | diff to current |
2006-02-01 |
"Vladimir N. Oleynik" | removed anoinig warnings |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Eric Andersen | fix up yet more annoying signed/unsigned and mixed... |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Tim Riker | just whitespace |
blob | commitdiff | raw | diff to current |
2005-12-06 |
"Vladimir N. Oleynik" | restore compare_string_array new interface (make broken... |
blob | commitdiff | raw | diff to current |
2005-10-08 |
Rob Landley | Coprolith polishing time: Tito switched devfsd over... |
blob | commitdiff | raw | diff to current |
2005-09-14 |
"Vladimir N. Oleynik" | split libbb: moved xregcomp separatelly for speed up... |
blob | commitdiff | raw | diff to current |
2005-09-14 |
"Vladimir N. Oleynik" | removed strange extern void xregcomp(... from some... |
blob | commitdiff | raw | diff to current |
2005-07-31 |
Mike Frysinger | eat leading whitespace with preprocessor |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Rob Landley | Tito posted a devfsd error message fix. It's highly... |
blob | commitdiff | raw | diff to current |
2004-10-13 |
Eric Andersen | Make certain clients of bb_make_directory default to... |
blob | commitdiff | raw | diff to current |
2004-04-14 |
Eric Andersen | Larry Doolittle writes: |
blob | commitdiff | raw | diff to current |
2004-02-22 |
Glenn L McGrath | Patch from Florian Schirmer. compile fix for debug... |
blob | commitdiff | raw | diff to current |
2004-02-04 |
Glenn L McGrath | Bug fix from Tito. |
blob | commitdiff | raw | diff to current |
2003-12-19 |
Eric Andersen | Tito writes: |
blob | commitdiff | raw | diff to current |
2003-11-30 |
Glenn L McGrath | Patch from Tito, size optimisation, cleanup noise when... |
blob | commitdiff | raw | diff to current |
2003-10-22 |
Eric Andersen | Tito writes: |
blob | commitdiff | raw | diff to current |
2003-10-17 |
Tim Riker | old gcc |
blob | commitdiff | raw | diff to current |
2003-10-09 |
Eric Andersen | Do not use kernel headers |
blob | commitdiff | raw | diff to current |
2003-10-09 |
Glenn L McGrath | New applet, devfsd, by Matteo Croce and Tito |
blob | commitdiff | raw | diff to current |
|