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
/
syscall.c
Age
Commit message (
Collapse
)
Author
Files
Lines
1998-05-26
check for munmap as well as mmap. NextStep only has mmap in standard
Andrew Tridgell
1
-1
/
+1
libs
1998-05-21
use mmap() for files of any size. This should be much more buffer
Andrew Tridgell
1
-0
/
+11
cache friendly.
1998-05-09
first vesrion of working socket based rsync. It still needs a lot of
Andrew Tridgell
1
-0
/
+14
work, but at least it works :-)
1998-05-06
damn solaris doesn't prototype it's functions correctly. grrr.
Andrew Tridgell
1
-0
/
+1
1998-05-06
better test for solaris broken readdir
Andrew Tridgell
1
-13
/
+4
1998-05-06
handle broken readdir() on Solaris 2.6 (it returns the name offset by
Andrew Tridgell
1
-0
/
+18
2 characters!)
1998-05-06
add support for lseek64() under solaris 2.6
Andrew Tridgell
1
-0
/
+9
1998-05-06
use floating point for printout of stats - this wrks on machines
Andrew Tridgell
1
-0
/
+2
without long long but with a 64 bit off_t
1998-05-06
added support for 64 bit file offsets under Solaris 2.6. Not tested
Andrew Tridgell
1
-0
/
+27
yet.
1998-04-05
a couple more system calls wrapped in syscall.c
Andrew Tridgell
1
-0
/
+18
1998-03-24
check a few HAVE_* macros
Andrew Tridgell
1
-0
/
+6
1998-03-24
added chmod() and chown() to syscall.c
Andrew Tridgell
1
-0
/
+12
1998-03-23
added wrappers around all the system calls that can change what is on
Andrew Tridgell
1
-0
/
+61
disk. The wrappers check for dry_run.