aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2009-10-23build failure fix and some cosmeticsDenys Vlasenko
2009-10-22*: remove last function calls to isspaceDenys Vlasenko
2009-10-22*: use better isspace implementationDenys Vlasenko
2009-10-20add B921600Bernhard Reutner-Fischer
2009-10-15move generate_uuid from mkswap to libbbVladimir Dronnikov
2009-10-14lineedit: do not hardcode ctrl-C and ctrl-D, use termios fields.Denys Vlasenko
2009-10-14comment anc Config.in changes, no code changesDenys Vlasenko
2009-10-13libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko
2009-10-11libbb: revert the change where spawn reports exec failureDenys Vlasenko
2009-10-08libbb: make spawn() print "can't execute '%s'" on execv errorDenys Vlasenko
2009-10-08*: code shrink via NOINLINEDenys Vlasenko
2009-10-05unpackers: check errors from close() tooDenys Vlasenko
2009-09-29find: -follow should not error out on dandling linksDenys Vlasenko
2009-09-29libbb/lineedit: restore ^D handling for unicodeDenys Vlasenko
2009-09-27libbb/lineedit: fix the case when we configured history to have 0 linesDenys Vlasenko
2009-09-23*: more portability fixes by Dan FandrichDenys Vlasenko
2009-09-23*: optimize code size in strtoul callsDenys Vlasenko
2009-09-22pidof/killall: fix bug 625 (kernel threads get stale "binary name")Denys Vlasenko
2009-09-19ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko
2009-09-12fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko
2009-09-11top, ps: do not output trailing spacesDenys Vlasenko
2009-09-11top: add -m ("memory") optionDenys Vlasenko
2009-09-10httpd: shrink mime type matching code (suggested by Bernhard)Denys Vlasenko
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko
2009-09-06documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-09-06experimentally add mallopt tweaks for reduced memory consumptionDenys Vlasenko
2009-09-02small commit tweak in parse_datestr, no code changesDenys Vlasenko
2009-08-30code shrink in help text codeDenys Vlasenko
2009-08-29ash: deal with some TODOs (mostly trivial)Denys Vlasenko
2009-08-28rpm2cpio: handle bz2 too; code shrinkPascal Bellard
2009-08-27update copyright yearDenys Vlasenko
2009-08-20do not store 1st two bytes of compressed help textDenys Vlasenko
2009-08-01libbb: prevent resursion on malloc failureDenys Vlasenko
2009-07-30rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes.Denys Vlasenko
2009-07-29make find_pid_by_name look at /proc/PID/exe tooAlexander Shishkin
2009-07-18fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko
2009-07-18touch: implement -t TIME (needed for testsuite)Denys Vlasenko
2009-07-18touch: implement -d --date (our own testsuite needs that)Denys Vlasenko
2009-07-18date: factor out date parsing (in preparation for touch -d)Denys Vlasenko
2009-07-16widen "Unicode in environment" checkDenys Vlasenko
2009-07-16another small lineedit fixDenys Vlasenko
2009-07-16fix a thinko in lineedit completion codeDenys Vlasenko
2009-07-16lineedit+unicode: code shrinkDenys Vlasenko
2009-07-16comment fixes, no code changesDenys Vlasenko
2009-07-16lineedit: code shrinkDenys Vlasenko
2009-07-15remove trailing whitespaceDenys Vlasenko
2009-07-15randomconfig fixesDenys Vlasenko
2009-07-15comment fix, no code changesDenys Vlasenko
2009-07-15busybox --install [-s] [DIR]: allow a parameter - destination DIRDenys Vlasenko