aboutsummaryrefslogtreecommitdiff
path: root/libbb/xreadlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: replace readlink(2)Ron Yorston2023-08-211-0/+2
* realpath: improved support for Windows pathsRon Yorston2021-10-131-0/+34
* Merge branch 'busybox' into mergeRon Yorston2021-10-131-30/+45
|\
| * libbb: better coreutils compatibility for realpathRon Yorston2021-10-091-30/+45
* | win32: rename is_absolute_path()Ron Yorston2021-10-121-1/+1
* | win32: better handling of nested symlinksRon Yorston2021-08-121-0/+3
* | libbb: fix detection of relative paths in xreadlink.csymlinkRon Yorston2021-03-011-0/+4
* | Fix `xmalloc_readlink()` againRon Yorston2021-03-011-1/+1
* | win32: make readlink(2) implementation unconditionalRon Yorston2021-02-121-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-0/+29
|\|
| * 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
* | Merge branch 'busybox'Ron Yorston2018-07-251-0/+30
|\|
| * whitespace fixDenys Vlasenko2018-05-261-1/+1
| * realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko2018-05-241-0/+30
* | Merge branch 'busybox' into mergeRon Yorston2017-11-031-1/+0
|\|
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* | Merge branch 'busybox' into mergeRon Yorston2014-05-061-4/+7
|\|
| * libbb: fix a bad check for uclibc >= 0.9.31Denys Vlasenko2014-03-161-4/+7
* | Merge branch 'busybox' into mergeRon Yorston2014-01-021-0/+6
|\|
| * do not fail build if MAXSYMLINKS isn't definedMichael Tokarev2013-12-161-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2013-03-191-1/+2
|\|
| * readlink: uClibc supports automatic allocation too nowMike Frysinger2013-03-121-1/+2
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-1/+1
|\|
| * *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* | win32: xmalloc_follow_symlinks: support ENOSYS by mingw portNguyễn Thái Ngọc Duy2010-09-101-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