aboutsummaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* win32: don't allow BB_TERMINAL_MODE=6Ron Yorston2024-06-281-1/+1
* win32: add definition for old mingw-w64FRP-5398-g89ae34445Ron Yorston2024-06-251-0/+4
* win32: code shrink exit_code_to_wait_status_cmd()Ron Yorston2024-06-241-4/+4
* win32: code shrink BB_CRITICAL_ERROR_DIALOGSRon Yorston2024-06-231-1/+2
* win32: only access mode argument of open(2) if requiredRon Yorston2024-06-221-3/+5
* win32: add env var to control error dialogsRon Yorston2024-06-221-0/+6
* win32: revert 'don't set error mode'Ron Yorston2024-06-221-29/+64
* ash: allow HISTFILE=/dev/null to work as intendedRon Yorston2024-06-191-3/+8
* win32: code shrink APE detection; avoid UBRon Yorston2024-06-191-3/+7
* win32: detect Actually Portable Executable binariesRon Yorston2024-06-161-15/+23
* win32: allow for trailing separator in PATHRon Yorston2024-06-141-0/+26
* win32: some changes to kill(2)Ron Yorston2024-05-181-26/+27
* win32: implement getppid(2)Ron Yorston2024-05-161-9/+24
* win32: ensure PIDs are read early in procps_scan()Ron Yorston2024-05-161-10/+15
* win32: code shrinkRon Yorston2024-05-151-2/+0
* ps: report unknown parent PID as 1Ron Yorston2024-05-141-2/+20
* kill: killing a zombie process should failRon Yorston2024-05-141-106/+90
* win32: try to avoid downloading offline filesRon Yorston2024-04-301-2/+5
* win32: adjust handling of executable extensionsRon Yorston2024-04-221-8/+12
* win32: make stat(2) fail for /dev/zero, /dev/urandomRon Yorston2024-04-201-1/+2
* ash: add title built-inRon Yorston2024-04-091-2/+6
* win32: ascii-optimize winansi_fputc, winansi_putcharAvi Halachmi (:avih)2024-04-061-8/+2
* win32: UTF8_OUTPUT: flush stream before conversionAvi Halachmi (:avih)2024-04-061-1/+3
* win32: improvements to realpath(3)Ron Yorston2024-03-091-2/+6
* win32: let realpath(3) work on flaky filesystemsRon Yorston2024-03-081-0/+3
* win32: fix uname(2) if ARM architecture is undefinedFRP-5301-gda71f7c57Ron Yorston2024-02-201-0/+2
* win32: avoid console windows from CGI scriptsRon Yorston2024-02-071-1/+1
* win32: UTF8_OUTPUT: recover quicker from bad byteAvi Halachmi (:avih)2024-01-311-12/+19
* win32: import dirname(3) from mingw-w64Ron Yorston2024-01-302-0/+288
* win32: hardcode numeric value of MANIFEST resourceRon Yorston2024-01-231-2/+3
* win32: add aarch64 to uname(2)Ron Yorston2024-01-211-0/+3
* build system: more clang/llvm tweaksRon Yorston2024-01-182-3/+0
* win32: fix detection of directories in stat(2)Ron Yorston2024-01-041-3/+5
* win32: code shrink procps_scan()Ron Yorston2023-12-311-2/+2
* httpd: consistently leak memory, or notRon Yorston2023-12-311-3/+8
* win32: fix clang error/warningRon Yorston2023-12-311-3/+3
* httpd: enable support for CGIRon Yorston2023-12-201-2/+58
* win32: code shrink execve(2) implementationRon Yorston2023-12-181-2/+2
* httpd: fix return code when run in backgroundRon Yorston2023-12-151-11/+5
* win32: only search PATH for compressorRon Yorston2023-11-141-12/+18
* win32: avoid terminal weirdness induced by GradleRon Yorston2023-10-241-2/+2
* win32: avoid terminal weirdness induced by Gradle?Ron Yorston2023-10-221-0/+2
* win32: fix handling of relative pathsRon Yorston2023-10-041-12/+3
* sort: add support for sorting version stringsRon Yorston2023-10-012-0/+63