aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
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
2014-02-09libbb: don't die if crypt() returns NULLDenys Vlasenko
2014-01-31appletlib: fix set-but-unused warningMike Frysinger
2014-01-21libbb: if opening /dev/loopN returns ENXIO, don't try N++.Denys Vlasenko
2014-01-21libbb: fix parsing of "10101010" date/time formDenys Vlasenko
2014-01-10lineedit: fix trivial build failureDenys Vlasenko
2014-01-08libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short.Denys Vlasenko
2013-12-31fix failures found by randomconfig buildsDenys Vlasenko
2013-12-16do not fail build if MAXSYMLINKS isn't definedMichael Tokarev
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko
2013-11-29chpst: fix a bug where -U USER was using wrong USER (one from -u USER)Denys Vlasenko
2013-11-28sed: open input files sequentially to avoid EMFILEDenys Vlasenko
2013-11-26libbb: add sketch of tentative 'better' passwd/group APIDenys Vlasenko
2013-11-19libbb: move nuke_str() from passwd into libbbDenys Vlasenko
2013-11-19comment tweakDenys Vlasenko
2013-11-19sulogin: use common password-checking routine.Denys Vlasenko
2013-10-08libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functionsRyan Mallon
2013-09-06Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko
2013-08-20lineedit: use unicode_strwidth instead of unicode_strlenDenys Vlasenko
2013-08-19lineedit: fix multi-line PS1 handling: calculate PS1 length from last \nDenys Vlasenko