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