| Commit message (Expand) | Author | Age | Files | Lines |
* | archival: avoid std namespace for local includes | Joachim Nilsson | 2020-11-16 | 1 | -0/+0 |
* | od: unbreak it | Denys Vlasenko | 2020-10-25 | 1 | -1/+23 |
* | xxd: fix printing of trailing spaces | Denys Vlasenko | 2020-10-20 | 1 | -37/+2 |
* | libbb: shrink recursive_action() by reducing memory pressure | Denys Vlasenko | 2020-10-01 | 1 | -4/+12 |
* | tydy up a few uses of recursive_action(), no logic changes | Denys Vlasenko | 2020-10-01 | 1 | -3/+3 |
* | gcc-9.x warning fixes | Denys Vlasenko | 2020-10-01 | 1 | -1/+1 |
* | libbb: extend "errno pointer" trick to other than __GLIBC__ | Denys Vlasenko | 2020-10-01 | 1 | -3/+4 |
* | mount: support the sizelimit and offset option for loop devices | Steffen Trumtrar | 2020-10-01 | 1 | -1/+2 |
* | ntpd: fix refid reported in server mode, closes 13056 | Denys Vlasenko | 2020-07-20 | 1 | -0/+7 |
* | randomconfig fixes | Denys Vlasenko | 2020-06-23 | 1 | -0/+1 |
* | randomconfig fix | Denys Vlasenko | 2020-06-23 | 1 | -0/+4 |
* | randomconfig fixes | Denys Vlasenko | 2020-06-23 | 1 | -0/+2 |
* | ash,hush: allow builtins to be tab-completed, closes 7532 | Ron Yorston | 2020-01-29 | 1 | -0/+13 |
* | clang/llvm 9 fix - do not eliminate a store to a fake "const" | Denys Vlasenko | 2019-10-25 | 1 | -1/+21 |
* | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 1 | -1/+44 |
* | mount,losetup: use /dev/loop-control is it exists | Denys Vlasenko | 2019-06-09 | 1 | -3/+4 |
* | libbb: move netlink socket binding to the utility function | Denys Vlasenko | 2019-06-03 | 1 | -0/+1 |
* | losetup: Add partition scanning option | Jack O'Sullivan | 2019-05-30 | 1 | -0/+1 |
* | libarchive: treat one "FIXME: avoid seek" | Denys Vlasenko | 2019-05-24 | 2 | -0/+7 |
* | Optionally re-introduce bb_info_msg() | James Byrne | 2019-04-30 | 1 | -1/+8 |
* | libbb: mark scripted_main() as externally visible | Ron Yorston | 2019-03-30 | 1 | -1/+1 |
* | do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings | Denys Vlasenko | 2019-03-17 | 1 | -0/+4 |
* | watch: support fractional -n SEC | Denys Vlasenko | 2019-03-12 | 1 | -0/+2 |
* | start-stop-daemon: create pidfile before parent exits, closes 8596 | Denys Vlasenko | 2019-01-14 | 1 | -5/+5 |
* | pmap: make 32-bit version work better on 64-bit kernels | Denys Vlasenko | 2018-12-31 | 1 | -1/+6 |
* | inetd: suppress aliasing warning | Denys Vlasenko | 2018-12-08 | 1 | -2/+2 |
* | suppress gcc 8 aliasing warnings | Denys Vlasenko | 2018-12-08 | 1 | -0/+2 |
* | bc: unbreak FEATURE_CLEAN_UP build | Denys Vlasenko | 2018-12-06 | 1 | -1/+1 |
* | cat,nl: fix handling of open errors | Denys Vlasenko | 2018-11-29 | 1 | -1/+1 |
* | hush: allow hush to run embedded scripts | Ron Yorston | 2018-11-27 | 1 | -0/+5 |
* | Tweaks to build process for embedded scripts | Ron Yorston | 2018-11-27 | 2 | -6/+3 |
* | tls: code shrink | Denys Vlasenko | 2018-11-25 | 1 | -1/+0 |
* | wget: print the final newline only for non-tty output | Denys Vlasenko | 2018-11-23 | 1 | -1/+1 |
* | tls: code shrink | Denys Vlasenko | 2018-11-23 | 1 | -0/+5 |
* | tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipher | Denys Vlasenko | 2018-11-23 | 1 | -0/+17 |
* | Treat custom and applet scripts as applets | Ron Yorston | 2018-11-17 | 2 | -1/+22 |
* | libarchive: add a function to unpack embedded data | Ron Yorston | 2018-11-02 | 1 | -6/+1 |
* | ash: recognize embedded scripts in SH_STANDALONE mode | Ron Yorston | 2018-11-01 | 1 | -1/+1 |
* | ash: allow shell scripts to be embedded in the binary | Denys Vlasenko | 2018-11-01 | 2 | -0/+9 |
* | unzip: use printable_string() for printing filenames | Denys Vlasenko | 2018-09-30 | 1 | -1/+2 |
* | move storage helpers to libbb.h | Denys Vlasenko | 2018-09-28 | 1 | -0/+17 |
* | extend fractional duration support to "top -d N.N" and "timeout" | Denys Vlasenko | 2018-08-03 | 1 | -0/+8 |
* | cp: optional --reflink support | Denys Vlasenko | 2018-07-13 | 1 | -0/+3 |
* | randomconfig fixes | Denys Vlasenko | 2018-06-26 | 1 | -2/+2 |
* | realpath,readlink -f: coreutils compat, closes 11021 | Denys Vlasenko | 2018-05-24 | 1 | -0/+1 |
* | tar: fix interaction of delayed symlink and hardlink creation | Harald van Dijk | 2018-05-22 | 1 | -5/+6 |
* | libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo... | Denys Vlasenko | 2018-04-17 | 1 | -0/+5 |
* | less: fix fallout from "use common routine to set raw termios" | Denys Vlasenko | 2018-04-16 | 1 | -3/+5 |
* | ar: stop using static data | Denys Vlasenko | 2018-04-15 | 1 | -0/+4 |
* | bzip2: fix two crashes on corrupted archives | Denys Vlasenko | 2018-04-08 | 1 | -1/+1 |