summaryrefslogtreecommitdiff
path: root/tls.c
Commit message (Expand)AuthorAgeFilesLines
* Must use STRUCT_STAT not "struct stat" to be compatible with otherMartin Pool2002-02-181-1/+1
* Merge ChangeSet@1.12: tls now shows number of links to a file to aid in testi...Martin Pool2002-01-111-2/+3
* Readlink(2) does not nul-terminate the output buffer, so we wereMartin Pool2001-12-141-1/+7
* const-cast required for silly UNICOS headersMartin Pool2001-12-021-1/+2
* Show symlink targetsMartin Pool2001-11-271-2/+7
* mtime and ownership of symlinks can be random, so don't print them.Martin Pool2001-11-271-16/+28
* The size of anything but a regular file is probably not worth thinkingMartin Pool2001-11-271-3/+6
* Also list permissions, ownership, size, and mtime.Martin Pool2001-11-271-26/+41
* Doc.Martin Pool2001-09-071-3/+3
* Add a little implementation of ls(1) so that we can look at all andMartin Pool2001-09-071-0/+98