| Commit message (Expand) | Author | Age | Files | Lines |
* | drop: add cdrop and pdrop aliases | Ron Yorston | 2023-03-19 | 1 | -1/+1 |
* | runuser,drop: drop runuser, tweak drop | Ron Yorston | 2023-03-19 | 1 | -1/+1 |
* | runuser,drop: code shrink | Ron Yorston | 2023-03-19 | 1 | -3/+2 |
* | win32: delay adjusting code page | Ron Yorston | 2023-03-17 | 1 | -1/+12 |
* | runuser: add 'drop' as an alias for runuser | Ron Yorston | 2023-03-16 | 2 | -2/+2 |
* | win32: code shrink detection of executables | Ron Yorston | 2023-03-16 | 2 | -16/+29 |
* | runuser: new applet | Ron Yorston | 2023-03-13 | 2 | -13/+32 |
* | win32: more changes to console/terminal modes | Ron Yorston | 2023-03-07 | 1 | -19/+19 |
* | win32: virtual terminal input fixes | Ron Yorston | 2023-03-06 | 1 | -4/+1 |
* | win32: enable Unix read_key() for virtual terminal | Ron Yorston | 2023-03-05 | 1 | -1/+4 |
* | win32: add virtual terminal support to termios(3) | Ron Yorston | 2023-03-05 | 2 | -111/+45 |
* | win32: changes to console mode handling | Ron Yorston | 2023-03-05 | 1 | -20/+56 |
* | win32: revise poll(2) for use in nc | Ron Yorston | 2023-03-03 | 1 | -7/+11 |
* | win32: update poll(2) to match latest gnulib version | Ron Yorston | 2023-03-03 | 1 | -12/+37 |
* | win32: try to recover from strange console mode | Ron Yorston | 2023-02-21 | 1 | -4/+14 |
* | win32: shuffle skip_ansi_emulation() code | Ron Yorston | 2023-02-19 | 1 | -6/+8 |
* | win32: work around problem with ConEmu | Ron Yorston | 2023-02-19 | 1 | -1/+3 |
* | win32: only change console mode if necessary | Ron Yorston | 2023-02-19 | 1 | -7/+10 |
* | win32: skip ACL check in stat(2) when running as rootFRP-4881-ga6c5fd4eb | Ron Yorston | 2023-02-13 | 1 | -1/+2 |
* | ash,make: fix CRLF handling | Ron Yorston | 2023-01-30 | 1 | -2/+3 |
* | win32: provide a default value for HOME | Ron Yorston | 2023-01-29 | 1 | -5/+11 |
* | win32: another stat(2) + access time fix | Ron Yorston | 2023-01-26 | 1 | -1/+1 |
* | make: allow building as pdpmake only | Ron Yorston | 2023-01-24 | 1 | -0/+1 |
* | win32: only count subdirectories if necessary | Ron Yorston | 2023-01-23 | 1 | -3/+15 |
* | win32: limit setting of errno when lazy loading fails | Ron Yorston | 2023-01-22 | 1 | -3/+3 |
* | win32: reset errno in read_key() | Ron Yorston | 2023-01-22 | 1 | -0/+1 |
* | win32: more minor improvements to stat(2) | Ron Yorston | 2023-01-18 | 1 | -29/+26 |
* | win32: minor improvements to stat(2) | Ron Yorston | 2023-01-17 | 1 | -9/+9 |
* | win32: use ACL check to clarify write permission | Ron Yorston | 2023-01-16 | 1 | -27/+30 |
* | win32: fix permissions of read-only directory | Ron Yorston | 2023-01-11 | 1 | -1/+1 |
* | win32: improve seeding of PRNGs | Ron Yorston | 2023-01-11 | 2 | -60/+10 |
* | win32: speed up getc(3) wrapper | Ron Yorston | 2022-12-30 | 1 | -2/+2 |
* | win32: always allow d_type member of struct dirent | Ron Yorston | 2022-12-22 | 2 | -4/+0 |
* | win32: prevent stat(2) from updating access times | Ron Yorston | 2022-12-22 | 1 | -4/+19 |
* | win32: revert special treatment of Unix-style absolute paths | Ron Yorston | 2022-10-26 | 2 | -8/+7 |
* | win32: fix warning in timegm(3) | Ron Yorston | 2022-10-25 | 1 | -1/+0 |
* | win32: revise creation of resources | Ron Yorston | 2022-10-25 | 2 | -3/+5 |
* | win32: use xmalloc_follow_symlinks() in stat(2) | Ron Yorston | 2022-09-27 | 1 | -16/+9 |
* | make: new applet | Ron Yorston | 2022-08-01 | 3 | -0/+433 |
* | Workaround for incomplete junctions created by PowerShell | Ron Yorston | 2022-06-25 | 1 | -12/+32 |
* | win32: bug fix in fnmatch(3) | Ron Yorston | 2022-06-23 | 1 | -2/+5 |
* | win32: changes to stat(2) implementationFRP-4716-g31467ddfc | Ron Yorston | 2022-05-23 | 1 | -15/+22 |
* | win32: code shrink fstat(2) | Ron Yorston | 2022-05-23 | 1 | -11/+8 |
* | win32: let stat(2) return correct st_size for symlink | Ron Yorston | 2022-05-22 | 1 | -5/+8 |
* | win32: code shrink readlink(2) | Ron Yorston | 2022-05-22 | 1 | -32/+12 |
* | win32: code shrink directory tests | Ron Yorston | 2022-05-22 | 1 | -15/+19 |
* | win32: return reparse tag in struct stat | Ron Yorston | 2022-05-19 | 1 | -6/+14 |
* | jn: make junctions acceptable to Windows | Ron Yorston | 2022-05-17 | 1 | -5/+9 |
* | jn: new applet | Ron Yorston | 2022-05-16 | 1 | -1/+132 |
* | win32: try to get link count for directories | Ron Yorston | 2022-05-15 | 3 | -1/+36 |