| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | win32: treat junctions as symlinks | Ron Yorston | 2022-05-14 | 1 | -6/+13 |
* | ash: export certain variables to the environment immediately | Ron Yorston | 2022-05-08 | 2 | -2/+2 |
* | win32: fix 'cd' to symlink with relative path as target | Ron Yorston | 2022-05-07 | 1 | -1/+1 |
* | win32: search PATH for missing Unix-style executables | Ron Yorston | 2022-05-06 | 2 | -31/+39 |
* | win32: better fix for empty environment variables | Ron Yorston | 2022-05-05 | 2 | -9/+8 |
* | win32: revert changes related to environment variables | Ron Yorston | 2022-05-04 | 2 | -12/+21 |
* | win32: new code to set empty environment variable | Ron Yorston | 2022-05-03 | 1 | -12/+8 |
* | which,ash: changes to which/command/type | Ron Yorston | 2022-05-01 | 1 | -0/+21 |
* | win32: clarify documentation of is_relative_path() | Ron Yorston | 2022-04-30 | 1 | -3/+8 |
* | win32: conditional compilation in process.c | Ron Yorston | 2022-04-24 | 1 | -10/+10 |
* | win32: proper conditional compilation in popen.c | Ron Yorston | 2022-04-23 | 1 | -9/+14 |
* | date: enable FEATURE_DATE_NANO | Ron Yorston | 2022-04-22 | 2 | -0/+13 |
* | win32: minor adjustments to file permissions | Ron Yorston | 2022-04-19 | 1 | -8/+9 |
* | win32: fake file ownership on FAT filesystems | Ron Yorston | 2022-02-17 | 1 | -5/+11 |
* | Increment date in resources | Ron Yorston | 2022-02-14 | 1 | -1/+1 |
* | winansi: detect if running under Wine | Ron Yorston | 2021-12-22 | 1 | -2/+11 |
* | win32: fix implementation of readlink(2) | Ron Yorston | 2021-11-25 | 1 | -3/+2 |
* | win32: add link to LWN article on shebang | Ron Yorston | 2021-11-14 | 1 | -1/+2 |
* | win32: rename mingw_spawn_1 | Ron Yorston | 2021-11-01 | 1 | -8/+8 |
* | win32: pass NULL to spawnve, not environ | Ron Yorston | 2021-10-28 | 1 | -4/+4 |
* | win32: rmdir(2) shouldn't delete symlinksFRP-4487-gd239d2d52 | Ron Yorston | 2021-10-17 | 1 | -1/+8 |
* | win32: code shrink | Ron Yorston | 2021-10-16 | 1 | -9/+16 |
* | realpath: improved support for Windows paths | Ron Yorston | 2021-10-13 | 1 | -3/+2 |
* | win32: fix creation of relative symlinks | Ron Yorston | 2021-10-12 | 1 | -2/+5 |
* | win32: rename is_absolute_path() | Ron Yorston | 2021-10-12 | 1 | -8/+8 |
* | win32: use is_dir_sep() everywhere | Ron Yorston | 2021-10-12 | 1 | -4/+3 |
* | ash: improve signal handling | Ron Yorston | 2021-09-21 | 1 | -0/+9 |
* | win32: limited version of timegm(3) | Ron Yorston | 2021-09-18 | 1 | -84/+13 |
* | win32: don't affect POSIX build | Ron Yorston | 2021-09-17 | 1 | -1/+1 |
* | win32: changes to allow timezones in dates | Ron Yorston | 2021-09-17 | 3 | -5/+238 |
* | win32: use inet_pton() from musl | Ron Yorston | 2021-09-03 | 1 | -183/+75 |
* | win32: fix entropy collection for isaac | Ron Yorston | 2021-09-02 | 1 | -20/+10 |
* | win32: code shrink | Ron Yorston | 2021-08-27 | 1 | -0/+2 |
* | win32: code shrink uname(2) | Ron Yorston | 2021-08-16 | 1 | -8/+4 |
* | win32: implement utimes(2) using utimensat(2) | Ron Yorston | 2021-08-15 | 1 | -38/+18 |
* | win32: tidy up fetching of system directory | Ron Yorston | 2021-08-14 | 1 | -14/+17 |
* | win32: code shrink | Ron Yorston | 2021-08-14 | 1 | -14/+14 |