| Commit message (Expand) | Author | Age | Files | Lines |
* | win32: update implementation of setmntent(3) | Ron Yorston | 2019-03-30 | 2 | -4/+7 |
* | win32: interpret absolute paths as relative to %SYSTEMDRIVE% | Ron Yorston | 2019-03-28 | 1 | -0/+56 |
* | win32: share code to find root prefix of path | Ron Yorston | 2019-03-23 | 1 | -0/+35 |
* | win32: improve filesystem detection and display | Ron Yorston | 2019-03-20 | 2 | -7/+13 |
* | win32: change stat(2) error code in certain cases | Ron Yorston | 2019-03-20 | 1 | -1/+0 |
* | winansi: more robust handling of invalid escape sequences | Ron Yorston | 2019-03-19 | 1 | -34/+46 |
* | win32: add function to convert slashes to backslashes | Ron Yorston | 2019-03-15 | 2 | -10/+16 |
* | lineedit: add a command to change backslashes to slashes | Ron Yorston | 2019-03-15 | 1 | -6/+0 |
* | win32: realpath(3): remove trailing slash | Ron Yorston | 2019-03-14 | 1 | -1/+4 |
* | Update copyright date | Ron Yorston | 2019-03-14 | 1 | -1/+1 |
* | win32: consolidate file metadata options | Ron Yorston | 2019-03-12 | 1 | -8/+2 |
* | win32: changes to user ids | Ron Yorston | 2019-03-10 | 1 | -20/+30 |
* | winansi: support escape sequence to set window title | Ron Yorston | 2019-03-09 | 1 | -12/+32 |
* | su: change title of console window | Ron Yorston | 2019-03-09 | 1 | -0/+6 |
* | win32: add a function to detect running with elevated privileges | Ron Yorston | 2019-03-09 | 1 | -0/+18 |
* | win32: extend normalisation of paths in realpath(3) | Ron Yorston | 2019-03-08 | 1 | -2/+20 |
* | win32: canonicalize path in chdir(2) | Ron Yorston | 2019-03-06 | 1 | -0/+13 |
* | win32: implement readlink(2) | Ron Yorston | 2019-03-06 | 1 | -0/+65 |
* | win32: let realpath(3) succeed on WinXP/ReactOS | Ron Yorston | 2019-03-06 | 1 | -8/+14 |
* | win32: drop argument from err_win_to_posix() | Ron Yorston | 2019-03-06 | 3 | -9/+9 |
* | win32: improved results for symlinks from stat(2) | Ron Yorston | 2019-03-05 | 1 | -36/+56 |
* | win32: change handling of trailing slashes in stat(2) | Ron Yorston | 2019-03-04 | 1 | -40/+11 |
* | win32: simplify utimes(2) implementation | Ron Yorston | 2019-03-04 | 1 | -31/+6 |
* | win32: let stat(2) report numeric uids for local users | Ron Yorston | 2019-03-02 | 1 | -8/+47 |
* | win32: make stat(2) try to identify the owner of files | Ron Yorston | 2019-03-01 | 1 | -7/+64 |
* | win32: make more use of common lazy loading code | Ron Yorston | 2019-02-27 | 2 | -27/+10 |
* | win32: fake permissions/ownership for inaccessible files | Ron Yorston | 2019-02-25 | 1 | -0/+5 |
* | uname: drop support for ia64 | Ron Yorston | 2019-02-21 | 1 | -4/+3 |
* | win32: use manifest provided by MinGW-w64 | Ron Yorston | 2019-02-21 | 3 | -33/+0 |
* | win32: remove unused include files | Ron Yorston | 2019-02-20 | 2 | -0/+0 |
* | win32: stat(2) succeeds if fetching extra metadata fails | Ron Yorston | 2019-02-19 | 1 | -11/+3 |
* | win32: tidy up stat(2) implementation | Ron Yorston | 2019-02-18 | 1 | -21/+22 |
* | win32: avoid use of uninitialised metadata in stat(2) | Ron Yorston | 2019-02-18 | 1 | -2/+8 |
* | ash: updated support for hiding console | Ron Yorston | 2019-02-17 | 1 | -0/+16 |
* | win32: make stat(2) fetch additional metadata | Ron Yorston | 2019-02-16 | 1 | -4/+35 |
* | win32: add a function to remove CRs from a text buffer | Ron Yorston | 2019-02-14 | 1 | -0/+11 |
* | win32: don't try to run non-existent script | Ron Yorston | 2019-02-07 | 1 | -1/+1 |
* | win32: add support for the euro currency symbol | Ron Yorston | 2019-02-02 | 2 | -0/+89 |
* | win32: allow characters to be entered as ALTNNN | Ron Yorston | 2019-01-26 | 1 | -3/+34 |
* | ps: fix long output when desktop compatibility is disabled | Ron Yorston | 2019-01-08 | 1 | -0/+3 |
* | ps: display interpreted script name in comm column | Ron Yorston | 2019-01-08 | 1 | -1/+2 |
* | ps: add support for the args column | Ron Yorston | 2019-01-08 | 1 | -11/+29 |
* | ps: add user and group columns | Ron Yorston | 2019-01-08 | 1 | -1/+10 |
* | win32: add a fake root user and group | Ron Yorston | 2019-01-08 | 1 | -13/+26 |
* | win32: implement vsnprintf(2) | Ron Yorston | 2019-01-08 | 1 | -0/+21 |
* | win32: implement umask(2) | Ron Yorston | 2019-01-07 | 1 | -0/+14 |
* | busybox: add --uninstall option | Ron Yorston | 2019-01-05 | 1 | -0/+39 |
* | win32: reduce static storage needed for lazy loading | Ron Yorston | 2019-01-04 | 2 | -21/+15 |
* | win32: add support for %T to strftime | Ron Yorston | 2018-12-16 | 1 | -21/+30 |
* | win32: special treatment for PATH | Ron Yorston | 2018-12-14 | 1 | -20/+0 |