| Commit message (Expand) | Author | Files | Lines |
2022-06-26 | libbb: restore special handling of nomsg errors | Ron Yorston | 2 | -4/+4 |
2022-06-25 | Workaround for incomplete junctions created by PowerShell | Ron Yorston | 1 | -12/+32 |
2022-06-23 | win32: bug fix in fnmatch(3) | Ron Yorston | 1 | -2/+5 |
2022-05-23 | win32: changes to stat(2) implementationFRP-4716-g31467ddfc | Ron Yorston | 1 | -15/+22 |
2022-05-23 | win32: code shrink fstat(2) | Ron Yorston | 1 | -11/+8 |
2022-05-22 | win32: let stat(2) return correct st_size for symlink | Ron Yorston | 1 | -5/+8 |
2022-05-22 | win32: code shrink readlink(2) | Ron Yorston | 1 | -32/+12 |
2022-05-22 | win32: code shrink directory tests | Ron Yorston | 1 | -15/+19 |
2022-05-20 | ash: code shrink | Ron Yorston | 1 | -46/+50 |
2022-05-19 | chattr,lsattr: improve help messages | Ron Yorston | 3 | -6/+26 |
2022-05-19 | lsattr: distinguish between junctions and symlinks | Ron Yorston | 3 | -3/+47 |
2022-05-19 | win32: return reparse tag in struct stat | Ron Yorston | 2 | -6/+15 |
2022-05-19 | chattr,lsattr: code shrink | Ron Yorston | 4 | -51/+20 |
2022-05-18 | ash: restore special variables when replaced by local | Ron Yorston | 1 | -0/+4 |
2022-05-17 | jn: make junctions acceptable to Windows | Ron Yorston | 1 | -5/+9 |
2022-05-16 | jn: new applet | Ron Yorston | 5 | -1/+172 |
2022-05-15 | win32: try to get link count for directories | Ron Yorston | 3 | -1/+36 |
2022-05-14 | win32: treat junctions as symlinks | Ron Yorston | 1 | -6/+13 |
2022-05-12 | top: improve large PID display in memory ('s') mode | Denys Vlasenko | 1 | -1/+4 |
2022-05-12 | examples/var_service/dhcp_if: make helper scripts more talkative | Denys Vlasenko | 4 | -10/+16 |
2022-05-12 | Update default configuration | Ron Yorston | 2 | -2/+6 |
2022-05-11 | lineedit: case-insensitive matching for '~' | Ron Yorston | 1 | -0/+4 |
2022-05-10 | win32: make default PATH more likely to work | Ron Yorston | 1 | -7/+10 |
2022-05-10 | top: code shrink | Denys Vlasenko | 1 | -11/+9 |
2022-05-10 | top: code shrink | Denys Vlasenko | 1 | -11/+14 |
2022-05-10 | top: fix display of large PID/PPID | Denys Vlasenko | 1 | -2/+28 |
2022-05-10 | ash: code shrink | Ron Yorston | 1 | -2/+1 |
2022-05-08 | ash: export certain variables to the environment immediately | Ron Yorston | 6 | -6/+60 |
2022-05-07 | win32: fix 'cd' to symlink with relative path as target | Ron Yorston | 1 | -1/+1 |
2022-05-07 | ash: don't set OLDPWD on startup | Ron Yorston | 1 | -1/+2 |
2022-05-06 | win32: allow preference for applets to be disabled at runtime | Ron Yorston | 4 | -5/+61 |
2022-05-06 | win32: search PATH for missing Unix-style executables | Ron Yorston | 4 | -59/+74 |
2022-05-05 | win32: better fix for empty environment variables | Ron Yorston | 3 | -9/+75 |
2022-05-04 | win32: revert changes related to environment variables | Ron Yorston | 2 | -12/+21 |
2022-05-03 | win32: new code to set empty environment variable | Ron Yorston | 1 | -12/+8 |
2022-05-03 | seedrng: do not hash in a constant string, it's not adding entropy | Denys Vlasenko | 1 | -8/+8 |
2022-05-02 | seedrng: restore error check on fsync | Denys Vlasenko | 1 | -9/+12 |
2022-05-02 | seedrng: it's not a part of util-linux, move to miscutils | Denys Vlasenko | 1 | -0/+0 |
2022-05-02 | init: do not set HOME | Denys Vlasenko | 1 | -1/+5 |
2022-05-02 | tsort: new applet | David Leonard | 3 | -1/+299 |
2022-05-02 | crond: implement support for setting PATH in crontab files | Paul Fox | 1 | -7/+16 |
2022-05-01 | style fix | Denys Vlasenko | 7 | -9/+9 |
2022-05-01 | seedrng: manually inline seed_rng | Bernhard Reutner-Fischer | 1 | -21/+15 |
2022-05-01 | seedrng: shorten --help, assorted small cleanups | Denys Vlasenko | 1 | -11/+10 |
2022-05-01 | seedrng: reduce MAX_SEED_LEN from 512 to 256 | Denys Vlasenko | 1 | -1/+5 |
2022-05-01 | which,ash: changes to which/command/type | Ron Yorston | 4 | -23/+67 |
2022-05-01 | seedrng: do not hash lengths, they are very predictable | Denys Vlasenko | 1 | -3/+5 |
2022-05-01 | seedrng: code shrink | Denys Vlasenko | 1 | -8/+10 |
2022-05-01 | seedrng: explain why we need locking and fsync'ing | Denys Vlasenko | 1 | -8/+18 |
2022-04-30 | seedrng: remove redundant assignment | Denys Vlasenko | 1 | -3/+3 |