summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/directory.c
Commit message (Expand)AuthorAgeFilesLines
* doing basename is dumb (is blino too?), really make the symlink relativePascal Rigaux2004-07-061-2/+3
* variable declaration fixes (spotted by neofutur)Olivier Blin2004-06-291-1/+1
* fix typoOlivier Blin2004-06-251-1/+1
* do not use ramdisk in nfs installOlivier Blin2004-06-251-1/+2
* add missing include for basename()Olivier Blin2004-06-251-0/+1
* use relative symlink to image location in disk/nfs install, to have a working...Olivier Blin2004-06-251-1/+1
* revert the workaround on stat() now that it works on large filesOlivier Blin2004-06-231-6/+5
* workaround the fact that stat() fails on large files (like DVD ISO images)Olivier Blin2004-06-211-5/+6
* add log message when using directory as a mirror treeOlivier Blin2004-06-211-0/+1
* split directory specific functions and move them from disk.c to directory.c (...Olivier Blin2004-06-211-0/+189