| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for old mingw-w64 (32-bit) | Ron Yorston | 2023-06-15 | 1 | -0/+3 |
* | Fixes for old mingw-w64 | Ron Yorston | 2023-06-14 | 1 | -0/+4 |
* | win32: code shrink | Ron Yorston | 2023-06-04 | 1 | -7/+2 |
* | win32: change interpretation of BB_OVERRIDE_APPLETS | Ron Yorston | 2023-06-02 | 1 | -10/+2 |
* | win32: fix euro symbol handling | Ron Yorston | 2023-06-02 | 1 | -3/+1 |
* | win32: skip test for non-console apps if necessary | Ron Yorston | 2023-06-02 | 1 | -0/+4 |
* | ash: enable 'set -/+o noconsole' | Ron Yorston | 2023-06-01 | 1 | -8/+6 |
* | win32: support "app exec link" reparse points | Ron Yorston | 2023-05-27 | 1 | -1/+36 |
* | win32: crtl-c interrupts non-console applications | Ron Yorston | 2023-05-23 | 1 | -1/+36 |
* | win32: changes to signal handling | Ron Yorston | 2023-05-23 | 1 | -8/+13 |
* | win32: further code shrink quote_args() | Ron Yorston | 2023-04-28 | 1 | -19/+3 |
* | win32: code shrink copying of argv | Ron Yorston | 2023-04-28 | 1 | -4/+14 |
* | win32: improved error for overlong command line | Ron Yorston | 2023-04-27 | 1 | -1/+6 |
* | win32: code shrink quote_args() | Ron Yorston | 2023-04-27 | 1 | -58/+20 |
* | win32: export xappendword() | Ron Yorston | 2023-04-23 | 1 | -0/+12 |
* | win32: further fix incorrect path search in spawnvp | Ron Yorston | 2023-04-16 | 1 | -1/+3 |
* | win32: fix incorrect path search in spawnvp | Ron Yorston | 2023-04-14 | 1 | -3/+1 |
* | win32: ignore ctrl-c in parent of execve(2) | Ron Yorston | 2023-04-05 | 1 | -4/+14 |
* | win32: use CheckTokenMembership() to check privilege | Ron Yorston | 2023-03-25 | 1 | -14/+16 |
* | 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 |