index
:
platform/upstream/rsync
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_wearable
backup/rsync-3.1.1-20220217
pristine-tar
sandbox/backup/rsync_3.2.3_20240122
sandbox/dh0128.kwak/rsync-3.2.3-20220216
sandbox/rsync_3.2.7
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
Domain: System / Base;
Donghun Kwak <dh0128.kwak@samsung.com>, hyunjee Kim <hj0426.kim@samsung.com>, JinWang An <jinwang.an@samsung.com>, Kiseok Chang <kiso.chang@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tls.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-10
Tweaking the license text a bit more.
Wayne Davison
1
-2
/
+3
2007-07-09
Martin gave his approval to use GPLv3 with this code.
Wayne Davison
1
-1
/
+1
2007-04-24
Conditionalize xattr code for systems without xattr support.
Wayne Davison
1
-0
/
+10
2007-04-24
Improved the usage message.
Wayne Davison
1
-2
/
+2
2007-04-24
Added arg-parsing to tls.c.
Wayne Davison
1
-8
/
+42
2007-04-24
Adding the --fake-super option.
Wayne Davison
1
-2
/
+56
2007-02-04
Further modifications to the copyright comment section.
Wayne Davison
1
-4
/
+4
2006-12-26
Fix usage message.
Wayne Davison
1
-1
/
+1
2006-10-13
Turned an sprintf() call into snprintf().
Wayne Davison
1
-3
/
+3
2006-10-13
Changed strcpy() calls into strlcpy() calls, just to be extra safe.
Wayne Davison
1
-2
/
+2
2006-04-25
Updated the FSF's address to an even newer one.
Wayne Davison
1
-3
/
+3
2006-04-25
- Updated the address for the FSF in the opening comment.
Wayne Davison
1
-16
/
+7
2005-09-21
Cast some time values to (int), just to silence some warnings on
Wayne Davison
1
-6
/
+6
2005-01-19
No need for conditional code around do_lstat() anymore.
Wayne Davison
1
-8
/
+2
2004-12-13
Don't call do_lstat() unless SUPPORT_LINKS is defined.
Wayne Davison
1
-2
/
+8
2004-09-23
Only output major/minor info for a character/block device, not for
Wayne Davison
1
-1
/
+1
2004-05-15
Whitespace tweaks.
Wayne Davison
1
-10
/
+9
2004-04-09
Silence compiler warnings on Solaris.
Wayne Davison
1
-3
/
+5
2004-04-09
Removed debug code.
Wayne Davison
1
-4
/
+0
2004-04-09
Added some test code to assist in the remote debugging of the build
Wayne Davison
1
-0
/
+4
2004-04-09
If we're listing a device, output the major and minor device numbers.
Wayne Davison
1
-13
/
+14
2004-01-04
Silence a compiler warning on Sun OS systems.
Wayne Davison
1
-4
/
+3
2003-09-10
Changed main() definition to avoid an extra prototype being put
Wayne Davison
1
-1
/
+2
2003-01-21
Declare preserve_perms for latest syscall.o.
Wayne Davison
1
-0
/
+1
2002-04-09
long int and signedness fix from Nelson Beebe
Martin Pool
1
-2
/
+2
2002-04-08
Clean up comments for Doxygen.
Martin Pool
1
-4
/
+2
2002-02-18
Must use STRUCT_STAT not "struct stat" to be compatible with other
Martin Pool
1
-1
/
+1
2002-01-11
Merge ChangeSet@1.12: tls now shows number of links to a file to aid in testi...
Martin Pool
1
-2
/
+3
2001-12-14
Readlink(2) does not nul-terminate the output buffer, so we were
Martin Pool
1
-1
/
+7
2001-12-02
const-cast required for silly UNICOS headers
Martin Pool
1
-1
/
+2
2001-11-27
Show symlink targets
Martin Pool
1
-2
/
+7
2001-11-27
mtime and ownership of symlinks can be random, so don't print them.
Martin Pool
1
-16
/
+28
2001-11-27
The size of anything but a regular file is probably not worth thinking
Martin Pool
1
-3
/
+6
2001-11-27
Also list permissions, ownership, size, and mtime.
Martin Pool
1
-26
/
+41
2001-09-07
Doc.
Martin Pool
1
-3
/
+3
2001-09-07
Add a little implementation of ls(1) so that we can look at all and
Martin Pool
1
-0
/
+98