aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* crond: fix reboot special timecron_changesRon Yorston2026-05-151-0/+31
* crond: drop '-S' optionRon Yorston2026-05-151-5/+22
* crond,crontab: executable-relative cron directoriesRon Yorston2026-05-152-4/+40
* ash: prevent leakage of process handlesHEADmasterRon Yorston2026-05-131-4/+7
* dd: remove note about /dev/urandom and /dev/zeroRon Yorston2026-05-121-3/+0
* reset: code shrink and clarificationRon Yorston2026-05-121-4/+3
* reset: add support for stty and Windows TerminalRon Yorston2026-05-112-23/+22
* libbb: reverse performance regression in bb_copyfd_*Ron Yorston2026-05-101-1/+4
* libbb: try to mitigate 'cat /dev/urandom'Ron Yorston2026-05-081-0/+11
* Update README.mdRon Yorston2026-05-071-1/+1
* ash: further fixes to merge of upstream changesFRP-6075-g169694ebdRon Yorston2026-05-061-24/+60
* ash: fix build failure if SH_STANDALONE is disabledRon Yorston2026-05-051-0/+4
* win32: silence warning in ioctl(2)Ron Yorston2026-05-051-0/+2
* win32: add FAST_FUNC annotationsRon Yorston2026-05-0423-238/+250
* crond: build tweaksRon Yorston2026-05-038-42/+42
* Add crond and crontab (#561)mbartlett212026-05-035-21/+227
* win32: disable urandom/zero devices if dd is disabledRon Yorston2026-04-272-2/+12
* win32: improve urandom/zero device handlingRon Yorston2026-04-263-14/+14
* win32: expose /dev/urandom and /dev/zeroRon Yorston2026-04-261-8/+23
* tls: fix double free of HMAC contextRon Yorston2026-04-251-4/+1
* wget: allow HTTPS certificate check to be skippedRon Yorston2026-04-244-2/+36
* Win32: trivial refinements (#577)avih2026-04-184-11/+13
* patch: improved handling of files with no final newlineRon Yorston2026-04-162-9/+94
* win32: fnmatch2: replace if-else-... with switch/caseAvi Halachmi (:avih)2026-04-161-17/+28
* win32: fnmatch2.c: optimize last '*'Avi Halachmi (:avih)2026-04-161-1/+87
* win32: switch to new fnmatch2.cAvi Halachmi (:avih)2026-04-163-0/+233
* win32: actype: remove size-optimization option (no-op)Avi Halachmi (:avih)2026-04-161-23/+9
* win32: actype: code shrinkAvi Halachmi (:avih)2026-04-162-18/+13
* win32: actype/isactype: optimize both to O(1)Avi Halachmi (:avih)2026-04-162-40/+154
* win32: coreutils/tr.c: use actail/isactypeAvi Halachmi (:avih)2026-04-161-0/+15
* win32: regcomp.c: use isactype insead of switchAvi Halachmi (:avih)2026-04-162-48/+25
* win32: fnmatch.c: use isactype insead of switchAvi Halachmi (:avih)2026-04-161-51/+9
* win32: add actype/isactype instead of match_classAvi Halachmi (:avih)2026-04-167-23/+102
* scripts/patbench.sh: add patterns, verify resultsAvi Halachmi (:avih)2026-04-161-53/+107
* scripts/patbench.sh: new shell patterns benchmarkAvi Halachmi (:avih)2026-04-161-0/+274
* patch: handle files with no final newlineRon Yorston2026-04-141-0/+18
* ash: allow 'times' built-in to report process timingRon Yorston2026-04-124-22/+38
* win32: UTF8_OUTPUT: reject overlong encodingAvi Halachmi (:avih)2026-03-251-2/+13
* build system: add option to place statics in .bssRon Yorston2026-03-217-0/+19
* win32: UTF8_OUTPUT: don't fail due to nwritten valueAvi Halachmi (:avih)2026-03-191-2/+4
* win32: UTF8_OUTPUT: refine bad-sequence outputAvi Halachmi (:avih)2026-03-191-18/+12
* Update default configurationsmergeRon Yorston2026-03-115-5/+15
* Merge branch 'busybox' into mergeRon Yorston2026-03-1152-1740/+6426
|\
| * ash: fix here strings causing segfault in function invocationbusyboxRon Yorston2026-03-091-0/+1
| * paste: fix output when file lengths differRon Yorston2026-03-053-12/+62
| * ash: fix help builtin and tab completion of builtinsRon Yorston via busybox2026-02-281-2/+2
| * tar: only strip unsafe components from hardlinks, not symlinksRadoslav Kolev2026-02-281-1/+1
| * less: unbreak EAGAIN propagationDenys Vlasenko2026-02-271-6/+12
| * less: make read error reporting actually visibleDenys Vlasenko2026-02-271-10/+19
| * less: improve O_NONBLOCK manipulations on stdinDenys Vlasenko2026-02-271-32/+44