aboutsummaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* win32: code shrink directory testsRon Yorston2022-05-221-15/+19
* win32: return reparse tag in struct statRon Yorston2022-05-191-6/+14
* jn: make junctions acceptable to WindowsRon Yorston2022-05-171-5/+9
* jn: new appletRon Yorston2022-05-161-1/+132
* win32: try to get link count for directoriesRon Yorston2022-05-153-1/+36
* win32: treat junctions as symlinksRon Yorston2022-05-141-6/+13
* ash: export certain variables to the environment immediatelyRon Yorston2022-05-082-2/+2
* win32: fix 'cd' to symlink with relative path as targetRon Yorston2022-05-071-1/+1
* win32: search PATH for missing Unix-style executablesRon Yorston2022-05-062-31/+39
* win32: better fix for empty environment variablesRon Yorston2022-05-052-9/+8
* win32: revert changes related to environment variablesRon Yorston2022-05-042-12/+21
* win32: new code to set empty environment variableRon Yorston2022-05-031-12/+8
* which,ash: changes to which/command/typeRon Yorston2022-05-011-0/+21
* win32: clarify documentation of is_relative_path()Ron Yorston2022-04-301-3/+8
* win32: conditional compilation in process.cRon Yorston2022-04-241-10/+10
* win32: proper conditional compilation in popen.cRon Yorston2022-04-231-9/+14
* date: enable FEATURE_DATE_NANORon Yorston2022-04-222-0/+13
* win32: minor adjustments to file permissionsRon Yorston2022-04-191-8/+9
* win32: fake file ownership on FAT filesystemsRon Yorston2022-02-171-5/+11
* Increment date in resourcesRon Yorston2022-02-141-1/+1
* winansi: detect if running under WineRon Yorston2021-12-221-2/+11
* win32: fix implementation of readlink(2)Ron Yorston2021-11-251-3/+2
* win32: add link to LWN article on shebangRon Yorston2021-11-141-1/+2
* win32: rename mingw_spawn_1Ron Yorston2021-11-011-8/+8
* win32: pass NULL to spawnve, not environRon Yorston2021-10-281-4/+4
* win32: rmdir(2) shouldn't delete symlinksFRP-4487-gd239d2d52Ron Yorston2021-10-171-1/+8
* win32: code shrinkRon Yorston2021-10-161-9/+16
* realpath: improved support for Windows pathsRon Yorston2021-10-131-3/+2
* win32: fix creation of relative symlinksRon Yorston2021-10-121-2/+5
* win32: rename is_absolute_path()Ron Yorston2021-10-121-8/+8
* win32: use is_dir_sep() everywhereRon Yorston2021-10-121-4/+3
* ash: improve signal handlingRon Yorston2021-09-211-0/+9
* win32: limited version of timegm(3)Ron Yorston2021-09-181-84/+13
* win32: don't affect POSIX buildRon Yorston2021-09-171-1/+1
* win32: changes to allow timezones in datesRon Yorston2021-09-173-5/+238
* win32: use inet_pton() from muslRon Yorston2021-09-031-183/+75
* win32: fix entropy collection for isaacRon Yorston2021-09-021-20/+10
* win32: code shrinkRon Yorston2021-08-271-0/+2
* win32: code shrink uname(2)Ron Yorston2021-08-161-8/+4
* win32: implement utimes(2) using utimensat(2)Ron Yorston2021-08-151-38/+18
* win32: tidy up fetching of system directoryRon Yorston2021-08-141-14/+17
* win32: code shrinkRon Yorston2021-08-141-14/+14