Age | Commit message (Expand) | Author |
2019-10-25 | clang/llvm 9 fix - do not eliminate a store to a fake "const" | Denys Vlasenko |
2019-10-24 | Remove syscall wrappers around clock_gettime, closes 12091 | Denys Vlasenko |
2019-10-11 | dpkg-deb: work around bogus error message when working with XZ compressed pac... | Denys Vlasenko |
2019-10-09 | replace: count_strstr - Handle an edge case where sub is empty | Martin Lewis |
2019-10-09 | libbb: Converted safe_read to safe_write format | Martin Lewis |
2019-10-08 | time: Use 64 prefix syscall if we have to | Alistair Francis |
2019-07-23 | unicode: code shrink in character width determination | Denys Vlasenko |
2019-07-16 | libbb: include <crypt.h> only if necessary | Denys Vlasenko |
2019-07-02 | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne |
2019-06-25 | libbb: deal with "declaration of 'link' shadows a global declaration" warning | Denys Vlasenko |
2019-06-15 | pidof: support "pidof /path/to/binary" case | Denys Vlasenko |
2019-06-13 | readlink,realpath: fix a case with a symplink, closes 11021 | Denys Vlasenko |
2019-06-09 | mount,losetup: use /dev/loop-control is it exists | Denys Vlasenko |
2019-06-09 | tftp: optional tftp-hpa compat | Denys Vlasenko |
2019-06-07 | passwd: do not set 0 as date of last password change, closes 11951 | Denys Vlasenko |
2019-06-03 | libbb: move netlink socket binding to the utility function | Denys Vlasenko |
2019-05-24 | libarchive: treat one "FIXME: avoid seek" | Denys Vlasenko |
2019-05-14 | dd: fix handling of short result of full_write(), closes 11711 | Denys Vlasenko |
2019-05-14 | style fix, no code changes | Denys Vlasenko |
2019-04-30 | Optionally re-introduce bb_info_msg() | James Byrne |
2019-04-29 | libbbb: find_mount_point() too eager to stat mounted devices | Denys Vlasenko |
2019-04-29 | start-stop-daemon: do try to close fds > 2 | Denys Vlasenko |
2019-03-30 | libbb: mark scripted_main() as externally visible | Ron Yorston |
2019-03-17 | do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings | Denys Vlasenko |
2019-02-19 | du: don't count duplicate arguments. Closes 5288 | Ron Yorston |
2019-02-04 | lineedit: fix SEGV in isk, hexedit, ed, closes 11661 | Denys Vlasenko |
2019-01-21 | capability: fix string comparison in cap_name_to_number | Mark Marshall |
2019-01-14 | start-stop-daemon: create pidfile before parent exits, closes 8596 | Denys Vlasenko |
2019-01-01 | single-applet build --help had extra \n, remove | Denys Vlasenko |
2018-12-31 | pmap: make 32-bit version work better on 64-bit kernels | Denys Vlasenko |
2018-12-27 | randomconfig fixes | Denys Vlasenko |
2018-12-08 | lineedit: fix "defined but not used" sigaction2 warning | Denys Vlasenko |
2018-12-08 | inetd: suppress aliasing warning | Denys Vlasenko |
2018-12-08 | suppress gcc 8 aliasing warnings | Denys Vlasenko |
2018-12-06 | bc: unbreak FEATURE_CLEAN_UP build | Denys Vlasenko |
2018-11-29 | libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" too | Denys Vlasenko |
2018-11-29 | libbb: @ in "\x3@" is not a valid hex digit | Denys Vlasenko |
2018-11-29 | cat,nl: fix handling of open errors | Denys Vlasenko |
2018-11-27 | hush: allow hush to run embedded scripts | Ron Yorston |
2018-11-26 | libbb: add comment on sha384 | Denys Vlasenko |
2018-11-23 | wget: print the final newline only for non-tty output | Denys Vlasenko |
2018-11-18 | busybox: add '--show SCRIPT' option to display scripts | Ron Yorston |
2018-11-17 | Treat custom and applet scripts as applets | Ron Yorston |
2018-11-02 | libarchive: add a function to unpack embedded data | Ron Yorston |
2018-11-01 | busybox: show embedded scripts in applet list | Denys Vlasenko |
2018-11-01 | lineedit: autocompletion for embedded scripts | Ron Yorston |
2018-11-01 | ash: recognize embedded scripts in SH_STANDALONE mode | Ron Yorston |
2018-11-01 | claenups for previous commit | Denys Vlasenko |
2018-11-01 | ash: allow shell scripts to be embedded in the binary | Denys Vlasenko |
2018-10-31 | libbb/u_signal_names.c: don't check errno after bb_strtou | Rasmus Villemoes |