Split code to generate "rwx-----" strings into lib/permstring.c so it
[rsync/rsync.git] / syscall.c
2001-05-02 Andrew Tridgelluse mkstemp on systems where it is secure
2001-02-23 Martin PoolDoc.
2000-01-23 Andrew Tridgellopen on paths starting with // fails on win32
1999-11-04 David DykstraFixed bug introduced by calling do_open() for O_RDONLY...
1998-12-05 Andrew Tridgellparanoia change - treat list_only like read_only and...
1998-11-24 David DykstraAlways add the O_BINARY flag in do_open if it is define...
1998-05-26 Andrew Tridgellcheck for munmap as well as mmap. NextStep only has...
1998-05-21 Andrew Tridgelluse mmap() for files of any size. This should be much...
1998-05-09 Andrew Tridgellfirst vesrion of working socket based It still needs...
1998-05-06 Andrew Tridgelldamn solaris doesn't prototype it's functions correctly...
1998-05-06 Andrew Tridgellbetter test for solaris broken readdir
1998-05-06 Andrew Tridgellhandle broken readdir() on Solaris 2.6 (it returns...
1998-05-06 Andrew Tridgelladd support for lseek64() under solaris 2.6
1998-05-06 Andrew Tridgelluse floating point for printout of stats - this wrks...
1998-05-06 Andrew Tridgelladded support for 64 bit file offsets under Solaris...
1998-04-05 Andrew Tridgella couple more system calls wrapped in syscall.c
1998-03-24 Andrew Tridgellcheck a few HAVE_* macros
1998-03-24 Andrew Tridgelladded chmod() and chown() to syscall.c
1998-03-23 Andrew Tridgelladded wrappers around all the system calls that can...