aboutsummaryrefslogtreecommitdiff
path: root/win32/mingw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: fake file ownership on FAT filesystemsRon Yorston2022-02-171-5/+11
* win32: fix implementation of readlink(2)Ron Yorston2021-11-251-3/+2
* 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: code shrinkRon Yorston2021-08-271-0/+2
* 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
* win32: treat devices as character special filesRon Yorston2021-08-131-1/+3
* win32: better handling of nested symlinksRon Yorston2021-08-121-0/+8
* win32: tidy up time conversionsRon Yorston2021-08-091-7/+3
* win32: code shrink using is_prefixed_with()Ron Yorston2021-07-281-16/+18
* win32: code shrink has_exec_format()Ron Yorston2021-07-281-13/+11
* win32: special case for devices files in stat(2)Ron Yorston2021-07-251-5/+20
* win32: partial implementation of sync(2)Ron Yorston2021-06-071-0/+23
* win32: let virtual /dev/fd/<num> files be openedRon Yorston2021-06-071-0/+20
* win32: rename update_dev_fd() as update_special_fd()Ron Yorston2021-06-071-2/+2
* win32: implement futimens(2)/utimensat(2)Ron Yorston2021-05-141-1/+81
* win32: fix creation of symlinks in 64-bit Windows 7Ron Yorston2021-05-131-1/+1
* libbb: fix detection of relative paths in xreadlink.csymlinkRon Yorston2021-03-011-1/+1
* Allow `rename()` to work across drivesJohannes Schindelin2021-03-011-1/+2
* Do not use `rename()` for symlinksJohannes Schindelin2021-03-011-5/+8
* win32: let `resolve_symlinks()` _really_ resolve symbolic linksJohannes Schindelin2021-03-011-1/+9
* readlink(): do `NUL`-terminate the resultJohannes Schindelin2021-03-011-2/+3
* win32(symlink): fix logic to determine the type of the symlinkJohannes Schindelin2021-03-011-1/+10
* win32: move is_absolute_path()Ron Yorston2021-03-011-0/+9
* win32: workaround for lazy loading issue on Windows 7Ron Yorston2021-03-011-0/+14
* win32: update sysinfo(2) implementation (again)Ron Yorston2021-02-231-14/+31
* win32: update sysinfo(2) implementationRon Yorston2021-02-191-13/+23
* win32: add uptime to sysinfo(2), enable uptime appletRon Yorston2021-02-191-3/+2
* free: implement sysinfo(2) and enable free(1)Ron Yorston2021-02-181-0/+24
* win32: code shrinkRon Yorston2021-02-131-1/+1
* win32: implement symlink(2)Ron Yorston2021-02-121-0/+35
* win32: allow symlinks to directories to be unlinkedRon Yorston2021-02-121-1/+13
* win32: make readlink(2) implementation unconditionalRon Yorston2021-02-121-4/+0
* tls: avoid unnecessary changes to POSIX build, part 2Ron Yorston2021-01-251-0/+9
* win32: make realpath() return an error if necessaryRon Yorston2020-12-121-1/+0
* win32: make location of Unix-style absolute paths configurableRon Yorston2020-08-311-1/+1
* ash, ls: improve support for 'c:path'Ron Yorston2020-08-281-15/+0
* win32: code shrink Unix-style path handlingRon Yorston2020-08-231-23/+7
* win32: use built-in applets for non-existent binaries with Unix-style pathsRon Yorston2020-08-131-0/+13
* win32: handle Unix-style absolute paths for executablesRon Yorston2020-08-131-0/+15
* win32: use a static buffer in get_system_drive()Ron Yorston2020-08-131-14/+13
* win32: code shrinkRon Yorston2020-08-131-0/+8
* win32: return raw file attributes in struct mingw_statRon Yorston2020-07-091-0/+4