aboutsummaryrefslogtreecommitdiff
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-04win32: move UCRT hack to process.cRon Yorston2-3/+8
2021-11-01win32: UCRT environment hackRon Yorston1-0/+3
2021-11-01win32: rename mingw_spawn_1Ron Yorston1-8/+8
2021-10-28win32: pass NULL to spawnve, not environRon Yorston2-5/+5
2021-10-17win32: rmdir(2) shouldn't delete symlinksFRP-4487-gd239d2d52Ron Yorston1-1/+8
2021-10-16win32: code shrinkRon Yorston1-9/+16
2021-10-14ash: display job id and pid of background commandsRon Yorston1-1/+5
2021-10-14ash: silence compiler warningsRon Yorston2-3/+9
2021-10-13realpath: improved support for Windows pathsRon Yorston4-10/+55
2021-10-13win32: fix bb_get_last_path_component_nostrip()Ron Yorston1-5/+11
2021-10-13shell: tweak --helpDenys Vlasenko2-2/+2
2021-10-13hush: in a comment, document what -i might be doingDenys Vlasenko2-6/+28
2021-10-12ed: align output of read/write commands with POSIX-1.2008Sören Tempel1-14/+18
2021-10-12win32: fix creation of relative symlinksRon Yorston1-2/+5
2021-10-12win32: rename is_absolute_path()Ron Yorston4-13/+13
2021-10-12config system: move some options closer to relevalnt tool subdirectoriesDenys Vlasenko6-131/+132
2021-10-12win32: use is_dir_sep() everywhereRon Yorston2-14/+12
2021-10-12shell: use more compact SHELL_ASH / HUSH config defines. no code changesDenys Vlasenko2-11/+3
2021-10-11shell: do not read user database for every prompt - only for those which need itDenys Vlasenko1-27/+46
2021-10-11tar: prevent malicious archives with enormous long name sizes OOMing the machineDenys Vlasenko1-3/+8
2021-10-11whitespace fixDenys Vlasenko1-1/+0
2021-10-11shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=yDenys Vlasenko7-2/+78
2021-10-11tls: code shrink curve25519Denys Vlasenko1-15/+39
2021-10-11tls: remove unused tls_symmetric.h (was used by old "big" AES code)Denys Vlasenko2-512/+0
2021-10-10chrt: silence analyzer warningBernhard Reutner-Fischer1-1/+1
2021-10-10find: code shrink -{m,a,c}{time,min}Denys Vlasenko1-28/+33
2021-10-10*: add more beneficial NOINLINEsDenys Vlasenko3-3/+3
2021-10-10*: add NOINLINEs where code noticeably shrinksDenys Vlasenko8-8/+8
2021-10-09Make const ptr assign as function call in clangYU Jincheng7-12/+38
2021-10-09find: implement -amin, -atime, -cmin, and -ctimeIsmael Luceno1-9/+103
2021-10-09hush: speed up ${x//\*/|} tooDenys Vlasenko1-4/+9
2021-10-09ash: speed up ${x//\*/|} too, make it independent of ASH_OPTIMIZE_FOR_SIZEDenys Vlasenko1-6/+12
2021-10-09ash.c: speedup ${s:} substring (no quotes)Alin Mr1-6/+11
2021-10-09libbb: better coreutils compatibility for realpathRon Yorston3-31/+91
2021-10-08xxd: fix -p -r, closes 13881Denys Vlasenko2-13/+44
2021-10-08resize: use tcgetattr(TCSAFLUSH) instead of TCSANOW, closes 13811Denys Vlasenko1-1/+13
2021-10-08mktemp: add --tmpdir optionAndrej Valek1-1/+15
2021-10-08tar: improve comments, add FIXMEs. no code changesDenys Vlasenko1-2/+3
2021-10-08libbb.h: fix logic selecting incorrect BB_STRTOOFF for !LFS configsDenys Vlasenko1-3/+7
2021-10-08httpd: if range is not specified, correctly fall back to read/write loopDenys Vlasenko1-2/+5
2021-10-08help: s/Don't daemonize/Run in foreground/gDenys Vlasenko3-3/+3
2021-10-08mdev: tweak --helpDenys Vlasenko1-5/+5
2021-10-08mount: "mount -o rw ...." should not fall back to RO mountDenys Vlasenko1-8/+13
2021-10-07ip: added support for setting netns on devicesNicholas Niro2-3/+34
2021-10-07ps: fix -o pid=PID,args interpreting entire "PID,args" as headerDenys Vlasenko1-14/+18
2021-10-07find: Unify time comparisonsIsmael Luceno1-16/+20
2021-10-07config: find: Fix mtime/mmin descriptionIsmael Luceno1-2/+2
2021-10-07*: generalize "const trick"YU Jincheng6-38/+34
2021-10-06tls: whitespace fixDenys Vlasenko1-3/+3
2021-10-06tls: P256: sp_256_sub_8_p256_mod always subtracts in-place, use thatDenys Vlasenko1-63/+36