aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-01-05libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko
2015-01-02libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to s...Denys Vlasenko
2015-01-02libpwdgrp: rewritten to use malloced implementationTito Ragusa
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-12-07Rename transformer_aux_data_t -> transformer_state_tDenys 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-17taskset: support CPU masks for more than 64 CPUsDenys 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
2014-04-30libbb: make syslog level for bb_error_msg's configurable. use it in crondDenys Vlasenko
2014-04-30crond: tweak help text, make course less crypticDenys Vlasenko
2014-04-19modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko
2014-04-13libbb: provide usleep() fallback implementationBernhard Reutner-Fischer
2014-02-27xargs: add support for -I and -i. Closes 493Denys Vlasenko
2014-02-02zcat: complain if input is not compressedDenys Vlasenko
2014-01-08Another FreeBSD fix from Matthias AndreeDenys Vlasenko
2014-01-07platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSDDenys Vlasenko
2013-11-27platform: strchrnul is missing if __APPLE__Daniel Borca
2013-11-20rfkill: use new-style config/kbuild/appletDenys Vlasenko
2013-11-19libbb: move nuke_str() from passwd into libbbDenys Vlasenko
2013-11-19sulogin: use common password-checking routine.Denys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko
2013-11-13switch editors/* to embedded-in-source kbuild systemDenys Vlasenko
2013-11-12awk: optionally support -e AWK_PROGSven-Göran Bergh
2013-11-12fstrim: use new-style config/kbuild/applet snippets; trim help textDenys Vlasenko
2013-11-09fstrim: New appletMalek Degachi
2013-10-16libbb: use <poll.h> instead of <sys/poll.h>Thomas Petazzoni
2013-10-16wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)Guilherme Maciel Ferreira
2013-10-08libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functionsRyan Mallon
2013-10-06wall: access FILE under real user's credentialsDenys Vlasenko
2013-09-06Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko
2013-07-30Whitespace fixesDenys Vlasenko
2013-07-30catv: code shrinkDenys Vlasenko
2013-07-30Refactor catv. Move visible() from stty to libbb.Bartosz Golaszewski
2013-07-26buildsys: Add helper to list suid appletsBernhard Reutner-Fischer
2013-07-25networking: code shrinkBartosz Golaszewski
2013-07-13Commonalize typical [b,]k,m suffix structDenys Vlasenko
2013-06-28Move create_icmp[6]_socket to its only user, and simplify itDenys Vlasenko
2013-06-27losetup: assorted fixes. Closes 6314Denys Vlasenko
2013-06-27md5/sha512: a better fix for strict aliasing warningsDenys Vlasenko
2013-04-07ash,hush: history builtinFlemming Madsen