aboutsummaryrefslogtreecommitdiff
path: root/libbb/xreadlink.c
AgeCommit message (Expand)Author
2019-06-25libbb: deal with "declaration of 'link' shadows a global declaration" warningDenys Vlasenko
2019-06-13readlink,realpath: fix a case with a symplink, closes 11021Denys Vlasenko
2018-05-26whitespace fixDenys Vlasenko
2018-05-24realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2014-03-16libbb: fix a bad check for uclibc >= 0.9.31Denys Vlasenko
2013-12-16do not fail build if MAXSYMLINKS isn't definedMichael Tokarev
2013-03-12readlink: uClibc supports automatic allocation too nowMike Frysinger
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-03-26Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig
2009-03-21ls: make readlink error to not disrupt output (try ls -l /proc/self/fd).Denis Vlasenko
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-06-14dos2unix: do not destroy symlinks and mode of the file being converted.Denis Vlasenko
2007-11-10syslogd: support "symlink to symlink" for /dev/log; reduce stack usageDenis Vlasenko
2007-11-08- commentary fixesBernhard Reutner-Fischer
2007-11-08xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths,Paul Fox
2007-11-08xreadlink: code shrinkDenis Vlasenko
2007-11-08new xmalloc_readlink_follow() routine to fully expand trailing symlinksPaul Fox
2007-11-02insmod: code shrink, stop exporting insmod_ng_main.Denis Vlasenko
2007-09-05busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" messageDenis Vlasenko
2007-02-11syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko
2007-01-24accumulated post-1.4.0 fixesDenis Vlasenko
2007-01-04new libbb func: xmalloc_realpath (+ use it where makes sense)Denis Vlasenko
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-03-10Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-01-25just whitespaceTim Riker
2004-08-11Patch from Tito to fix memory leak upon error.Glenn L McGrath
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-07-19Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl
2001-05-07Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>,Eric Andersen
2001-04-30Made new xreadlink function for libbb and changed applets to use it instead ofMark Whitley