summaryrefslogtreecommitdiff
path: root/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-25Add a test case for trim_trailing_slashes, and make it handle other cases.Martin Pool1-6/+10
2002-03-25Code that was meant to trim trailing slashes from mkdir() pathsMartin Pool1-8/+16
2002-02-18Cope with BSD systems on which mkdir() will not accept a trailingMartin Pool1-5/+20
2002-01-14Fix for <http://rsync.samba.org/cgi-bin/rsync/incoming?id=3750>Martin Pool1-1/+1
2001-05-02use mkstemp on systems where it is secureAndrew Tridgell1-8/+21
2001-02-23Doc.Martin Pool1-0/+3
2000-01-23open on paths starting with // fails on win32Andrew Tridgell1-0/+3
1999-11-04Fixed bug introduced by calling do_open() for O_RDONLY files. Changed itDavid Dykstra1-2/+4
1998-12-05paranoia change - treat list_only like read_only and refuse allAndrew Tridgell1-1/+2
1998-11-24Always add the O_BINARY flag in do_open if it is defined, for Windows.David Dykstra1-0/+4
1998-05-26check for munmap as well as mmap. NextStep only has mmap in standardAndrew Tridgell1-1/+1
1998-05-21use mmap() for files of any size. This should be much more bufferAndrew Tridgell1-0/+11
1998-05-09first vesrion of working socket based rsync. It still needs a lot ofAndrew Tridgell1-0/+14
1998-05-06damn solaris doesn't prototype it's functions correctly. grrr.Andrew Tridgell1-0/+1
1998-05-06better test for solaris broken readdirAndrew Tridgell1-13/+4
1998-05-06handle broken readdir() on Solaris 2.6 (it returns the name offset byAndrew Tridgell1-0/+18
1998-05-06add support for lseek64() under solaris 2.6Andrew Tridgell1-0/+9
1998-05-06use floating point for printout of stats - this wrks on machinesAndrew Tridgell1-0/+2
1998-05-06added support for 64 bit file offsets under Solaris 2.6. Not testedAndrew Tridgell1-0/+27
1998-04-05a couple more system calls wrapped in syscall.cAndrew Tridgell1-0/+18
1998-03-24check a few HAVE_* macrosAndrew Tridgell1-0/+6
1998-03-24added chmod() and chown() to syscall.cAndrew Tridgell1-0/+12
1998-03-23added wrappers around all the system calls that can change what is onAndrew Tridgell1-0/+61