| Commit message (Expand) | Author | Age | Files | Lines |
* | libbb: exclude more Linux-specific functions from being compiled | Johannes Schindelin | 2017-08-30 | 1 | -0/+2 |
* | libbb: don't compile various Linux-specific functions | Ron Yorston | 2017-08-24 | 1 | -0/+2 |
* | mode_string: S_IFBLK differs between Windows and Unix | Johannes Schindelin | 2017-08-24 | 1 | -1/+1 |
* | xconnect: avoid using getsockname/getpeername on Windows | Johannes Schindelin | 2017-08-24 | 1 | -0/+2 |
* | bb_basename: handle mixed slashes correctly | Johannes Schindelin | 2017-08-24 | 1 | -4/+6 |
* | inode_hash: avoid warnings about unused parameters | Ron Yorston | 2017-08-23 | 1 | -2/+2 |
* | find_mount_point: avoid warnings about casts to non-const | Johannes Schindelin | 2017-08-23 | 1 | -2/+7 |
* | find_pid_by_name: avoid unused variables | Johannes Schindelin | 2017-08-23 | 1 | -0/+2 |
* | find_mount_point: avoid unused variables | Johannes Schindelin | 2017-08-23 | 1 | -2/+3 |
* | Revert "ash: allow long-running nofork applets to be interrupted" | Ron Yorston | 2017-08-22 | 1 | -16/+0 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2017-08-22 | 20 | -226/+419 |
|\ |
|
| * | run-init: new applet | Denys Vlasenko | 2017-08-21 | 1 | -0/+47 |
| * | libbb: move capability names code to libbb | Denys Vlasenko | 2017-08-21 | 1 | -0/+79 |
| * | libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 | Denys Vlasenko | 2017-08-10 | 1 | -1/+4 |
| * | getopt32: remove opt_complementary | Denys Vlasenko | 2017-08-08 | 3 | -40/+42 |
| * | getopt32: remove applet_long_options | Denys Vlasenko | 2017-08-08 | 2 | -34/+54 |
| * | libbb: simplify NOFORK/NOEXEC defines, move set_task_comm to libbb | Denys Vlasenko | 2017-08-08 | 2 | -25/+24 |
| * | libbb: rearrange NOFORK/NOEXEC code, logic is not changed | Denys Vlasenko | 2017-08-08 | 1 | -56/+69 |
| * | noexec: consolidate code | Denys Vlasenko | 2017-08-07 | 2 | -18/+21 |
| * | noexec: do GETOPT_RESET() before entering APPLET_main() | Denys Vlasenko | 2017-08-07 | 1 | -0/+1 |
| * | noexec: set comm field for noexecs | Denys Vlasenko | 2017-08-07 | 2 | -5/+15 |
| * | free,stat: make NOEXEC | Denys Vlasenko | 2017-08-07 | 1 | -0/+2 |
| * | ubi tools: ubiupdatevol supports "-" input and actually respects -s SIZE | Denys Vlasenko | 2017-08-07 | 1 | -0/+1 |
| * | slattach: code shrink, better --help text | Denys Vlasenko | 2017-08-06 | 1 | -1/+1 |
| * | kbd_mode: try harder to find console device if -C TTY is not given | Denys Vlasenko | 2017-08-06 | 1 | -1/+0 |
| * | sysctl: recognize ";comment" and "<whitespace>#comment" lines | Denys Vlasenko | 2017-08-05 | 1 | -2/+10 |
| * | libbb: make trim() return pointer to terminating NUL | Denys Vlasenko | 2017-08-05 | 1 | -2/+10 |
| * | sysctl: fix file parsing, do not require -w for VAR=VAL | Denys Vlasenko | 2017-08-05 | 1 | -5/+5 |
| * | libbb: use _exit, not exit, in bb_daemonize_or_rexec() | Denys Vlasenko | 2017-08-04 | 1 | -2/+8 |
| * | getopt32: move support for "always treat first arg as option" to users (tar/ar) | Denys Vlasenko | 2017-08-04 | 1 | -33/+3 |
| * | getopt32: factor out code to treat all args as options | Denys Vlasenko | 2017-08-04 | 3 | -26/+33 |
| * | nofork: fix a bug uncovered by hush testsuite (forgotten fflush) | Denys Vlasenko | 2017-08-03 | 1 | -0/+2 |
| * | new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resize | Denys Vlasenko | 2017-08-03 | 2 | -3/+6 |
| * | line editing: make read_line_input() not take timeout param | Denys Vlasenko | 2017-08-02 | 1 | -7/+16 |
| * | do not use `a' quoting style in comments | Denys Vlasenko | 2017-08-02 | 7 | -7/+7 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-08-02 | 2 | -22/+0 |
|\| |
|
| * | libbb: remove vdprintf | Ron Yorston | 2017-07-29 | 2 | -22/+0 |
* | | ash: allow long-running nofork applets to be interrupted | Ron Yorston | 2017-08-01 | 1 | -0/+16 |
* | | libbb: avoid annoying blank line in help message | Ron Yorston | 2017-07-29 | 1 | -2/+2 |
* | | lineedit: fix incorrect conflict resolution in bb8d79ead merge | Ron Yorston | 2017-07-29 | 1 | -38/+0 |
* | | ash: remove old code to tab-complete 'busybox' in standalone shell | Ron Yorston | 2017-07-29 | 1 | -10/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-29 | 4 | -10/+42 |
|\| |
|
| * | standalone shell / prefer_applets: fix "exe" in comm fields | Denys Vlasenko | 2017-07-29 | 1 | -0/+18 |
| * | shell: make standalone shell tab-complete "busybox" | Denys Vlasenko | 2017-07-29 | 2 | -6/+21 |
| * | config: trim/improve item names and help texts. | Denys Vlasenko | 2017-07-27 | 1 | -3/+2 |
| * | ash: allow "trap NUM [SIG]..." syntax | Denys Vlasenko | 2017-07-25 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-24 | 5 | -182/+190 |
|\| |
|
| * | libbb: avoid malloc/free in bb_unsetenv() | Denys Vlasenko | 2017-07-22 | 1 | -13/+21 |
| * | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 4 | -169/+169 |
* | | win32: simplify spawning applets | Ron Yorston | 2017-07-21 | 1 | -6/+1 |