aboutsummaryrefslogtreecommitdiff
path: root/libbb/Makefile.in
AgeCommit message (Expand)Author
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
2003-10-22make this a little bit less messyEric Andersen
2003-10-09Fix an ommision preventing building, patch by Tito.Glenn L McGrath
2003-09-24Add the "install" applet, move get_ug_id to libbb as its used by chown,Glenn L McGrath
2003-09-16Compile get_terminal_width_heightGlenn L McGrath
2003-09-02move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath
2003-08-06Latest dash update from vodzEric Andersen
2003-07-28last_patch95 from vodz:Eric Andersen
2003-07-22Remove remaining libc5 support codeEric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-05-26Vodz, last_patch_86Glenn L McGrath
2003-04-16Minor .o file naming changeEric Andersen
2003-03-19Obligatory forgotten item.Manuel Novoa III
2003-03-19Major coreutils update.Manuel Novoa III
2003-03-07With nightmares of libbb ending up with 100 .c files startingEric Andersen
2003-03-07Define bb_xgetlarg as a standard interface for extractingEric Andersen
2003-01-21run telnet from inetd, present login prompt if login is configured,Glenn L McGrath
2002-12-14rmmod -a removed modules recursivelyTim Riker
2002-12-08Move add_to_list from libunarchive to libbb so it can be of more general use ...Glenn L McGrath