summaryrefslogtreecommitdiff
path: root/tls.c
Commit message (Expand)AuthorAgeFilesLines
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-16/+7
* Cast some time values to (int), just to silence some warnings onWayne Davison2005-09-211-6/+6
* No need for conditional code around do_lstat() anymore.Wayne Davison2005-01-191-8/+2
* Don't call do_lstat() unless SUPPORT_LINKS is defined.Wayne Davison2004-12-131-2/+8
* Only output major/minor info for a character/block device, not forWayne Davison2004-09-231-1/+1
* Whitespace tweaks.Wayne Davison2004-05-151-10/+9
* Silence compiler warnings on Solaris.Wayne Davison2004-04-091-3/+5
* Removed debug code.Wayne Davison2004-04-091-4/+0
* 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