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