summaryrefslogtreecommitdiff
path: root/libbb/xreadlink.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: deal with "declaration of 'link' shadows a global declaration" warningDenys Vlasenko2019-06-251-7/+7
* readlink,realpath: fix a case with a symplink, closes 11021Denys Vlasenko2019-06-131-0/+29
* whitespace fixDenys Vlasenko2018-05-261-1/+1
* realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko2018-05-241-0/+30
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* libbb: fix a bad check for uclibc >= 0.9.31Denys Vlasenko2014-03-161-4/+7
* do not fail build if MAXSYMLINKS isn't definedMichael Tokarev2013-12-161-0/+6
* readlink: uClibc supports automatic allocation too nowMike Frysinger2013-03-121-1/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig2010-03-261-4/+2
* ls: make readlink error to not disrupt output (try ls -l /proc/self/fd).Denis Vlasenko2009-03-211-1/+5
* Fix forgotten license commentsDenis Vlasenko2008-12-071-2/+4
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-4/+4
* dos2unix: do not destroy symlinks and mode of the file being converted.Denis Vlasenko2008-06-141-1/+0
* syslogd: support "symlink to symlink" for /dev/log; reduce stack usageDenis Vlasenko2007-11-101-1/+1
* - commentary fixesBernhard Reutner-Fischer2007-11-081-11/+11
* xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths,Paul Fox2007-11-081-15/+22
* xreadlink: code shrinkDenis Vlasenko2007-11-081-17/+18
* new xmalloc_readlink_follow() routine to fully expand trailing symlinksPaul Fox2007-11-081-0/+45
* insmod: code shrink, stop exporting insmod_ng_main.Denis Vlasenko2007-11-021-1/+2
* busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" messageDenis Vlasenko2007-09-051-6/+16
* syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko2007-02-111-1/+1
* accumulated post-1.4.0 fixesDenis Vlasenko2007-01-241-1/+1
* new libbb func: xmalloc_realpath (+ use it where makes sense)Denis Vlasenko2007-01-041-4/+14
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* just whitespaceTim Riker2006-01-251-1/+1
* Patch from Tito to fix memory leak upon error.Glenn L McGrath2004-08-111-2/+3
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-4/+4
* Major coreutils update.Manuel Novoa III2003-03-191-1/+1
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl2002-07-191-2/+1
* Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>,Eric Andersen2001-05-071-3/+6
* Made new xreadlink function for libbb and changed applets to use it instead ofMark Whitley2001-04-301-0/+34