aboutsummaryrefslogtreecommitdiff
path: root/scripts/config (unfollow)
Commit message (Expand)AuthorFilesLines
2026-05-12dd: remove note about /dev/urandom and /dev/zeroRon Yorston1-3/+0
2026-05-12reset: code shrink and clarificationRon Yorston1-4/+3
2026-05-11reset: add support for stty and Windows TerminalRon Yorston2-23/+22
2026-05-10libbb: reverse performance regression in bb_copyfd_*Ron Yorston1-1/+4
2026-05-08libbb: try to mitigate 'cat /dev/urandom'Ron Yorston1-0/+11
2026-05-07Update README.mdRon Yorston1-1/+1
2026-05-06ash: further fixes to merge of upstream changesFRP-6075-g169694ebdRon Yorston1-24/+60
2026-05-05ash: fix build failure if SH_STANDALONE is disabledRon Yorston1-0/+4
2026-05-05win32: silence warning in ioctl(2)Ron Yorston1-0/+2
2026-05-04win32: add FAST_FUNC annotationsRon Yorston23-238/+250
2026-05-03crond: build tweaksRon Yorston8-42/+42
2026-05-03Add crond and crontab (#561)mbartlett215-21/+227
2026-04-27win32: disable urandom/zero devices if dd is disabledRon Yorston2-2/+12
2026-04-26win32: improve urandom/zero device handlingRon Yorston3-14/+14
2026-04-26win32: expose /dev/urandom and /dev/zeroRon Yorston1-8/+23
2026-04-25tls: fix double free of HMAC contextRon Yorston1-4/+1
2026-04-24wget: allow HTTPS certificate check to be skippedRon Yorston4-2/+36
2026-04-18Win32: trivial refinements (#577)avih4-11/+13
2026-04-16patch: improved handling of files with no final newlineRon Yorston2-9/+94
2026-04-16win32: fnmatch2: replace if-else-... with switch/caseAvi Halachmi (:avih)1-17/+28
2026-04-16win32: fnmatch2.c: optimize last '*'Avi Halachmi (:avih)1-1/+87
2026-04-16win32: switch to new fnmatch2.cAvi Halachmi (:avih)3-0/+233
2026-04-16win32: actype: remove size-optimization option (no-op)Avi Halachmi (:avih)1-23/+9
2026-04-16win32: actype: code shrinkAvi Halachmi (:avih)2-18/+13
2026-04-16win32: actype/isactype: optimize both to O(1)Avi Halachmi (:avih)2-40/+154
2026-04-16win32: coreutils/tr.c: use actail/isactypeAvi Halachmi (:avih)1-0/+15
2026-04-16win32: regcomp.c: use isactype insead of switchAvi Halachmi (:avih)2-48/+25
2026-04-16win32: fnmatch.c: use isactype insead of switchAvi Halachmi (:avih)1-51/+9
2026-04-16win32: add actype/isactype instead of match_classAvi Halachmi (:avih)7-23/+102
2026-04-16scripts/patbench.sh: add patterns, verify resultsAvi Halachmi (:avih)1-53/+107