| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | udhcpc6: fix sending of renew messages | Denys Vlasenko | 2022-08-02 | 1 | -2/+3 |
| * | vi: add 'ZQ' quitting command | Grob Grobmann | 2022-08-02 | 1 | -1/+7 |
| * | ping: fix typo in --help text | Henrique Rodrigues | 2022-08-02 | 1 | -2/+2 |
| * | ash: fix use-after-free in pattern substituon code | Denys Vlasenko | 2022-08-02 | 1 | -2/+4 |
| * | ash: fix ifs cleanup on error paths | Denys Vlasenko | 2022-08-02 | 5 | -0/+22 |
| * | sort: fix sort -s -u, closes 14871 | Denys Vlasenko | 2022-07-29 | 2 | -4/+15 |
| * | sort: fix -k2M (wasn't skipping leading whitespace) | Denys Vlasenko | 2022-07-29 | 2 | -2/+13 |
| * | udhcpc6: add missed big-endian conversions | Denys Vlasenko | 2022-07-13 | 1 | -0/+2 |
| * | tls: P256: remove NOP macro sp_256_norm_8() | Denys Vlasenko | 2022-07-13 | 1 | -30/+5 |
| * | awk: fix use after free (CVE-2022-30065) | Natanael Copa | 2022-07-11 | 2 | -0/+9 |
| * | shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866 | Denys Vlasenko | 2022-07-11 | 2 | -5/+18 |
| * | lineedit: get PWD from ash | Ron Yorston | 2022-07-03 | 1 | -0/+6 |
| * | tree: new applet | Roger Knecht | 2022-06-30 | 3 | -0/+221 |
* | | libarchive: alter handling of failure to create symlinks | Ron Yorston | 2022-09-27 | 1 | -19/+8 |
* | | win32: use xmalloc_follow_symlinks() in stat(2) | Ron Yorston | 2022-09-27 | 1 | -16/+9 |
* | | make: fix incorrect handling of escaped newline | Ron Yorston | 2022-08-28 | 1 | -5/+4 |
* | | make: new applet | Ron Yorston | 2022-08-01 | 10 | -6/+3482 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2022-06-27 | 12 | -54/+95 |
|\| |
|
| * | vi: handle autoindent in 'cc' command | Ron Yorston | 2022-06-26 | 1 | -24/+47 |
| * | vi: fix regression in autoindent handling | Ron Yorston | 2022-06-26 | 1 | -1/+7 |
| * | ash,hush: use HOME for tab completion and prompts | Ron Yorston | 2022-06-26 | 4 | -16/+19 |
| * | libbb: restore special handling of nomsg errors | Ron Yorston | 2022-06-26 | 2 | -4/+4 |
| * | top: improve large PID display in memory ('s') mode | Denys Vlasenko | 2022-05-12 | 1 | -1/+4 |
| * | examples/var_service/dhcp_if: make helper scripts more talkative | Denys Vlasenko | 2022-05-12 | 4 | -10/+16 |
* | | Workaround for incomplete junctions created by PowerShell | Ron Yorston | 2022-06-25 | 1 | -12/+32 |
* | | win32: bug fix in fnmatch(3) | Ron Yorston | 2022-06-23 | 1 | -2/+5 |
* | | win32: changes to stat(2) implementationFRP-4716-g31467ddfc | Ron Yorston | 2022-05-23 | 1 | -15/+22 |
* | | win32: code shrink fstat(2) | Ron Yorston | 2022-05-23 | 1 | -11/+8 |
* | | win32: let stat(2) return correct st_size for symlink | Ron Yorston | 2022-05-22 | 1 | -5/+8 |
* | | win32: code shrink readlink(2) | Ron Yorston | 2022-05-22 | 1 | -32/+12 |
* | | win32: code shrink directory tests | Ron Yorston | 2022-05-22 | 1 | -15/+19 |
* | | ash: code shrink | Ron Yorston | 2022-05-20 | 1 | -46/+50 |
* | | chattr,lsattr: improve help messages | Ron Yorston | 2022-05-19 | 3 | -6/+26 |
* | | lsattr: distinguish between junctions and symlinks | Ron Yorston | 2022-05-19 | 3 | -3/+47 |
* | | win32: return reparse tag in struct stat | Ron Yorston | 2022-05-19 | 2 | -6/+15 |
* | | chattr,lsattr: code shrink | Ron Yorston | 2022-05-19 | 4 | -51/+20 |
* | | ash: restore special variables when replaced by local | Ron Yorston | 2022-05-18 | 1 | -0/+4 |
* | | jn: make junctions acceptable to Windows | Ron Yorston | 2022-05-17 | 1 | -5/+9 |
* | | jn: new applet | Ron Yorston | 2022-05-16 | 5 | -1/+172 |
* | | win32: try to get link count for directories | Ron Yorston | 2022-05-15 | 3 | -1/+36 |
* | | win32: treat junctions as symlinks | Ron Yorston | 2022-05-14 | 1 | -6/+13 |
* | | Update default configuration | Ron Yorston | 2022-05-12 | 2 | -2/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2022-05-12 | 20 | -37/+625 |
|\| |
|
| * | top: code shrink | Denys Vlasenko | 2022-05-10 | 1 | -11/+9 |
| * | top: code shrink | Denys Vlasenko | 2022-05-10 | 1 | -11/+14 |
| * | top: fix display of large PID/PPID | Denys Vlasenko | 2022-05-10 | 1 | -2/+28 |
| * | seedrng: do not hash in a constant string, it's not adding entropy | Denys Vlasenko | 2022-05-03 | 1 | -8/+8 |
| * | seedrng: restore error check on fsync | Denys Vlasenko | 2022-05-02 | 1 | -9/+12 |
| * | seedrng: it's not a part of util-linux, move to miscutils | Denys Vlasenko | 2022-05-02 | 1 | -0/+0 |
| * | init: do not set HOME | Denys Vlasenko | 2022-05-02 | 1 | -1/+5 |