| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2017-11-03 | 85 | -133/+90 |
|\ |
|
| * | udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portable | James Clarke | 2017-10-30 | 1 | -2/+6 |
| * | xfuncs: Handle missing non-POSIX termios constants | James Clarke | 2017-10-30 | 1 | -0/+9 |
| * | lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381 | Avi Halachmi | 2017-10-12 | 1 | -24/+64 |
| * | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 1 | -1/+2 |
| * | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 1 | -1/+0 |
| * | do not include <sys/stat.h> just before "libbb.h", it's there already | Denys Vlasenko | 2017-10-05 | 2 | -7/+0 |
| * | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 81 | -98/+9 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-09-27 | 4 | -36/+48 |
|\| |
|
| * | regularize format of source file headers, no code changes | Denys Vlasenko | 2017-09-18 | 1 | -1/+0 |
| * | Clarify OPOST bit meaning | Denys Vlasenko | 2017-09-15 | 1 | -3/+3 |
| * | less,microcom,lineedit: use common routine to set raw termios | Denys Vlasenko | 2017-09-15 | 2 | -31/+45 |
| * | *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m | Denys Vlasenko | 2017-09-13 | 1 | -1/+1 |
| * | hush: GETOPT_RESET() _after_ getopts too. | Denys Vlasenko | 2017-08-29 | 1 | -1/+1 |
* | | 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 |
|\| |
|