aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
AgeCommit message (Expand)Author
2016-12-12df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko
2016-12-12suppress glibc "use sysmacros.h for major" warningDenys Vlasenko
2016-12-09selinux: drop deprecated headersMike Frysinger
2016-12-08randomconfig fixesDenys Vlasenko
2016-11-24lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-BackspaceRostislav Skudnov
2016-11-03su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko
2016-09-18libbb: do not use fflush_unlocked, musl does not like fflush_unlocked(NULL)Denys Vlasenko
2016-08-29sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko
2016-08-22hush: fix "redirects can close script fd" bugDenys Vlasenko
2016-06-19libbb: move common code into run_applet_and_exitRon Yorston
2016-05-27cp: add -u/--update and --remove-destinationDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-04-03whitespace and namespace cleanupsDenys Vlasenko
2016-04-03ubirmvol: Implement -N switch for ubirmvolSven Eisenberg
2016-04-02nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko
2016-04-01libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko
2016-03-30udhcp: get rid of bb_info_msg()Denys Vlasenko
2016-03-14fixes for problems found by bionic buildDenys Vlasenko
2016-02-01Fix compiling with musl's utmp stubsKylie McClain
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-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-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-07libbb: more compact API for bb_parse_mode()Denys Vlasenko
2015-08-25libbb: add is_suffixed_with() functionBartosz Golaszewski
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko
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-04-20include: Fallback to UTMP unless there is UTMPX supportBernhard Reutner-Fischer
2015-04-20libbb: remove unnecessary argument to nonblock_immune_readRon Yorston
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-01-05libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko
2014-12-22Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGSPeter Kümmel
2014-12-07libarchive: add capability to unpack to mem.bufferDenys Vlasenko
2014-11-26libbb: use ARG_MAX for bb_arg_max() only if it's 60k+Denys 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-08-05ftpd: add optional support for authenticationMorten Kvistgaard
2014-06-30Rename INIT_LAST to INIT_FUNC to avoid confusionBartosz Golaszewski
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