summaryrefslogtreecommitdiff
path: root/libbb/simplify_path.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
| | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped
* teach find_root_device to deal with /dev/ subdirsDenis Vlasenko2007-04-131-4/+7
| | | | (by "Kirill K. Smirnov" <lich@math.spbu.ru>)
* syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko2007-02-111-1/+1
| | | | libbb: rename xgetcwd and xreadlink
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-2/+1
| | | | | | | | | | things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.)
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-101-14/+1
|
* Major coreutils update.Manuel Novoa III2003-03-191-5/+4
|
* More copyright and email addr cleanupsEric Andersen2001-12-061-2/+0
|
* Rewritten by Manuel Novoa III.Matt Kraai2001-08-141-39/+28
|
* Commit Vladimir's simplify_path.Matt Kraai2001-08-101-0/+78