index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
win32
/
mingw.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
win32: fake file ownership on FAT filesystems
Ron Yorston
2022-02-17
1
-5
/
+11
*
win32: fix implementation of readlink(2)
Ron Yorston
2021-11-25
1
-3
/
+2
*
win32: rmdir(2) shouldn't delete symlinks
FRP-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: code shrink
Ron Yorston
2021-08-27
1
-0
/
+2
*
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
*
win32: treat devices as character special files
Ron Yorston
2021-08-13
1
-1
/
+3
*
win32: better handling of nested symlinks
Ron Yorston
2021-08-12
1
-0
/
+8
*
win32: tidy up time conversions
Ron Yorston
2021-08-09
1
-7
/
+3
*
win32: code shrink using is_prefixed_with()
Ron Yorston
2021-07-28
1
-16
/
+18
*
win32: code shrink has_exec_format()
Ron Yorston
2021-07-28
1
-13
/
+11
*
win32: special case for devices files in stat(2)
Ron Yorston
2021-07-25
1
-5
/
+20
*
win32: partial implementation of sync(2)
Ron Yorston
2021-06-07
1
-0
/
+23
*
win32: let virtual /dev/fd/<num> files be opened
Ron Yorston
2021-06-07
1
-0
/
+20
*
win32: rename update_dev_fd() as update_special_fd()
Ron Yorston
2021-06-07
1
-2
/
+2
*
win32: implement futimens(2)/utimensat(2)
Ron Yorston
2021-05-14
1
-1
/
+81
*
win32: fix creation of symlinks in 64-bit Windows 7
Ron Yorston
2021-05-13
1
-1
/
+1
*
libbb: fix detection of relative paths in xreadlink.c
symlink
Ron Yorston
2021-03-01
1
-1
/
+1
*
Allow `rename()` to work across drives
Johannes Schindelin
2021-03-01
1
-1
/
+2
*
Do not use `rename()` for symlinks
Johannes Schindelin
2021-03-01
1
-5
/
+8
*
win32: let `resolve_symlinks()` _really_ resolve symbolic links
Johannes Schindelin
2021-03-01
1
-1
/
+9
*
readlink(): do `NUL`-terminate the result
Johannes Schindelin
2021-03-01
1
-2
/
+3
*
win32(symlink): fix logic to determine the type of the symlink
Johannes Schindelin
2021-03-01
1
-1
/
+10
*
win32: move is_absolute_path()
Ron Yorston
2021-03-01
1
-0
/
+9
*
win32: workaround for lazy loading issue on Windows 7
Ron Yorston
2021-03-01
1
-0
/
+14
*
win32: update sysinfo(2) implementation (again)
Ron Yorston
2021-02-23
1
-14
/
+31
*
win32: update sysinfo(2) implementation
Ron Yorston
2021-02-19
1
-13
/
+23
*
win32: add uptime to sysinfo(2), enable uptime applet
Ron Yorston
2021-02-19
1
-3
/
+2
*
free: implement sysinfo(2) and enable free(1)
Ron Yorston
2021-02-18
1
-0
/
+24
*
win32: code shrink
Ron Yorston
2021-02-13
1
-1
/
+1
*
win32: implement symlink(2)
Ron Yorston
2021-02-12
1
-0
/
+35
*
win32: allow symlinks to directories to be unlinked
Ron Yorston
2021-02-12
1
-1
/
+13
*
win32: make readlink(2) implementation unconditional
Ron Yorston
2021-02-12
1
-4
/
+0
*
tls: avoid unnecessary changes to POSIX build, part 2
Ron Yorston
2021-01-25
1
-0
/
+9
*
win32: make realpath() return an error if necessary
Ron Yorston
2020-12-12
1
-1
/
+0
*
win32: make location of Unix-style absolute paths configurable
Ron Yorston
2020-08-31
1
-1
/
+1
*
ash, ls: improve support for 'c:path'
Ron Yorston
2020-08-28
1
-15
/
+0
*
win32: code shrink Unix-style path handling
Ron Yorston
2020-08-23
1
-23
/
+7
*
win32: use built-in applets for non-existent binaries with Unix-style paths
Ron Yorston
2020-08-13
1
-0
/
+13
*
win32: handle Unix-style absolute paths for executables
Ron Yorston
2020-08-13
1
-0
/
+15
*
win32: use a static buffer in get_system_drive()
Ron Yorston
2020-08-13
1
-14
/
+13
*
win32: code shrink
Ron Yorston
2020-08-13
1
-0
/
+8
*
win32: return raw file attributes in struct mingw_stat
Ron Yorston
2020-07-09
1
-0
/
+4
[next]