aboutsummaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: export xappendword()Ron Yorston2023-04-231-0/+12
* win32: further fix incorrect path search in spawnvpRon Yorston2023-04-161-1/+3
* win32: fix incorrect path search in spawnvpRon Yorston2023-04-141-3/+1
* win32: ignore ctrl-c in parent of execve(2)Ron Yorston2023-04-051-4/+14
* 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,drop: code shrinkRon Yorston2023-03-191-3/+2
* win32: delay adjusting code pageRon Yorston2023-03-171-1/+12
* runuser: add 'drop' as an alias for runuserRon Yorston2023-03-162-2/+2
* win32: code shrink detection of executablesRon Yorston2023-03-162-16/+29
* runuser: new appletRon Yorston2023-03-132-13/+32
* win32: more changes to console/terminal modesRon Yorston2023-03-071-19/+19
* win32: virtual terminal input fixesRon Yorston2023-03-061-4/+1
* win32: enable Unix read_key() for virtual terminalRon Yorston2023-03-051-1/+4
* win32: add virtual terminal support to termios(3)Ron Yorston2023-03-052-111/+45
* win32: changes to console mode handlingRon Yorston2023-03-051-20/+56
* win32: revise poll(2) for use in ncRon Yorston2023-03-031-7/+11
* win32: update poll(2) to match latest gnulib versionRon Yorston2023-03-031-12/+37
* win32: try to recover from strange console modeRon Yorston2023-02-211-4/+14
* win32: shuffle skip_ansi_emulation() codeRon Yorston2023-02-191-6/+8
* win32: work around problem with ConEmuRon Yorston2023-02-191-1/+3
* win32: only change console mode if necessaryRon Yorston2023-02-191-7/+10
* 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: provide a default value for HOMERon Yorston2023-01-291-5/+11
* win32: another stat(2) + access time fixRon Yorston2023-01-261-1/+1
* make: allow building as pdpmake onlyRon Yorston2023-01-241-0/+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: reset errno in read_key()Ron Yorston2023-01-221-0/+1
* 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
* win32: improve seeding of PRNGsRon Yorston2023-01-112-60/+10
* win32: speed up getc(3) wrapperRon Yorston2022-12-301-2/+2
* win32: always allow d_type member of struct direntRon Yorston2022-12-222-4/+0
* win32: prevent stat(2) from updating access timesRon Yorston2022-12-221-4/+19
* win32: revert special treatment of Unix-style absolute pathsRon Yorston2022-10-262-8/+7
* win32: fix warning in timegm(3)Ron Yorston2022-10-251-1/+0
* win32: revise creation of resourcesRon Yorston2022-10-252-3/+5
* win32: use xmalloc_follow_symlinks() in stat(2)Ron Yorston2022-09-271-16/+9
* make: new appletRon Yorston2022-08-013-0/+433
* Workaround for incomplete junctions created by PowerShellRon Yorston2022-06-251-12/+32
* win32: bug fix in fnmatch(3)Ron Yorston2022-06-231-2/+5
* win32: changes to stat(2) implementationFRP-4716-g31467ddfcRon Yorston2022-05-231-15/+22
* win32: code shrink fstat(2)Ron Yorston2022-05-231-11/+8
* win32: let stat(2) return correct st_size for symlinkRon Yorston2022-05-221-5/+8
* win32: code shrink readlink(2)Ron Yorston2022-05-221-32/+12