index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
syscall.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding the --fake-super option.
Wayne Davison
2007-04-24
1
-0
/
+10
*
Further modifications to the copyright comment section.
Wayne Davison
2007-02-04
1
-4
/
+3
*
Avoid a compiler warning about setting "len" without using it.
Wayne Davison
2006-11-21
1
-4
/
+5
*
Added "const" to appropriate char pointers.
Wayne Davison
2006-11-19
1
-1
/
+1
*
Updated the FSF's address to an even newer one.
Wayne Davison
2006-04-25
1
-3
/
+3
*
- Updated the address for the FSF in the opening comment.
Wayne Davison
2006-04-25
1
-26
/
+23
*
Made a bunch of char* args const.
Wayne Davison
2006-01-29
1
-9
/
+6
*
Complicate the lseek64() function prototype because some systems
Wayne Davison
2005-09-03
1
-0
/
+4
*
- Don't call do_chmod() unless HAVE_CHMOD is defined.
Wayne Davison
2005-07-27
1
-1
/
+12
*
Use the new HAVE_LSEEK64 define.
Wayne Davison
2005-04-06
1
-1
/
+1
*
Don't check defined-ness of SIZEOF_OFF64_T.
Wayne Davison
2005-02-14
1
-1
/
+1
*
John E. Malmberg convinced me to standardize on #ifs for defined
Wayne Davison
2005-02-14
1
-16
/
+16
*
Use new USE_STAT64_FUNCS define.
Wayne Davison
2005-01-28
1
-4
/
+4
*
Make use of new HAVE_STRUCT_STAT64 define.
Wayne Davison
2005-01-28
1
-4
/
+4
*
Got rid of unused mmap section.
Wayne Davison
2005-01-28
1
-11
/
+0
*
Changed HAVE_OFF64_T to SIZEOF_OFF64_T.
Wayne Davison
2005-01-28
1
-5
/
+5
*
When SUPPORT_LINKS is not defined, we now go ahead and provide
Wayne Davison
2005-01-19
1
-5
/
+7
*
Fix typo in handling of lchown when the host operating system does
Paul Green
2005-01-18
1
-1
/
+1
*
Moved kluged (conditional) define of lchown from rsync.h to syscall.c.
Wayne Davison
2005-01-03
1
-0
/
+3
*
Improved do_mknod() so that it handles creating a fifo file
Wayne Davison
2004-10-01
1
-2
/
+33
*
Some systems need do_mkstemp() to use setmode() to set O_BINARY.
Wayne Davison
2004-10-01
1
-0
/
+3
*
Don't use mkstemp() if the OS has open64() but not mkstemp64().
Wayne Davison
2004-08-02
1
-1
/
+1
*
Don't use ENOMSG -- it's not portable.
Wayne Davison
2004-02-18
1
-2
/
+2
*
- If we return an error because of dry_run being set, we now set errno.
Wayne Davison
2004-02-17
1
-20
/
+31
*
We no longer munge a double-leading slash in do_open() because we
Wayne Davison
2004-02-17
1
-2
/
+0
*
Tweaked the O_BINARY code to the latest idiom.
Wayne Davison
2003-03-30
1
-5
/
+1
*
Added back the O_BINARY #ifdef.
Wayne Davison
2003-01-26
1
-2
/
+2
*
Open config files in text mode when O_TEXT is defined. This helps on
David Dykstra
2003-01-26
1
-2
/
+2
*
Ignore errors from chmod when --preserve-perms/-p/-a are not set.
David Dykstra
2003-01-21
1
-2
/
+7
*
Add a test case for trim_trailing_slashes, and make it handle other cases.
Martin Pool
2002-03-25
1
-6
/
+10
*
Code that was meant to trim trailing slashes from mkdir() paths
Martin Pool
2002-03-25
1
-8
/
+16
*
Cope with BSD systems on which mkdir() will not accept a trailing
Martin Pool
2002-02-18
1
-5
/
+20
*
Fix for <http://rsync.samba.org/cgi-bin/rsync/incoming?id=3750>
Martin Pool
2002-01-14
1
-1
/
+1
*
use mkstemp on systems where it is secure
Andrew Tridgell
2001-05-02
1
-8
/
+21
*
Doc.
Martin Pool
2001-02-23
1
-0
/
+3
*
open on paths starting with // fails on win32
Andrew Tridgell
2000-01-23
1
-0
/
+3
*
Fixed bug introduced by calling do_open() for O_RDONLY files. Changed it
David Dykstra
1999-11-04
1
-2
/
+4
*
paranoia change - treat list_only like read_only and refuse all
Andrew Tridgell
1998-12-05
1
-1
/
+2
*
Always add the O_BINARY flag in do_open if it is defined, for Windows.
David Dykstra
1998-11-24
1
-0
/
+4
*
check for munmap as well as mmap. NextStep only has mmap in standard
Andrew Tridgell
1998-05-26
1
-1
/
+1
*
use mmap() for files of any size. This should be much more buffer
Andrew Tridgell
1998-05-21
1
-0
/
+11
*
first vesrion of working socket based rsync. It still needs a lot of
Andrew Tridgell
1998-05-09
1
-0
/
+14
*
damn solaris doesn't prototype it's functions correctly. grrr.
Andrew Tridgell
1998-05-06
1
-0
/
+1
*
better test for solaris broken readdir
Andrew Tridgell
1998-05-06
1
-13
/
+4
*
handle broken readdir() on Solaris 2.6 (it returns the name offset by
Andrew Tridgell
1998-05-06
1
-0
/
+18
*
add support for lseek64() under solaris 2.6
Andrew Tridgell
1998-05-06
1
-0
/
+9
*
use floating point for printout of stats - this wrks on machines
Andrew Tridgell
1998-05-06
1
-0
/
+2
*
added support for 64 bit file offsets under Solaris 2.6. Not tested
Andrew Tridgell
1998-05-06
1
-0
/
+27
*
a couple more system calls wrapped in syscall.c
Andrew Tridgell
1998-04-05
1
-0
/
+18
*
check a few HAVE_* macros
Andrew Tridgell
1998-03-24
1
-0
/
+6
[next]