aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2006-01-25just whitespaceTim Riker
2006-01-22Close bug 644: loop incrementing twice, skipping ever other device.Rob Landley
2006-01-17- make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig.Bernhard Reutner-Fischer
2006-01-15- shared libbusybox.Bernhard Reutner-Fischer
2006-01-13- correct definitions.Bernhard Reutner-Fischer
2006-01-12- shrink simple obscure stuff a tiny bit:Bernhard Reutner-Fischer
2006-01-09removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Tito"Vladimir N. Oleynik"
2006-01-09Minor cosmetic fix from Tito.Rob Landley
2006-01-06patch from tito: consolidate delay functions as bb_do_delay()Rob Landley
2005-12-21Trying to losetup a device as a regular user shouldn't result in an endlessRob Landley
2005-12-12Flush input when prompting for a password (bug 373).Rob Landley
2005-12-02reduce signedness warning"Vladimir N. Oleynik"
2005-11-29Fix losetup so that it A) actually works again, B) has much better errorRob Landley
2005-11-26change the interface of libbb/compare_string_array (unsigned short to int), u..."Vladimir N. Oleynik"
2005-11-26more use const for interface of libbb/compare_string_array, example usage for..."Vladimir N. Oleynik"
2005-11-25more use libbb/bb_msg_read_error"Vladimir N. Oleynik"
2005-11-22Move interface.c to networking directory since it's only used by ifconfig.Rob Landley
2005-11-12My last change to this file broke tar x. Sigh. (Trying to make sure we workRob Landley
2005-11-04Fix bug 424: doing full_read breaks things like cat which should return aRob Landley
2005-11-04When cp ran out of space it didn't return a nonzero error code. Fixes bug 493.Rob Landley
2005-11-01Fix cp /dev/null filename, and a few in-passing cleanups.Rob Landley
2005-10-27Somebody suggested this, but I've forgotten who.Rob Landley
2005-10-25Shaun Jackman noted that limits.h defines path_max and isn't included fromRob Landley
2005-10-20more const"Vladimir N. Oleynik"
2005-10-15- don't update copyright years. He might release it, but apparently will haveBernhard Reutner-Fischer
2005-10-15- an empty middle term in ?: violates ISO CBernhard Reutner-Fischer
2005-10-15common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"
2005-10-14- new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"
2005-10-12usage bb_dev_null"Vladimir N. Oleynik"
2005-10-12bb_dev_null"Vladimir N. Oleynik"
2005-10-11- use complementally '!' to '?' - 'ask' is best 'free' char for this."Vladimir N. Oleynik"
2005-10-11The check for EROFS was wrong. For example, if you try to mount a filesystemRob Landley
2005-10-10bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3."Vladimir N. Oleynik"
2005-10-07- size reduction of pidofBernhard Reutner-Fischer
2005-10-06- add llist_free_one() and llist_free() to libbbBernhard Reutner-Fischer
2005-10-06- add llist_free_one() and llist_free() to libbb; Add a bit of documentation.Bernhard Reutner-Fischer
2005-10-05another more correction for getopt_ulflags() documentation (examples)"Vladimir N. Oleynik"
2005-10-05more correction for getopt_ulflags() documentation by author of this fuck logic"Vladimir N. Oleynik"
2005-10-05- add proper separators. sorry for the noise..Bernhard Reutner-Fischer
2005-10-05- add a bit more documentation to vodz' recent additions.Bernhard Reutner-Fischer
2005-10-05update bb_getopt_ulflags special for 'ps' applet, usaging '-' as first group ..."Vladimir N. Oleynik"
2005-10-04use updated bb_getopt_ulflags() for ps applet"Vladimir N. Oleynik"
2005-09-29change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"
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 the shorter license headerMike Frysinger
2005-09-24use brief license lineMike Frysinger
2005-09-20- consolidated password helpersBernhard Reutner-Fischer
2005-09-20- consolidated password helpers into bb_pwd.cBernhard Reutner-Fischer