| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2020-01-08 | 8 | -21/+27 |
|\ |
|
| * | Remove stime() function calls | Alistair Francis | 2019-11-19 | 1 | -8/+0 |
| * | read_key(): placate "warning: shifting a negative signed value is undefined" | Denys Vlasenko | 2019-10-25 | 1 | -1/+2 |
| * | clang/llvm 9 fix - do not eliminate a store to a fake "const" | Denys Vlasenko | 2019-10-25 | 2 | -2/+2 |
| * | Remove syscall wrappers around clock_gettime, closes 12091 | Denys Vlasenko | 2019-10-24 | 1 | -10/+1 |
| * | dpkg-deb: work around bogus error message when working with XZ compressed pac... | Denys Vlasenko | 2019-10-11 | 1 | -5/+8 |
| * | replace: count_strstr - Handle an edge case where sub is empty | Martin Lewis | 2019-10-09 | 1 | -0/+4 |
| * | libbb: Converted safe_read to safe_write format | Martin Lewis | 2019-10-09 | 1 | -2/+10 |
| * | time: Use 64 prefix syscall if we have to | Alistair Francis | 2019-10-08 | 1 | -0/+7 |
* | | Update copyright date | Ron Yorston | 2020-01-08 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-08-16 | 35 | -73/+209 |
|\| |
|
| * | unicode: code shrink in character width determination | Denys Vlasenko | 2019-07-23 | 1 | -0/+6 |
| * | libbb: include <crypt.h> only if necessary | Denys Vlasenko | 2019-07-16 | 1 | -0/+2 |
| * | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 30 | -65/+88 |
| * | libbb: deal with "declaration of 'link' shadows a global declaration" warning | Denys Vlasenko | 2019-06-25 | 1 | -7/+7 |
| * | pidof: support "pidof /path/to/binary" case | Denys Vlasenko | 2019-06-15 | 1 | -1/+5 |
| * | readlink,realpath: fix a case with a symplink, closes 11021 | Denys Vlasenko | 2019-06-13 | 1 | -0/+29 |
| * | mount,losetup: use /dev/loop-control is it exists | Denys Vlasenko | 2019-06-09 | 1 | -6/+36 |
| * | tftp: optional tftp-hpa compat | Denys Vlasenko | 2019-06-09 | 1 | -0/+1 |
| * | passwd: do not set 0 as date of last password change, closes 11951 | Denys Vlasenko | 2019-06-07 | 1 | -1/+7 |
| * | libbb: move netlink socket binding to the utility function | Denys Vlasenko | 2019-06-03 | 1 | -0/+35 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-05-27 | 6 | -21/+61 |
|\| |
|
| * | libarchive: treat one "FIXME: avoid seek" | Denys Vlasenko | 2019-05-24 | 1 | -5/+7 |
| * | dd: fix handling of short result of full_write(), closes 11711 | Denys Vlasenko | 2019-05-14 | 1 | -1/+2 |
| * | style fix, no code changes | Denys Vlasenko | 2019-05-14 | 1 | -3/+10 |
| * | Optionally re-introduce bb_info_msg() | James Byrne | 2019-04-30 | 1 | -2/+20 |
| * | libbbb: find_mount_point() too eager to stat mounted devices | Denys Vlasenko | 2019-04-29 | 1 | -2/+13 |
| * | start-stop-daemon: do try to close fds > 2 | Denys Vlasenko | 2019-04-29 | 1 | -8/+9 |
* | | lineedit: reinstate tab-completion of '~/' | Ron Yorston | 2019-04-09 | 1 | -1/+7 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-03-31 | 2 | -0/+19 |
|\| |
|
| * | libbb: mark scripted_main() as externally visible | Ron Yorston | 2019-03-30 | 1 | -0/+1 |
| * | do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings | Denys Vlasenko | 2019-03-17 | 1 | -0/+18 |
* | | win32: improved support for c:path path names | Ron Yorston | 2019-03-30 | 1 | -0/+11 |
* | | man: proper handling of default path and config file | Ron Yorston | 2019-03-28 | 1 | -0/+4 |
* | | win32: share code to find root prefix of path | Ron Yorston | 2019-03-23 | 1 | -23/+2 |
* | | win32: improve filesystem detection and display | Ron Yorston | 2019-03-20 | 1 | -0/+3 |
* | | win32: add function to convert slashes to backslashes | Ron Yorston | 2019-03-15 | 3 | -3/+3 |
* | | lineedit: add a command to change backslashes to slashes | Ron Yorston | 2019-03-15 | 1 | -0/+7 |
* | | Update copyright date | Ron Yorston | 2019-03-14 | 1 | -1/+1 |
* | | win32: fix POSIX build (again) | Ron Yorston | 2019-03-12 | 1 | -1/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-03-12 | 1 | -1/+1 |
|\| |
|
| * | du: don't count duplicate arguments. Closes 5288 | Ron Yorston | 2019-02-19 | 1 | -1/+1 |
* | | win32: changes to user ids | Ron Yorston | 2019-03-10 | 1 | -3/+0 |
* | | win32: add a function to detect running with elevated privileges | Ron Yorston | 2019-03-09 | 1 | -0/+3 |
* | | libbb: copy entire match during tab-completion | Ron Yorston | 2019-03-01 | 1 | -0/+4 |
* | | win32: stat(2) succeeds if fetching extra metadata fails | Ron Yorston | 2019-02-19 | 2 | -2/+8 |
* | | win32: fix POSIX build | Ron Yorston | 2019-02-17 | 1 | -0/+8 |
* | | win32: make stat(2) fetch additional metadata | Ron Yorston | 2019-02-16 | 2 | -1/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-02-12 | 3 | -13/+14 |
|\| |
|
| * | lineedit: fix SEGV in isk, hexedit, ed, closes 11661 | Denys Vlasenko | 2019-02-04 | 1 | -4/+5 |