| Commit message (Expand) | Author | Files | Lines |
2021-11-04 | win32: move UCRT hack to process.c | Ron Yorston | 2 | -3/+8 |
2021-11-01 | win32: UCRT environment hack | Ron Yorston | 1 | -0/+3 |
2021-11-01 | win32: rename mingw_spawn_1 | Ron Yorston | 1 | -8/+8 |
2021-10-28 | win32: pass NULL to spawnve, not environ | Ron Yorston | 2 | -5/+5 |
2021-10-17 | win32: rmdir(2) shouldn't delete symlinksFRP-4487-gd239d2d52 | Ron Yorston | 1 | -1/+8 |
2021-10-16 | win32: code shrink | Ron Yorston | 1 | -9/+16 |
2021-10-14 | ash: display job id and pid of background commands | Ron Yorston | 1 | -1/+5 |
2021-10-14 | ash: silence compiler warnings | Ron Yorston | 2 | -3/+9 |
2021-10-13 | realpath: improved support for Windows paths | Ron Yorston | 4 | -10/+55 |
2021-10-13 | win32: fix bb_get_last_path_component_nostrip() | Ron Yorston | 1 | -5/+11 |
2021-10-13 | shell: tweak --help | Denys Vlasenko | 2 | -2/+2 |
2021-10-13 | hush: in a comment, document what -i might be doing | Denys Vlasenko | 2 | -6/+28 |
2021-10-12 | ed: align output of read/write commands with POSIX-1.2008 | Sören Tempel | 1 | -14/+18 |
2021-10-12 | win32: fix creation of relative symlinks | Ron Yorston | 1 | -2/+5 |
2021-10-12 | win32: rename is_absolute_path() | Ron Yorston | 4 | -13/+13 |
2021-10-12 | config system: move some options closer to relevalnt tool subdirectories | Denys Vlasenko | 6 | -131/+132 |
2021-10-12 | win32: use is_dir_sep() everywhere | Ron Yorston | 2 | -14/+12 |
2021-10-12 | shell: use more compact SHELL_ASH / HUSH config defines. no code changes | Denys Vlasenko | 2 | -11/+3 |
2021-10-11 | shell: do not read user database for every prompt - only for those which need it | Denys Vlasenko | 1 | -27/+46 |
2021-10-11 | tar: prevent malicious archives with enormous long name sizes OOMing the machine | Denys Vlasenko | 1 | -3/+8 |
2021-10-11 | whitespace fix | Denys Vlasenko | 1 | -1/+0 |
2021-10-11 | shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y | Denys Vlasenko | 7 | -2/+78 |
2021-10-11 | tls: code shrink curve25519 | Denys Vlasenko | 1 | -15/+39 |
2021-10-11 | tls: remove unused tls_symmetric.h (was used by old "big" AES code) | Denys Vlasenko | 2 | -512/+0 |
2021-10-10 | chrt: silence analyzer warning | Bernhard Reutner-Fischer | 1 | -1/+1 |
2021-10-10 | find: code shrink -{m,a,c}{time,min} | Denys Vlasenko | 1 | -28/+33 |
2021-10-10 | *: add more beneficial NOINLINEs | Denys Vlasenko | 3 | -3/+3 |
2021-10-10 | *: add NOINLINEs where code noticeably shrinks | Denys Vlasenko | 8 | -8/+8 |
2021-10-09 | Make const ptr assign as function call in clang | YU Jincheng | 7 | -12/+38 |
2021-10-09 | find: implement -amin, -atime, -cmin, and -ctime | Ismael Luceno | 1 | -9/+103 |
2021-10-09 | hush: speed up ${x//\*/|} too | Denys Vlasenko | 1 | -4/+9 |
2021-10-09 | ash: speed up ${x//\*/|} too, make it independent of ASH_OPTIMIZE_FOR_SIZE | Denys Vlasenko | 1 | -6/+12 |
2021-10-09 | ash.c: speedup ${s:} substring (no quotes) | Alin Mr | 1 | -6/+11 |
2021-10-09 | libbb: better coreutils compatibility for realpath | Ron Yorston | 3 | -31/+91 |
2021-10-08 | xxd: fix -p -r, closes 13881 | Denys Vlasenko | 2 | -13/+44 |
2021-10-08 | resize: use tcgetattr(TCSAFLUSH) instead of TCSANOW, closes 13811 | Denys Vlasenko | 1 | -1/+13 |
2021-10-08 | mktemp: add --tmpdir option | Andrej Valek | 1 | -1/+15 |
2021-10-08 | tar: improve comments, add FIXMEs. no code changes | Denys Vlasenko | 1 | -2/+3 |
2021-10-08 | libbb.h: fix logic selecting incorrect BB_STRTOOFF for !LFS configs | Denys Vlasenko | 1 | -3/+7 |
2021-10-08 | httpd: if range is not specified, correctly fall back to read/write loop | Denys Vlasenko | 1 | -2/+5 |
2021-10-08 | help: s/Don't daemonize/Run in foreground/g | Denys Vlasenko | 3 | -3/+3 |
2021-10-08 | mdev: tweak --help | Denys Vlasenko | 1 | -5/+5 |
2021-10-08 | mount: "mount -o rw ...." should not fall back to RO mount | Denys Vlasenko | 1 | -8/+13 |
2021-10-07 | ip: added support for setting netns on devices | Nicholas Niro | 2 | -3/+34 |
2021-10-07 | ps: fix -o pid=PID,args interpreting entire "PID,args" as header | Denys Vlasenko | 1 | -14/+18 |
2021-10-07 | find: Unify time comparisons | Ismael Luceno | 1 | -16/+20 |
2021-10-07 | config: find: Fix mtime/mmin description | Ismael Luceno | 1 | -2/+2 |
2021-10-07 | *: generalize "const trick" | YU Jincheng | 6 | -38/+34 |
2021-10-06 | tls: whitespace fix | Denys Vlasenko | 1 | -3/+3 |
2021-10-06 | tls: P256: sp_256_sub_8_p256_mod always subtracts in-place, use that | Denys Vlasenko | 1 | -63/+36 |