| Commit message (Expand) | Author | Age | Files | Lines |
* | Build fixesFRP-3329-gcf0fa4d13 | Ron Yorston | 2020-01-08 | 1 | -1/+1 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2020-01-08 | 1 | -1/+21 |
|\ |
|
| * | clang/llvm 9 fix - do not eliminate a store to a fake "const" | Denys Vlasenko | 2019-10-25 | 1 | -1/+21 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-08-16 | 1 | -4/+50 |
|\| |
|
| * | 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 |
* | | win32: allow nanosecond precision in file times | Ron Yorston | 2019-08-16 | 1 | -16/+19 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-05-27 | 2 | -1/+15 |
|\| |
|
| * | 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 |
* | | win32: try to make working directory names consistent | Ron Yorston | 2019-04-02 | 1 | -0/+1 |
* | | win32: fix compilation error; update default configurations | Ron Yorston | 2019-03-31 | 1 | -0/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-03-31 | 1 | -1/+5 |
|\| |
|
| * | 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 |
* | | win32: improved support for c:path path names | Ron Yorston | 2019-03-30 | 1 | -0/+1 |
* | | win32: interpret absolute paths as relative to %SYSTEMDRIVE% | Ron Yorston | 2019-03-28 | 1 | -0/+3 |
* | | win32: share code to find root prefix of path | Ron Yorston | 2019-03-23 | 1 | -0/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-03-16 | 1 | -0/+2 |
|\| |
|
| * | watch: support fractional -n SEC | Denys Vlasenko | 2019-03-12 | 1 | -0/+2 |
* | | win32: add function to convert slashes to backslashes | Ron Yorston | 2019-03-15 | 1 | -1/+2 |
* | | win32: changes to user ids | Ron Yorston | 2019-03-10 | 1 | -6/+5 |
* | | su: change title of console window | Ron Yorston | 2019-03-09 | 1 | -0/+1 |
* | | win32: add a function to detect running with elevated privileges | Ron Yorston | 2019-03-09 | 1 | -0/+1 |
* | | win32: canonicalize path in chdir(2) | Ron Yorston | 2019-03-06 | 1 | -0/+2 |
* | | win32: implement readlink(2) | Ron Yorston | 2019-03-06 | 1 | -0/+4 |
* | | win32: drop argument from err_win_to_posix() | Ron Yorston | 2019-03-06 | 1 | -1/+1 |
* | | win32: let stat(2) report numeric uids for local users | Ron Yorston | 2019-03-02 | 1 | -2/+2 |
* | | ash: updated support for hiding console | Ron Yorston | 2019-02-17 | 1 | -0/+1 |
* | | win32: make stat(2) fetch additional metadata | Ron Yorston | 2019-02-16 | 2 | -1/+4 |
* | | win32: add a function to remove CRs from a text buffer | Ron Yorston | 2019-02-14 | 1 | -1/+2 |
* | | libarchive: remove more symlink code | Ron Yorston | 2019-02-14 | 1 | -0/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-02-12 | 1 | -5/+5 |
|\| |
|
| * | start-stop-daemon: create pidfile before parent exits, closes 8596 | Denys Vlasenko | 2019-01-14 | 1 | -5/+5 |
* | | win32: add support for the euro currency symbol | Ron Yorston | 2019-02-02 | 1 | -0/+1 |
* | | Update default configuration; compilation fix | Ron Yorston | 2019-01-10 | 1 | -0/+16 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-01-10 | 1 | -2/+9 |
|\| |
|
| * | 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 |
* | | ps: add support for the args column | Ron Yorston | 2019-01-08 | 1 | -5/+2 |
* | | win32: implement vsnprintf(2) | Ron Yorston | 2019-01-08 | 1 | -0/+4 |
* | | win32: implement umask(2) | Ron Yorston | 2019-01-07 | 1 | -0/+5 |
* | | tar: return correct exit code for empty tar file | Ron Yorston | 2019-01-06 | 1 | -0/+4 |
* | | busybox: add --uninstall option | Ron Yorston | 2019-01-05 | 1 | -0/+1 |
* | | win32: special treatment for PATH | Ron Yorston | 2018-12-14 | 2 | -1/+6 |
* | | win32: emulate SIGPIPE | Ron Yorston | 2018-12-11 | 2 | -2/+4 |