summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-03-16libbb: fix a bad check for uclibc >= 0.9.31Denys Vlasenko1-4/+7
2013-12-16do not fail build if MAXSYMLINKS isn't definedMichael Tokarev1-0/+6
2013-03-12readlink: uClibc supports automatic allocation too nowMike Frysinger1-1/+2
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-03-26Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig13-61/+85
2009-03-21ls: make readlink error to not disrupt output (try ls -l /proc/self/fd).Denis Vlasenko2-102/+102
2008-12-07Fix forgotten license commentsDenis Vlasenko49-60/+114
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-06-14dos2unix: do not destroy symlinks and mode of the file being converted.Denis Vlasenko2-16/+18
2007-11-10syslogd: support "symlink to symlink" for /dev/log; reduce stack usageDenis Vlasenko2-32/+30
2007-11-08- commentary fixesBernhard Reutner-Fischer1-11/+11
2007-11-08xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths,Paul Fox3-17/+24
2007-11-08xreadlink: code shrinkDenis Vlasenko3-19/+20
2007-11-08new xmalloc_readlink_follow() routine to fully expand trailing symlinksPaul Fox2-0/+46
2007-11-02insmod: code shrink, stop exporting insmod_ng_main.Denis Vlasenko4-381/+313
2007-09-05busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" messageDenis Vlasenko3-14/+24
2007-02-11syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko15-38/+46
2007-01-24accumulated post-1.4.0 fixesDenis Vlasenko8-37/+45
2007-01-04new libbb func: xmalloc_realpath (+ use it where makes sense)Denis Vlasenko6-93/+103
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-03-10Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley28-194/+244
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-01-25just whitespaceTim Riker254-2027/+2027
2004-08-11Patch from Tito to fix memory leak upon error.Glenn L McGrath1-2/+3
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-07-19Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl18-79/+64
2001-05-07Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>,Eric Andersen7-11/+16
2001-04-30Made new xreadlink function for libbb and changed applets to use it instead ofMark Whitley13-90/+77