| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2021-06-07 | 1 | -2/+13 |
|\ |
|
| * | run-parts: permit dot later in file name | Ján Sáreník | 2021-06-05 | 1 | -2/+13 |
* | | which: changes to standalone shell support | Ron Yorston | 2021-02-25 | 1 | -19/+27 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-01-14 | 1 | -2/+2 |
|\| |
|
| * | help text tweaks | Denys Vlasenko | 2020-12-18 | 1 | -2/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-11-12 | 1 | -6/+6 |
|\| |
|
| * | libbb: shrink recursive_action() by reducing memory pressure | Denys Vlasenko | 2020-10-01 | 1 | -5/+5 |
| * | tydy up a few uses of recursive_action(), no logic changes | Denys Vlasenko | 2020-10-01 | 1 | -4/+4 |
* | | win32: code shrink Unix-style path handling | Ron Yorston | 2020-08-23 | 1 | -23/+13 |
* | | win32: use built-in applets for non-existent binaries with Unix-style paths | Ron Yorston | 2020-08-13 | 1 | -0/+10 |
* | | win32: handle Unix-style absolute paths for executables | Ron Yorston | 2020-08-13 | 1 | -0/+1 |
* | | win32: code shrink | Ron Yorston | 2020-08-13 | 1 | -2/+1 |
* | | which: handle paths of form 'c:path' | Ron Yorston | 2020-08-13 | 1 | -2/+5 |
* | | which: rearrange conditional compilation | Ron Yorston | 2020-08-04 | 1 | -1/+6 |
* | | win32: code shrink | Ron Yorston | 2020-02-13 | 1 | -7/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-08-16 | 1 | -11/+11 |
|\| |
|
| * | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 1 | -2/+2 |
| * | start-stop-daemon: change priority before dropping privileges | Aitor Esteve Alvarado | 2019-06-09 | 1 | -9/+9 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-05-27 | 1 | -15/+20 |
|\| |
|
| * | start-stop-daemon: Fix -x is not required for -K | Alexander Vickberg | 2019-04-27 | 1 | -15/+20 |
* | | win32: add function to convert slashes to backslashes | Ron Yorston | 2019-03-15 | 1 | -3/+3 |
* | | win32: fix POSIX build | Ron Yorston | 2019-02-17 | 1 | -4/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-02-12 | 1 | -22/+47 |
|\| |
|
| * | start-stop-daemon: fix "both -x and -a" case: -a does override argv[0] | Denys Vlasenko | 2019-01-14 | 1 | -2/+5 |
| * | start-stop-daemon: create pidfile before parent exits, closes 8596 | Denys Vlasenko | 2019-01-14 | 1 | -22/+44 |
* | | which: standardise slashes in output | Ron Yorston | 2019-02-04 | 1 | -0/+10 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-01-10 | 3 | -3/+3 |
|\| |
|
| * | config: update size information | Denys Vlasenko | 2018-12-28 | 3 | -3/+3 |
* | | win32: rework adding of extensions to filenames | Ron Yorston | 2018-12-06 | 1 | -2/+1 |
* | | Merge branch 'busybox' | Ron Yorston | 2018-07-25 | 1 | -1/+1 |
|\| |
|
| * | restore documentation on the build config language | Kartik Agaram | 2018-06-06 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-05-13 | 1 | -8/+8 |
|\| |
|
| * | tart_stop_daemon: another fix to disabled OLDER_VERSION_OF_X code | Denys Vlasenko | 2018-04-14 | 1 | -2/+2 |
| * | start_stop_daemon: fix normally disabled OLDER_VERSION_OF_X code | Denys Vlasenko | 2018-04-14 | 1 | -6/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-04-09 | 1 | -2/+0 |
|\| |
|
| * | libbb.h: always include sys/resource.h | Denys Vlasenko | 2018-04-08 | 1 | -2/+0 |
* | | pipe_progress: add help text | Ron Yorston | 2018-04-08 | 1 | -2/+4 |
* | | win32: additional improvements to handling of executables | Ron Yorston | 2018-02-28 | 1 | -5/+6 |
* | | win32: move detection of file formats to stat(2) | Ron Yorston | 2018-02-26 | 1 | -1/+1 |
* | | which: treat busybox as a special case | Ron Yorston | 2018-02-13 | 1 | -1/+8 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-02-13 | 1 | -8/+8 |
|\| |
|
| * | which: fix TODO with NOFORK+malloc_failure misbehaving | Denys Vlasenko | 2018-01-12 | 1 | -8/+8 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-08-22 | 3 | -69/+49 |
|\| |
|
| * | start-stop-daemon: show only short options in --help text | Denys Vlasenko | 2017-08-08 | 1 | -36/+6 |
| * | getopt32: remove opt_complementary | Denys Vlasenko | 2017-08-08 | 3 | -13/+15 |
| * | getopt32: remove applet_long_options | Denys Vlasenko | 2017-08-08 | 2 | -11/+15 |
| * | stty: fix bb_common_bufsiz1 use in NOEXEC | Denys Vlasenko | 2017-08-06 | 1 | -4/+5 |
| * | libbb: use _exit, not exit, in bb_daemonize_or_rexec() | Denys Vlasenko | 2017-08-04 | 1 | -6/+7 |
| * | new NOFORKs: clear, nproc, tty, uname, arch, unlink, which | Denys Vlasenko | 2017-08-03 | 1 | -1/+3 |
* | | Allow PREFER_APPLETS and SH_STANDALONE to be set separately | Ron Yorston | 2017-07-27 | 1 | -2/+3 |