aboutsummaryrefslogtreecommitdiff
path: root/win32/mingw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: retry when command needs elevated privilegesRon Yorston2025-02-031-0/+22
* 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: fix regression in chdir(2)Ron Yorston2024-10-101-7/+9
* id: code shrinkRon Yorston2024-10-091-0/+2
* win32: code shrinkRon Yorston2024-08-161-13/+13
* 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
* 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: add definition for old mingw-w64FRP-5398-g89ae34445Ron Yorston2024-06-251-0/+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
* 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: 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
* 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 detection of directories in stat(2)Ron Yorston2024-01-041-3/+5
* win32: fix handling of relative pathsRon Yorston2023-10-041-12/+3
* win32: replace readlink(2)Ron Yorston2023-08-211-11/+15
* ash: detect console state on shell start upnoconsole2Ron Yorston2023-08-201-14/+0
* win32: support build with FEATURE_UNICODE_SUPPORTAvi Halachmi (:avih)2023-07-221-0/+14
* date: allow system date to be setRon Yorston2023-07-161-0/+23
* win32: code shrinkRon Yorston2023-06-041-7/+2
* ash: enable 'set -/+o noconsole'Ron Yorston2023-06-011-8/+6
* win32: support "app exec link" reparse pointsRon Yorston2023-05-271-1/+36
* win32: export xappendword()Ron Yorston2023-04-231-0/+12
* win32: use CheckTokenMembership() to check privilegeRon Yorston2023-03-251-14/+16
* drop: add cdrop and pdrop aliasesRon Yorston2023-03-191-1/+1
* runuser,drop: drop runuser, tweak dropRon Yorston2023-03-191-1/+1
* runuser: add 'drop' as an alias for runuserRon Yorston2023-03-161-1/+1
* win32: code shrink detection of executablesRon Yorston2023-03-161-9/+25
* runuser: new appletRon Yorston2023-03-131-12/+31
* win32: skip ACL check in stat(2) when running as rootFRP-4881-ga6c5fd4ebRon Yorston2023-02-131-1/+2
* ash,make: fix CRLF handlingRon Yorston2023-01-301-2/+3
* win32: another stat(2) + access time fixRon Yorston2023-01-261-1/+1
* win32: only count subdirectories if necessaryRon Yorston2023-01-231-3/+15
* win32: limit setting of errno when lazy loading failsRon Yorston2023-01-221-3/+3
* win32: more minor improvements to stat(2)Ron Yorston2023-01-181-29/+26
* win32: minor improvements to stat(2)Ron Yorston2023-01-171-9/+9
* win32: use ACL check to clarify write permissionRon Yorston2023-01-161-27/+30
* win32: fix permissions of read-only directoryRon Yorston2023-01-111-1/+1