aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2006-04-12- patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer
2006-04-12- patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer
2006-04-12- add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer
2006-04-10Patch from Rob Sullivan to consolidate crc32 table generation.Rob Landley
2006-04-05- include proper headers.Bernhard Reutner-Fischer
2006-04-03- move buffer allocation schemes to libbb.hBernhard Reutner-Fischer
2006-04-02New version from Tito.Rob Landley
2006-03-29- Rich Felker writes: fix invalid printf format stringsBernhard Reutner-Fischer
2006-03-29More extern removal from Robert P. Day.Rob Landley
2006-03-29find ./ -name .cvsignore | xargs svn rmBernhard Reutner-Fischer
2006-03-28just whitespace fixesMike Frysinger
2006-03-26More dead code removal.Rob Landley
2006-03-23Bug spotted by Stephane Billiart: losetup depends on loop.c.Rob Landley
2006-03-23Very nice patch from Rich Felker to portably set the stream error indicator andRob Landley
2006-03-21Patch from Shaun Jackman to make loop.c build only when needed.Rob Landley
2006-03-18- fix order of includes.Bernhard Reutner-Fischer
2006-03-18Whitespace cleanup and minor tweak (return -ERRNO instead of ERRNO soRob Landley
2006-03-16Random in-passing tweak.Rob Landley
2006-03-14More "extern" removals from Robert P. DayRob Landley
2006-03-14Attempt to make a warning go away without increasing size.Rob Landley
2006-03-13- revert back to r14406Bernhard Reutner-Fischer
2006-03-13Patch from Denis Vlasenko to add xstat() and use it.Rob Landley
2006-03-10Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley
2006-03-09Portability patch from rfelker. The bb_asprintf.c thing needs an eventualRob Landley
2006-03-09- backout using features which are not available with the previous stableBernhard Reutner-Fischer
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-03-02- remove unused lists *-mBernhard Reutner-Fischer
2006-03-02- use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer
2006-03-01- fixes parallel builds (make -j)Bernhard Reutner-Fischer
2006-02-24A few changes falling out from the effort to make sed handle embedded NUL bytes.Rob Landley
2006-02-22document leading + optionMike Frysinger
2006-02-21Forgot to check this in last night, part of the hash_fd breakup.Rob Landley
2006-02-21Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedRob Landley
2006-02-21a few more comment touchupsMike Frysinger
2006-02-21translate Russian-English to just plain EnglishMike Frysinger
2006-02-20sync with mainstream, but check more"Vladimir N. Oleynik"
2006-02-20getdomainname() isn't guaranteed to null terminate the string if it wasRob Landley
2006-02-20remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_I..."Vladimir N. Oleynik"
2006-02-20correction get(host/domain)name usage, revert 742 bug"Vladimir N. Oleynik"
2006-02-20svn 14077 was completely broken and apparently never tested.Rob Landley
2006-02-19rfelker writes in Bug 742: make sure string is null terminated after calling ...Mike Frysinger
2006-02-19rfelker writes in Bug 740: s/u_char/unsigned char/Mike Frysinger
2006-02-17type typo. Thanks, Devin Bayer"Vladimir N. Oleynik"
2006-02-16moved BB_BANNER to applets/version.c file: make kernel like version, "Vladimir N. Oleynik"
2006-02-16removed #undef strlen, use builtins and prototuped strlen from xfunc file (on..."Vladimir N. Oleynik"
2006-02-14cleanups after changes by Denis Vlasenko. Size optimization"Vladimir N. Oleynik"
2006-02-13Cleanups from Denis Vlasenko.Rob Landley
2006-02-13Bug fix from Kim B. Heino, manifested via:Rob Landley
2006-02-05Save a few bytes in error message.Rob Landley
2006-02-02destroy bug 679, use getopt_ulflags with new feature: usage option. Removed t..."Vladimir N. Oleynik"