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
/
libbb
/
xreadlink.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
win32: replace readlink(2)
Ron Yorston
2023-08-21
1
-0
/
+2
*
realpath: improved support for Windows paths
Ron Yorston
2021-10-13
1
-0
/
+34
*
Merge branch 'busybox' into merge
Ron Yorston
2021-10-13
1
-30
/
+45
|
\
|
*
libbb: better coreutils compatibility for realpath
Ron Yorston
2021-10-09
1
-30
/
+45
*
|
win32: rename is_absolute_path()
Ron Yorston
2021-10-12
1
-1
/
+1
*
|
win32: better handling of nested symlinks
Ron Yorston
2021-08-12
1
-0
/
+3
*
|
libbb: fix detection of relative paths in xreadlink.c
symlink
Ron Yorston
2021-03-01
1
-0
/
+4
*
|
Fix `xmalloc_readlink()` again
Ron Yorston
2021-03-01
1
-1
/
+1
*
|
win32: make readlink(2) implementation unconditional
Ron Yorston
2021-02-12
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-08-16
1
-0
/
+29
|
\
|
|
*
libbb: deal with "declaration of 'link' shadows a global declaration" warning
Denys Vlasenko
2019-06-25
1
-7
/
+7
|
*
readlink,realpath: fix a case with a symplink, closes 11021
Denys Vlasenko
2019-06-13
1
-0
/
+29
*
|
Merge branch 'busybox'
Ron Yorston
2018-07-25
1
-0
/
+30
|
\
|
|
*
whitespace fix
Denys Vlasenko
2018-05-26
1
-1
/
+1
|
*
realpath,readlink -f: coreutils compat, closes 11021
Denys Vlasenko
2018-05-24
1
-0
/
+30
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-11-03
1
-1
/
+0
|
\
|
|
*
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-10-05
1
-1
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-05-06
1
-4
/
+7
|
\
|
|
*
libbb: fix a bad check for uclibc >= 0.9.31
Denys Vlasenko
2014-03-16
1
-4
/
+7
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-01-02
1
-0
/
+6
|
\
|
|
*
do not fail build if MAXSYMLINKS isn't defined
Michael Tokarev
2013-12-16
1
-0
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-03-19
1
-1
/
+2
|
\
|
|
*
readlink: uClibc supports automatic allocation too now
Mike Frysinger
2013-03-12
1
-1
/
+2
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
1
-1
/
+1
|
\
|
|
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
|
win32: xmalloc_follow_symlinks: support ENOSYS by mingw port
Nguyễn Thái Ngọc Duy
2010-09-10
1
-1
/
+1
|
/
*
Hurd compat fixes. Mostly dealing with absent PATH_MAX
Jérémie Koenig
2010-03-26
1
-4
/
+2
*
ls: make readlink error to not disrupt output (try ls -l /proc/self/fd).
Denis Vlasenko
2009-03-21
1
-1
/
+5
*
Fix forgotten license comments
Denis Vlasenko
2008-12-07
1
-2
/
+4
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-4
/
+4
*
dos2unix: do not destroy symlinks and mode of the file being converted.
Denis Vlasenko
2008-06-14
1
-1
/
+0
*
syslogd: support "symlink to symlink" for /dev/log; reduce stack usage
Denis Vlasenko
2007-11-10
1
-1
/
+1
*
- commentary fixes
Bernhard Reutner-Fischer
2007-11-08
1
-11
/
+11
*
xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths,
Paul Fox
2007-11-08
1
-15
/
+22
*
xreadlink: code shrink
Denis Vlasenko
2007-11-08
1
-17
/
+18
*
new xmalloc_readlink_follow() routine to fully expand trailing symlinks
Paul Fox
2007-11-08
1
-0
/
+45
*
insmod: code shrink, stop exporting insmod_ng_main.
Denis Vlasenko
2007-11-02
1
-1
/
+2
*
busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" message
Denis Vlasenko
2007-09-05
1
-6
/
+16
*
syslogd: fix "readpath bug" by using readlink instead
Denis Vlasenko
2007-02-11
1
-1
/
+1
*
accumulated post-1.4.0 fixes
Denis Vlasenko
2007-01-24
1
-1
/
+1
*
new libbb func: xmalloc_realpath (+ use it where makes sense)
Denis Vlasenko
2007-01-04
1
-4
/
+14
*
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-02
1
-0
/
+1
*
Patch from Denis Vlasenko turning static const int (which gets emitted into
Rob Landley
2006-03-10
1
-1
/
+1
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-1
/
+1
*
just whitespace
Tim Riker
2006-01-25
1
-1
/
+1
*
Patch from Tito to fix memory leak upon error.
Glenn L McGrath
2004-08-11
1
-2
/
+3
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
1
-4
/
+4
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-1
/
+1
*
Applied vodz' patches #49 and #50 (with a small correction in runshell.c)
Robert Griebl
2002-07-19
1
-2
/
+1
*
Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>,
Eric Andersen
2001-05-07
1
-3
/
+6
[next]