aboutsummaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
* rpm: respect BB_SYSTEMROOTHEADmasterRon Yorston2026-07-021-7/+4
* win32: tweak bitmap icon appearanceRon Yorston2026-06-261-0/+0
* win32: shrink bitmap iconsRon Yorston2026-06-232-0/+0
* sync: handle certain edge casesRon Yorston2026-06-231-2/+9
* Fix the flags for stat (again) (#601)mbartlett212026-06-221-4/+14
* win32: Unix-like support for volume mountsRon Yorston2026-06-153-81/+194
* win32: extend handling of virtual disksRon Yorston2026-06-082-7/+19
* win32: special treatment for virtual hard diskRon Yorston2026-06-072-4/+14
* win32: avoid problems with forward slashes in path to cmd.exeRon Yorston2026-06-061-3/+5
* win32: special treatment for mounted volumesRon Yorston2026-06-041-0/+9
* stty: code shrinkRon Yorston2026-05-261-4/+0
* win32: fix incorrect change to tcgetattr()Ron Yorston2026-05-221-1/+1
* win32: better handling of console stateRon Yorston2026-05-222-25/+35
* win32: allow stat(2) to skip costly check for executeRon Yorston2026-05-181-14/+19
* reset: add support for stty and Windows TerminalRon Yorston2026-05-111-13/+12
* win32: silence warning in ioctl(2)Ron Yorston2026-05-051-0/+2
* win32: add FAST_FUNC annotationsRon Yorston2026-05-0422-127/+139
* Add crond and crontab (#561)mbartlett212026-05-032-7/+17
* win32: disable urandom/zero devices if dd is disabledRon Yorston2026-04-272-2/+12
* win32: improve urandom/zero device handlingRon Yorston2026-04-262-14/+13
* win32: expose /dev/urandom and /dev/zeroRon Yorston2026-04-261-8/+23
* Win32: trivial refinements (#577)avih2026-04-183-11/+13
* 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: 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
* ash: allow 'times' built-in to report process timingRon Yorston2026-04-122-19/+32
* win32: UTF8_OUTPUT: reject overlong encodingAvi Halachmi (:avih)2026-03-251-2/+13
* 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
* ash: allow execution of busybox-w32 binary without extensionRon Yorston2026-02-251-3/+1
* win32: add support for /dev/std{in,out,err}Ron Yorston2026-02-021-3/+12
* win32: fix output conversion with no-op utf8 manifestAvi Halachmi (:avih)2025-12-261-2/+17
* uname: Check for PROCESSOR_ARCHITECTURE_ARM as wellMartin Storsjö2025-12-081-0/+5
* win32: add a config for 32-bit build with UnicodeRon Yorston2025-12-021-2/+3
* win32: update UTF-8 manifestRon Yorston2025-12-011-5/+5
* win32: avoid failure when localtime() argument is out of rangeRon Yorston2025-11-261-1/+16
* mkdir: correctly report directory creationRon Yorston2025-11-221-2/+1
* win32: allow use of /dev/ttyRon Yorston2025-11-101-9/+14
* compress PNG icons moreViktor Szakats2025-11-072-0/+0
* win32: allow the use of PNG format iconsRon Yorston2025-11-064-0/+8
* manifest: integrate into resources.rc, reduce binary sizeViktor Szakats2025-11-064-58/+50
* stty: drop 'rows' and 'columns' settingsFRP-5857-g3681e397fRon Yorston2025-10-101-2/+2
* flock: enable by defaultRon Yorston2025-10-092-0/+133
* win32: use RtlGenRandom for /dev/urandomRon Yorston2025-10-094-253/+17