| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Remove fake signal-handling code | Ron Yorston | 2018-03-01 | 1 | -0/+2 |
* | | win32: move detection of file formats to stat(2) | Ron Yorston | 2018-02-26 | 1 | -15/+0 |
* | | shred: fix up for WIN32 and enable by default | Ron Yorston | 2018-02-22 | 1 | -0/+6 |
* | | dd: use new device handling to implement /dev/zero and /dev/urandom | Ron Yorston | 2018-02-22 | 1 | -13/+10 |
* | | fsync: enable in default configuration | Ron Yorston | 2018-02-22 | 1 | -0/+3 |
* | | du: use Windows-compatible print formats | Ron Yorston | 2018-02-13 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-02-13 | 12 | -92/+138 |
|\| |
|
| * | cp: fix option handling in non-longopt config | Denys Vlasenko | 2018-02-11 | 1 | -1/+5 |
| * | cksum: code shrink | Denys Vlasenko | 2018-02-01 | 1 | -23/+24 |
| * | cp: implement -T | Aaro Koskinen | 2018-02-01 | 1 | -2/+13 |
| * | dd: add 'fullblock' iflag | Nicholas Clark | 2018-01-25 | 1 | -10/+23 |
| * | od_bloaty: fix debug code | Denys Vlasenko | 2018-01-23 | 1 | -3/+7 |
| * | mv: make it NOEXEC | Denys Vlasenko | 2018-01-14 | 2 | -1/+3 |
| * | dd: fixed partial count logic | Denys Vlasenko | 2018-01-10 | 1 | -1/+3 |
| * | dd: exit with 1 if last write was incomplete | Denys Vlasenko | 2018-01-10 | 1 | -5/+7 |
| * | mknod: better --help, much clearer code | Denys Vlasenko | 2018-01-08 | 1 | -28/+28 |
| * | nice: code shrink | Denys Vlasenko | 2018-01-08 | 1 | -9/+12 |
| * | chown: fix a mistake in opt_complementary change | Denys Vlasenko | 2017-12-31 | 1 | -2/+2 |
| * | randomconfig fixes | Denys Vlasenko | 2017-12-31 | 4 | -10/+13 |
| * | env: -u option fails due to typo | Ron Yorston | 2017-12-25 | 1 | -1/+1 |
* | | env: fix typo in option string | Ron Yorston | 2017-12-09 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-11-03 | 18 | -93/+87 |
|\| |
|
| * | df: Use statvfs instead of non-standard statfs | James Clarke | 2017-10-30 | 1 | -3/+3 |
| * | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 14 | -19/+16 |
| * | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 5 | -67/+65 |
| * | date: maybe_set_utc only once | Denys Vlasenko | 2017-10-05 | 1 | -4/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-09-27 | 4 | -9/+28 |
|\| |
|
| * | regularize format of source file headers, no code changes | Denys Vlasenko | 2017-09-18 | 2 | -3/+2 |
| * | stty: add cmspar, flusho, extproc attributes | Denys Vlasenko | 2017-09-18 | 1 | -2/+20 |
| * | *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m | Denys Vlasenko | 2017-09-13 | 1 | -4/+6 |
* | | timeout: use new kill(2) to signal child | Ron Yorston | 2017-09-27 | 1 | -7/+6 |
* | | dd: silence warning on 64-bit systems | Ron Yorston | 2017-08-31 | 1 | -3/+3 |
* | | win32/mingw: fix signatures of the *execv*() family of functions | Johannes Schindelin | 2017-08-23 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-08-22 | 56 | -327/+299 |
|\| |
|
| * | libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 | Denys Vlasenko | 2017-08-10 | 1 | -3/+2 |
| * | getopt32: remove opt_complementary | Denys Vlasenko | 2017-08-08 | 33 | -125/+151 |
| * | getopt32: remove applet_long_options | Denys Vlasenko | 2017-08-08 | 15 | -160/+81 |
| * | expr: make it NOEXEC | Denys Vlasenko | 2017-08-07 | 1 | -2/+5 |
| * | df: make NOEXEC | Denys Vlasenko | 2017-08-07 | 1 | -1/+1 |
| * | free,stat: make NOEXEC | Denys Vlasenko | 2017-08-07 | 1 | -1/+1 |
| * | users,w,who,uptime,renice: make NOEXEC | Denys Vlasenko | 2017-08-07 | 1 | -4/+4 |
| * | sv,svc: fix NOEXEC fallout | Denys Vlasenko | 2017-08-06 | 3 | -0/+3 |
| * | stty: fix bb_common_bufsiz1 use in NOEXEC | Denys Vlasenko | 2017-08-06 | 1 | -4/+6 |
| * | stty: make in NOEXEC | Denys Vlasenko | 2017-08-04 | 1 | -1/+1 |
| * | make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec | Denys Vlasenko | 2017-08-04 | 3 | -3/+4 |
| * | mktemp: make it NOEXEC | Denys Vlasenko | 2017-08-04 | 1 | -1/+1 |
| * | new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resize | Denys Vlasenko | 2017-08-03 | 3 | -12/+19 |
| * | config: FEDORA_COMPAT option (so far only tweaks uname) | Denys Vlasenko | 2017-08-03 | 1 | -1/+1 |
| * | new NOFORKs: clear, nproc, tty, uname, arch, unlink, which | Denys Vlasenko | 2017-08-03 | 4 | -6/+6 |
| * | NOFORK fixes | Denys Vlasenko | 2017-08-02 | 4 | -5/+15 |