index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
xreadlink.c
Age
Commit message (
Expand
)
Author
2009-03-21
ls: make readlink error to not disrupt output (try ls -l /proc/self/fd).
Denis Vlasenko
2008-12-07
Fix forgotten license comments
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-14
dos2unix: do not destroy symlinks and mode of the file being converted.
Denis Vlasenko
2007-11-10
syslogd: support "symlink to symlink" for /dev/log; reduce stack usage
Denis Vlasenko
2007-11-08
- commentary fixes
Bernhard Reutner-Fischer
2007-11-08
xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths,
Paul Fox
2007-11-08
xreadlink: code shrink
Denis Vlasenko
2007-11-08
new xmalloc_readlink_follow() routine to fully expand trailing symlinks
Paul Fox
2007-11-02
insmod: code shrink, stop exporting insmod_ng_main.
Denis Vlasenko
2007-09-05
busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" message
Denis Vlasenko
2007-02-11
syslogd: fix "readpath bug" by using readlink instead
Denis Vlasenko
2007-01-24
accumulated post-1.4.0 fixes
Denis Vlasenko
2007-01-04
new libbb func: xmalloc_realpath (+ use it where makes sense)
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-03-10
Patch from Denis Vlasenko turning static const int (which gets emitted into
Rob Landley
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-01-25
just whitespace
Tim Riker
2004-08-11
Patch from Tito to fix memory leak upon error.
Glenn L McGrath
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-07-19
Applied vodz' patches #49 and #50 (with a small correction in runshell.c)
Robert Griebl
2001-05-07
Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>,
Eric Andersen
2001-04-30
Made new xreadlink function for libbb and changed applets to use it instead of
Mark Whitley