aboutsummaryrefslogtreecommitdiff
path: root/win32/mingw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ash: improve handling of UNC pathsRon Yorston2020-06-301-1/+2
* win32: enable globbing by defaultRon Yorston2020-06-141-1/+17
* win32: use lazy loading for certain DLLsRon Yorston2020-06-021-6/+21
* dd: fix handling of 'conv=notrunc seek=N'Ron Yorston2020-05-201-3/+3
* dd: create a sparse file when seek=N is usedRon Yorston2020-03-241-0/+17
* win32: stat(2): return correct st_blocks for compressed/sparse filesRon Yorston2020-03-241-1/+13
* win32: tidy up detection of device filesRon Yorston2020-02-161-9/+3
* win32: rework device file detectionRon Yorston2020-02-151-6/+4
* win32: code shrinkRon Yorston2020-02-131-11/+9
* date: code shrinkRon Yorston2020-02-111-6/+0
* mingw: fix off-by-one error in mingw_strftime()Ron Yorston2020-01-191-1/+1
* mingw: fix use after free in file_owner()Ron Yorston2020-01-191-9/+6
* Build fixesFRP-3329-gcf0fa4d13Ron Yorston2020-01-081-1/+1
* win32: allow nanosecond precision in file timesRon Yorston2019-08-161-12/+29
* win32: try to make working directory names consistentRon Yorston2019-04-021-1/+26
* win32: track current directory of mapped drivesRon Yorston2019-04-011-4/+7
* win32: improved support for c:path path namesRon Yorston2019-03-301-0/+12
* win32: interpret absolute paths as relative to %SYSTEMDRIVE%Ron Yorston2019-03-281-0/+56
* win32: share code to find root prefix of pathRon Yorston2019-03-231-0/+35
* win32: change stat(2) error code in certain casesRon Yorston2019-03-201-1/+0
* win32: add function to convert slashes to backslashesRon Yorston2019-03-151-5/+14
* win32: realpath(3): remove trailing slashRon Yorston2019-03-141-1/+4
* win32: consolidate file metadata optionsRon Yorston2019-03-121-8/+2
* win32: changes to user idsRon Yorston2019-03-101-20/+30