aboutsummaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
* uname: Check for PROCESSOR_ARCHITECTURE_ARM as wellHEADmasterMartin 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
* Allow building with older mingw-w64/gccRon Yorston2025-10-011-0/+4
* win32: use correct errno for fopen() of directoryRon Yorston2025-09-191-1/+6
* ash: redir: Retry open on EINTRRon Yorston2025-09-101-0/+1
* win32: fix return value of isatty()Ron Yorston2025-08-171-1/+1
* Merge branch 'busybox' into mergeRon Yorston2025-08-151-1/+2
* stty: fix build for Windows XPRon Yorston2025-08-071-0/+10
* stty: enable a minimal Windows implementationRon Yorston2025-07-254-23/+73
* win32: deduplicate die_if_error()Ron Yorston2025-07-111-0/+9
* win32: update implementation of select(2)Ron Yorston2025-05-261-2/+5
* win32: update implementation of strptime(3)Ron Yorston2025-05-261-18/+18
* win32: update inet_pton(3) implementationRon Yorston2025-05-261-0/+1
* win32: update glob(3) implementationRon Yorston2025-05-261-1/+1
* win32: fake directories in readdir(2)Ron Yorston2025-03-171-5/+23
* win32: retry when command needs elevated privilegesRon Yorston2025-02-032-0/+64
* win32: fix compilation with FEATURE_SH_NOFORK disabledRon Yorston2024-12-311-0/+2
* win32: code shrink quote_arg()Ron Yorston2024-12-301-24/+20
* ash: strip trailing slash from directory if necessaryRon Yorston2024-12-291-0/+5
* ash: match behaviour of cmd.exe in cd builtinRon Yorston2024-11-191-0/+13
* win32: update poll(2) to match latest gnulib versionRon Yorston2024-10-251-5/+6
* win32: workaround for pipe writability in poll(2)Ron Yorston2024-10-251-0/+13
* win32: close exec'ing process if possibleRon Yorston2024-10-131-0/+3
* kill: fix regression in 'kill -9'Ron Yorston2024-10-121-6/+7
* win32: fix problem interrupting shell loopRon Yorston2024-10-111-11/+13
* win32: fix regression in chdir(2)Ron Yorston2024-10-101-7/+9
* id: code shrinkRon Yorston2024-10-091-0/+2
* Merge branch 'busybox' into mergeRon Yorston2024-10-081-1/+1
* win32: drop workaround for Wine console bufferRon Yorston2024-09-271-7/+0
* ash: optimise running of scriptsRon Yorston2024-08-191-8/+1
* win32: code shrinkRon Yorston2024-08-163-16/+16
* win32: fix strftime(3) '%s' formatRon Yorston2024-08-141-1/+1
* win32: fix another problem with stat(2)Ron Yorston2024-08-091-2/+3
* su: detect inability to raise privilegeRon Yorston2024-08-031-22/+22
* win32: consolidate executable handling in popen.cRon Yorston2024-07-201-31/+27
* win32: code shrink popen(3)Ron Yorston2024-07-191-40/+13
* win32: code shrink mingw_spawn_interpreter()Ron Yorston2024-07-141-11/+8
* ash: read profile script relative to binaryRon Yorston2024-07-081-0/+8
* win32: code shrink system drive handling (2)Ron Yorston2024-07-071-1/+1
* win32: code shrink system drive handlingRon Yorston2024-07-071-27/+14