aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: add FAST_FUNC annotationsRon Yorston2026-05-041-111/+111
* win32: improve urandom/zero device handlingRon Yorston2026-04-261-0/+1
* ash: allow 'times' built-in to report process timingRon Yorston2026-04-121-3/+3
* ash: allow execution of busybox-w32 binary without extensionRon Yorston2026-02-251-0/+1
* win32: add support for /dev/std{in,out,err}Ron Yorston2026-02-021-2/+6
* win32: avoid failure when localtime() argument is out of rangeRon Yorston2025-11-261-1/+4
* win32: allow use of /dev/ttyRon Yorston2025-11-101-1/+1
* flock: enable by defaultRon Yorston2025-10-091-0/+11
* win32: use RtlGenRandom for /dev/urandomRon Yorston2025-10-091-1/+0
* Further mingw-w64/gcc build tweaksRon Yorston2025-10-021-1/+1
* stty: enable a minimal Windows implementationRon Yorston2025-07-251-0/+1
* win32: deduplicate die_if_error()Ron Yorston2025-07-111-0/+1
* win32: retry when command needs elevated privilegesRon Yorston2025-02-031-0/+1
* ash: match behaviour of cmd.exe in cd builtinRon Yorston2024-11-191-0/+1
* Use builtin ffs also with GCCChristopher Wellons2024-09-211-1/+1
* ash: optimise running of scripts (2)Ron Yorston2024-09-041-0/+1
* ash: optimise running of scriptsRon Yorston2024-08-191-0/+8
* win32: code shrinkRon Yorston2024-08-161-17/+17
* win32: use 64-bit time on 32-bit platformsRon Yorston2024-08-141-0/+14
* su: detect inability to raise privilegeRon Yorston2024-08-031-0/+5
* ash: read profile script relative to binaryRon Yorston2024-07-081-0/+1
* win32: code shrink system drive handlingRon Yorston2024-07-071-1/+0
* win32: add env var to control error dialogsRon Yorston2024-06-221-0/+1
* win32: allow for trailing separator in PATHRon Yorston2024-06-141-0/+1
* win32: implement getppid(2)Ron Yorston2024-05-161-1/+1
* kill: killing a zombie process should failRon Yorston2024-05-141-1/+0
* ash: add title built-inRon Yorston2024-04-091-0/+1
* win32: fix clang error/warningRon Yorston2023-12-311-0/+4
* httpd: enable support for CGIRon Yorston2023-12-201-0/+2
* httpd: fix return code when run in backgroundRon Yorston2023-12-151-1/+1
* win32: only search PATH for compressorRon Yorston2023-11-141-1/+2
* sort: add support for sorting version stringsRon Yorston2023-10-011-0/+1
* win32: convert exit codesRon Yorston2023-09-141-0/+2
* win32: replace readlink(2)Ron Yorston2023-08-211-1/+0
* ash: detect console state on shell start upnoconsole2Ron Yorston2023-08-201-1/+0
* win32: support build with FEATURE_UNICODE_SUPPORTAvi Halachmi (:avih)2023-07-221-0/+12
* date: allow system date to be setRon Yorston2023-07-161-0/+1
* ash: properly echo console input to 'read' built-inRon Yorston2023-07-121-0/+1
* win32: more console input character conversionsRon Yorston2023-07-071-0/+5
* win32: character conversion for fread(3)Ron Yorston2023-07-061-0/+2
* win32: the great UTF8 ReadConsoleInput hackAvi Halachmi (:avih)2023-06-281-0/+3
* win32: don't assume console CP equals OEM CPAvi Halachmi (:avih)2023-06-281-5/+4
* Fixes for old mingw-w64Ron Yorston2023-06-141-1/+5
* win32: fix euro symbol handlingRon Yorston2023-06-021-0/+5
* ash: enable 'set -/+o noconsole'Ron Yorston2023-06-011-1/+1
* win32: crtl-c interrupts non-console applicationsRon Yorston2023-05-231-0/+1
* win32: changes to signal handlingRon Yorston2023-05-231-1/+2
* win32: code shrink copying of argvRon Yorston2023-04-281-0/+1
* win32: export xappendword()Ron Yorston2023-04-231-0/+1
* win32: case-sensitivity in tab completionRon Yorston2023-04-191-1/+0