summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* libbb: exec_login_shell() - new functionDenys Vlasenko2020-12-021-0/+1
* libbb: rename run_shell() to exec_shell()Denys Vlasenko2020-12-021-2/+2
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-302-1/+4
* libbb: introduce and use msleep()Denys Vlasenko2020-11-291-1/+2
* libbb: introduce and use sleep1()Denys Vlasenko2020-11-291-3/+1
* libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko2020-11-291-3/+4
* libbb: change decode_base32/64 API to return the end of _dst_, not _src_.Denys Vlasenko2020-11-281-2/+2
* base32: new appletDenys Vlasenko2020-11-261-0/+3
* archival: avoid std namespace for local includesJoachim Nilsson2020-11-161-0/+0
* od: unbreak itDenys Vlasenko2020-10-251-1/+23
* xxd: fix printing of trailing spacesDenys Vlasenko2020-10-201-37/+2
* libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-011-4/+12
* tydy up a few uses of recursive_action(), no logic changesDenys Vlasenko2020-10-011-3/+3
* gcc-9.x warning fixesDenys Vlasenko2020-10-011-1/+1
* libbb: extend "errno pointer" trick to other than __GLIBC__Denys Vlasenko2020-10-011-3/+4
* mount: support the sizelimit and offset option for loop devicesSteffen Trumtrar2020-10-011-1/+2
* ntpd: fix refid reported in server mode, closes 13056Denys Vlasenko2020-07-201-0/+7
* randomconfig fixesDenys Vlasenko2020-06-231-0/+1
* randomconfig fixDenys Vlasenko2020-06-231-0/+4
* randomconfig fixesDenys Vlasenko2020-06-231-0/+2
* ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston2020-01-291-0/+13
* clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko2019-10-251-1/+21
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+44
* mount,losetup: use /dev/loop-control is it existsDenys Vlasenko2019-06-091-3/+4
* libbb: move netlink socket binding to the utility functionDenys Vlasenko2019-06-031-0/+1
* losetup: Add partition scanning optionJack O'Sullivan2019-05-301-0/+1
* libarchive: treat one "FIXME: avoid seek"Denys Vlasenko2019-05-242-0/+7
* Optionally re-introduce bb_info_msg()James Byrne2019-04-301-1/+8
* libbb: mark scripted_main() as externally visibleRon Yorston2019-03-301-1/+1
* do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko2019-03-171-0/+4
* watch: support fractional -n SECDenys Vlasenko2019-03-121-0/+2
* start-stop-daemon: create pidfile before parent exits, closes 8596Denys Vlasenko2019-01-141-5/+5
* pmap: make 32-bit version work better on 64-bit kernelsDenys Vlasenko2018-12-311-1/+6
* inetd: suppress aliasing warningDenys Vlasenko2018-12-081-2/+2
* suppress gcc 8 aliasing warningsDenys Vlasenko2018-12-081-0/+2
* bc: unbreak FEATURE_CLEAN_UP buildDenys Vlasenko2018-12-061-1/+1
* cat,nl: fix handling of open errorsDenys Vlasenko2018-11-291-1/+1
* hush: allow hush to run embedded scriptsRon Yorston2018-11-271-0/+5
* Tweaks to build process for embedded scriptsRon Yorston2018-11-272-6/+3
* tls: code shrinkDenys Vlasenko2018-11-251-1/+0
* wget: print the final newline only for non-tty outputDenys Vlasenko2018-11-231-1/+1
* tls: code shrinkDenys Vlasenko2018-11-231-0/+5
* tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipherDenys Vlasenko2018-11-231-0/+17
* Treat custom and applet scripts as appletsRon Yorston2018-11-172-1/+22
* libarchive: add a function to unpack embedded dataRon Yorston2018-11-021-6/+1
* ash: recognize embedded scripts in SH_STANDALONE modeRon Yorston2018-11-011-1/+1
* ash: allow shell scripts to be embedded in the binaryDenys Vlasenko2018-11-012-0/+9
* unzip: use printable_string() for printing filenamesDenys Vlasenko2018-09-301-1/+2
* move storage helpers to libbb.hDenys Vlasenko2018-09-281-0/+17
* extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko2018-08-031-0/+8