aboutsummaryrefslogtreecommitdiff
path: root/libbb/Makefile.in
AgeCommit message (Expand)Author
2006-06-08made "test" an ash built-in.Paul Fox
2006-05-26- make find_mount_point conditional on df and eject; Fixes `make hosttools´ onBernhard Reutner-Fischer
2006-05-15- patch from Robert P. J. Day to use filter instead of findstring.Bernhard Reutner-Fischer
2006-05-12Autodetect parts of a multipart file, from Robert P. Day's suggestion.Rob Landley
2006-05-08Fiddling with llist to make memory management easier. Specifically, theRob Landley
2006-05-08Remove a link that leaked in from the pending llist_t changes.Rob Landley
2006-05-07Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley
2006-04-13- patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer
2006-04-12- patch from Denis Vlasenko to add and use bb_xchdir()Bernhard Reutner-Fischer
2006-04-12- patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()Bernhard Reutner-Fischer
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-03-23Bug spotted by Stephane Billiart: losetup depends on loop.c.Rob Landley
2006-03-21Patch from Shaun Jackman to make loop.c build only when needed.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-09- backout using features which are not available with the previous stableBernhard Reutner-Fischer
2006-03-02- remove unused lists *-mBernhard Reutner-Fischer
2006-03-01- fixes parallel builds (make -j)Bernhard Reutner-Fischer
2006-02-21Forgot to check this in last night, part of the hash_fd breakup.Rob Landley
2006-02-02make the build system puuuuuuuuuuurtyMike Frysinger
2006-01-31- fix typo i introduced yesterday.Bernhard Reutner-Fischer
2006-01-30- make linking against libcrypt optional by looking if pw_encrypt() orBernhard Reutner-Fischer
2006-01-15- shared libbusybox.Bernhard Reutner-Fischer
2006-01-06patch from tito: consolidate delay functions as bb_do_delay()Rob Landley
2005-11-22Move interface.c to networking directory since it's only used by ifconfig.Rob Landley
2005-10-27Somebody suggested this, but I've forgotten who.Rob Landley
2005-10-15common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"
2005-10-12bb_dev_null"Vladimir N. Oleynik"
2005-10-06- add llist_free_one() and llist_free() to libbbBernhard Reutner-Fischer
2005-09-29- rename llist_add_to.c to llist.cBernhard Reutner-Fischer
2005-09-26spwd bulid now, (typo)"Vladimir N. Oleynik"
2005-09-25Patch from Amir Shalem to make busybox compile on a uClibc that has no shadowRob Landley
2005-09-24use brief license lineMike Frysinger
2005-09-20- rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer
2005-09-07This code exists to compensate for ancient broken build environments which,Rob Landley
2005-09-05get_terminal_width_height.c was in there twice.Rob Landley
2005-08-09implemented a builtin echo command in ash. moved the guts of thePaul Fox
2005-07-27use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger
2005-04-16Add bb_msg_read_errorEric Andersen
2004-10-08egor duda writes:Eric Andersen
2004-09-15Tito writes,Glenn L McGrath
2004-09-02Tito writes:Eric Andersen
2004-06-22Patch from Bastian Blank:Eric Andersen
2004-05-01Do not use getpass(3)Eric Andersen
2004-03-06Fix/eliminate use of atolEric Andersen
2004-02-06Make the loop support stuff be much less evil, and make it copeEric Andersen
2003-11-10Merge common parts of sha1sum and md5sum, which is everything except theGlenn L McGrath