aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2015-04-26Bionic lacks tcdrain; provide a workaroundMatt Whitlock
2015-04-25Bionic lacks ttyname_r; provide a workaroundMatt Whitlock
2015-04-21special-case {true,false,test} --helpDenys Vlasenko
2015-04-20libbb: remove unnecessary argument to nonblock_immune_readRon Yorston
2015-04-02update copyright yearsAaro Koskinen
2015-04-02*: Switch to POSIX utmpx APIBernhard Reutner-Fischer
2015-03-22truncate: new appletAri Sundholm
2015-03-22dd: move suffix struct to xatonum.cAri Sundholm
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-03-12deluser: also remove user from /etc/groupDenys Vlasenko
2015-02-07libpwdgrp: use getpwent() instead of getpwent_r()Denys Vlasenko
2015-02-07libbb/loop: don't try to re-use existing loop deviceKevin Wallace
2015-02-03libbb: make INET[6]_rresolve use sockaddr2{host,dotted}_noportDenys Vlasenko
2015-01-05libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko
2015-01-02libpwdgrp: rewritten to use malloced implementationTito Ragusa
2014-12-24libbb: add sanity check in bb_arg_max()Denys Vlasenko
2014-12-22randomconfig fixesDenys Vlasenko
2014-12-15lineedit: don't block when looking for escape sequence in vi-modeRon Yorston
2014-12-10lineedit: don't fall back to simple line input if tty is in raw modeDenys Vlasenko
2014-11-27libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski
2014-11-26libbb: use ARG_MAX for bb_arg_max() only if it's 60k+Denys Vlasenko
2014-11-26bbunit: fix WANT_TIMING compilationDenys Vlasenko
2014-11-17exit with 127 if appled name wasn't found - it's more POSIXyDenys Vlasenko
2014-11-04zcip: Add environment variable for overriding log functionalityMichel Stam
2014-09-22less: move "retry-on-EAGAIN" logic closer to read opsDenys Vlasenko
2014-09-18false: make "false --help" exit with 1Denys Vlasenko
2014-08-11init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startupDenys Vlasenko
2014-08-05ftpd: add optional support for authenticationMorten Kvistgaard
2014-07-30sha3: tweak comments and indentationDenys Vlasenko
2014-07-30sha3: code shrink (and speedup for SHA3_SMALL=0)Denys Vlasenko
2014-07-25sha3: add 32-bit optimized bit-sliced implementationDenys Vlasenko
2014-07-01libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190Denys Vlasenko
2014-06-25libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are definedDenys Vlasenko
2014-06-22unit-tests: implement the unit-testing frameworkBartosz Golaszewski
2014-06-22libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski
2014-06-22find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko
2014-05-19Add conditional support for -v / --verboseDenys Vlasenko
2014-05-02libbb: rename execable -> executable. No code changesDenys Vlasenko
2014-05-02libbb: fix empty PATH components handlingDenys Vlasenko
2014-05-02libbb: fix thinko in rtc_xopen()Denys Vlasenko
2014-05-02libbb: make rtc_xopen try harder on EBUSYDenys Vlasenko
2014-05-02Fix compile failuresDenys Vlasenko
2014-04-30libbb: make syslog level for bb_error_msg's configurable. use it in crondDenys Vlasenko
2014-04-16libbb/obscure.c: code shrink. Suggested by Tito.Denys Vlasenko
2014-04-13libbb: provide usleep() fallback implementationBernhard Reutner-Fischer
2014-03-16libbb: fix a bad check for uclibc >= 0.9.31Denys Vlasenko
2014-03-16script: make it work even if fd 0 is closedDenys Vlasenko
2014-02-27xargs: add support for -I and -i. Closes 493Denys Vlasenko
2014-02-25du, copy_file: fix file matching on cramfs. Closes 5456Denys Vlasenko
2014-02-25libbb: trivial code shrinkDenys Vlasenko