aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* df,lsattr: support Unix-like mount pointsmount_pointRon Yorston2026-06-153-1/+24
* win32: Unix-like support for volume mountsRon Yorston2026-06-155-98/+229
* ash: scan drives directly for 'pwd -a'Ron Yorston2026-06-151-8/+6
* win32: extend handling of virtual disksRon Yorston2026-06-083-7/+20
* win32: special treatment for virtual hard diskRon Yorston2026-06-072-4/+14
* win32: update current directory to target of symlinkRon Yorston2026-06-061-0/+4
* win32: avoid problems with forward slashes in path to cmd.exeRon Yorston2026-06-061-3/+5
* lsattr: clarify output for reparse/mount pointsRon Yorston2026-06-052-4/+4
* win32: special treatment for mounted volumesRon Yorston2026-06-041-0/+9
* ash: don't treat process substitutions as background jobsRon Yorston2026-05-311-3/+7
* stty: code shrinkRon Yorston2026-05-262-4/+12
* ash: read built-in should respect stty -echoRon Yorston2026-05-241-1/+11
* win32: fix incorrect change to tcgetattr()Ron Yorston2026-05-221-1/+1
* win32: better handling of console stateRon Yorston2026-05-222-25/+35
* win32: skip check for execute with tab-completionmbartlett212026-05-201-0/+8
* crond: fix reboot special timeRon Yorston2026-05-191-0/+31
* crond: drop '-S' optionRon Yorston2026-05-191-5/+22
* crond,crontab: executable-relative cron directoriesRon Yorston2026-05-192-4/+40
* win32: don't use built-in memmoveRon Yorston2026-05-191-1/+1
* Add markup to README.mdRon Yorston2026-05-181-1/+1
* Update README.mdRon Yorston2026-05-181-0/+1
* win32: allow stat(2) to skip costly check for executeRon Yorston2026-05-184-20/+43
* ash: don't report completion of process substitutionRon Yorston2026-05-171-2/+20
* testsuite: skip tests for handling of non-printable charactersRon Yorston2026-05-171-1/+8
* ash: prevent leakage of process handlesRon 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