aboutsummaryrefslogtreecommitdiffstats
path: root/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* 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