Wayne Davison
|
018b28328c
|
No need for conditional code around do_lstat() anymore.
|
2005-01-19 19:30:29 +00:00 |
|
Wayne Davison
|
f6b384d41f
|
Don't call do_lstat() unless SUPPORT_LINKS is defined.
|
2004-12-13 17:22:32 +00:00 |
|
Wayne Davison
|
48d3ff94c9
|
Only output major/minor info for a character/block device, not for
a FIFO or a socket.
|
2004-09-23 05:33:48 +00:00 |
|
Wayne Davison
|
630e3c408b
|
Whitespace tweaks.
|
2004-05-15 19:09:42 +00:00 |
|
Wayne Davison
|
0e1d98ae92
|
Silence compiler warnings on Solaris.
|
2004-04-09 20:22:44 +00:00 |
|
Wayne Davison
|
decba3ae73
|
Removed debug code.
|
2004-04-09 19:18:34 +00:00 |
|
Wayne Davison
|
47ba39bef6
|
Added some test code to assist in the remote debugging of the build
farm's Solaris machines.
|
2004-04-09 18:36:01 +00:00 |
|
Wayne Davison
|
f26ac1e8cb
|
If we're listing a device, output the major and minor device numbers.
|
2004-04-09 00:33:34 +00:00 |
|
Wayne Davison
|
f358487f8e
|
Silence a compiler warning on Sun OS systems.
|
2004-01-04 07:06:05 +00:00 |
|
Wayne Davison
|
f69204adad
|
Changed main() definition to avoid an extra prototype being put
into the proto.h file.
|
2003-09-10 08:27:34 +00:00 |
|
Wayne Davison
|
522c05cf9a
|
Declare preserve_perms for latest syscall.o.
|
2003-01-21 01:35:23 +00:00 |
|
Martin Pool
|
e35080cede
|
long int and signedness fix from Nelson Beebe
|
2002-04-09 06:11:06 +00:00 |
|
Martin Pool
|
ac13ad106a
|
Clean up comments for Doxygen.
|
2002-04-08 03:03:04 +00:00 |
|
Martin Pool
|
d0f821ad3d
|
Must use STRUCT_STAT not "struct stat" to be compatible with other
rsync functions.
|
2002-02-18 22:49:00 +00:00 |
|
Martin Pool
|
ea1438dad8
|
Merge ChangeSet@1.12: tls now shows number of links to a file to aid in testing -H
|
2002-01-11 07:09:22 +00:00 |
|
Martin Pool
|
0771727d41
|
Readlink(2) does not nul-terminate the output buffer, so we were
getting corrupt output when listing more than one symlink.
|
2001-12-14 01:48:48 +00:00 |
|
Martin Pool
|
acf1af0cd9
|
const-cast required for silly UNICOS headers
|
2001-12-02 12:37:48 +00:00 |
|
Martin Pool
|
1336e41460
|
Show symlink targets
|
2001-11-27 07:56:33 +00:00 |
|
Martin Pool
|
dd0700b025
|
mtime and ownership of symlinks can be random, so don't print them.
|
2001-11-27 07:54:03 +00:00 |
|
Martin Pool
|
2d4c8e5945
|
The size of anything but a regular file is probably not worth thinking
about.
|
2001-11-27 07:07:36 +00:00 |
|
Martin Pool
|
4ed886ae6e
|
Also list permissions, ownership, size, and mtime.
|
2001-11-27 06:45:47 +00:00 |
|
Martin Pool
|
f7ca98bdc4
|
Doc.
|
2001-09-07 07:57:10 +00:00 |
|
Martin Pool
|
f22ee86517
|
Add a little implementation of ls(1) so that we can look at all and
only the attributes of files that rsync is meant to synchronize.
|
2001-09-07 07:52:09 +00:00 |
|