aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2015-10-23libbb: factor out code which queries screen widthDenys Vlasenko
2015-10-22remove systemd supportDenys Vlasenko
2015-10-19libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko
2015-10-15du: extra compat: with -k and -m, round sizes upDenys Vlasenko
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko
2015-10-09use auto_string() where appropriate to kill a few staticsDenys Vlasenko
2015-10-09libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko
2015-10-09remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko
2015-10-07md5sum: code shrinkDenys Vlasenko
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko
2015-09-15libbb: another unit test for is_suffixed_withTito Ragusa
2015-08-25libbb: make is_suffixed_with() return pointer inside string, not key.Denys Vlasenko
2015-08-25libbb: add is_suffixed_with() functionBartosz Golaszewski
2015-08-25libbb: add a comment describing the way is_prefixed_with() worksBartosz Golaszewski
2015-08-25libbb: add unit tests for is_prefixed_with()Bartosz Golaszewski
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko
2015-08-17unit-tests: remove code depending on WANT_TIMINGBartosz Golaszewski
2015-08-17unit-tests: remove unnecesary field from struct bbunit_listelemBartosz Golaszewski
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston
2015-07-13Removes stray empty line from codeManinder Singh
2015-05-25Print one less newline at the end of bb_show_usage()Denys Vlasenko
2015-05-12libbb: Enable support for !CONFIG_MULTIUSERDaniel Thompson
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