aboutsummaryrefslogtreecommitdiffstats
path: root/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use ENOMSG -- it's not portable.Wayne Davison2004-02-181-2/+2
* - If we return an error because of dry_run being set, we now set errno.Wayne Davison2004-02-171-20/+31
* We no longer munge a double-leading slash in do_open() because weWayne Davison2004-02-171-2/+0
* Tweaked the O_BINARY code to the latest idiom.Wayne Davison2003-03-301-5/+1
* Added back the O_BINARY #ifdef.Wayne Davison2003-01-261-2/+2
* Open config files in text mode when O_TEXT is defined. This helps onDavid Dykstra2003-01-261-2/+2
* Ignore errors from chmod when --preserve-perms/-p/-a are not set.David Dykstra2003-01-211-2/+7
* Add a test case for trim_trailing_slashes, and make it handle other cases.Martin Pool2002-03-251-6/+10
* Code that was meant to trim trailing slashes from mkdir() pathsMartin Pool2002-03-251-8/+16
* Cope with BSD systems on which mkdir() will not accept a trailingMartin Pool2002-02-181-5/+20
* Fix for <http://rsync.samba.org/cgi-bin/rsync/incoming?id=3750>Martin Pool2002-01-141-1/+1
* use mkstemp on systems where it is secureAndrew Tridgell2001-05-021-8/+21
* Doc.Martin Pool2001-02-231-0/+3
* open on paths starting with // fails on win32Andrew Tridgell2000-01-231-0/+3
* Fixed bug introduced by calling do_open() for O_RDONLY files. Changed itDavid Dykstra1999-11-041-2/+4
* paranoia change - treat list_only like read_only and refuse allAndrew Tridgell1998-12-051-1/+2
* Always add the O_BINARY flag in do_open if it is defined, for Windows.David Dykstra1998-11-241-0/+4
* check for munmap as well as mmap. NextStep only has mmap in standardAndrew Tridgell1998-05-261-1/+1
* use mmap() for files of any size. This should be much more bufferAndrew Tridgell1998-05-211-0/+11
* first vesrion of working socket based rsync. It still needs a lot ofAndrew Tridgell1998-05-091-0/+14
* damn solaris doesn't prototype it's functions correctly. grrr.Andrew Tridgell1998-05-061-0/+1
* better test for solaris broken readdirAndrew Tridgell1998-05-061-13/+4
* handle broken readdir() on Solaris 2.6 (it returns the name offset byAndrew Tridgell1998-05-061-0/+18
* add support for lseek64() under solaris 2.6Andrew Tridgell1998-05-061-0/+9
* use floating point for printout of stats - this wrks on machinesAndrew Tridgell1998-05-061-0/+2
* added support for 64 bit file offsets under Solaris 2.6. Not testedAndrew Tridgell1998-05-061-0/+27
* a couple more system calls wrapped in syscall.cAndrew Tridgell1998-04-051-0/+18
* check a few HAVE_* macrosAndrew Tridgell1998-03-241-0/+6
* added chmod() and chown() to syscall.cAndrew Tridgell1998-03-241-0/+12
* added wrappers around all the system calls that can change what is onAndrew Tridgell1998-03-231-0/+61