summaryrefslogtreecommitdiff
path: root/tls.c
Commit message (Expand)AuthorAgeFilesLines
...
* Added some test code to assist in the remote debugging of the buildWayne Davison2004-04-091-0/+4
* If we're listing a device, output the major and minor device numbers.Wayne Davison2004-04-091-13/+14
* Silence a compiler warning on Sun OS systems.Wayne Davison2004-01-041-4/+3
* Changed main() definition to avoid an extra prototype being putWayne Davison2003-09-101-1/+2
* Declare preserve_perms for latest syscall.o.Wayne Davison2003-01-211-0/+1
* long int and signedness fix from Nelson BeebeMartin Pool2002-04-091-2/+2
* Clean up comments for Doxygen.Martin Pool2002-04-081-4/+2
* 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