Commits

[1788 total ]
Avatar
Remove macro wrappers around 32/64bit file system functions. We're either going to use large file support for all file system calls or we're not going to use it at all on 32bit systems. On 64bit systems we don't need to specifically call the 64bit functions anyway. This is controlled in GNU GCC by setting _FILE_OFFSET_BITS == 64. For Windows it is a little bit more tricky, but we can still use arch/win32.h to override fstat calls with fstat64 calls.

by virdiq on 2009-01-24 02:12 (10 months ago)

Avatar
FS: add dummy functions for new fs_ abstraction API and correct some code style and documentation [JGS]

by virdiq on 2009-01-24 01:39 (10 months ago)

Avatar
FS: Introduce new fs_ abstraction API headers [JGS]

by virdiq on 2009-01-16 07:50 (11 months ago)

Avatar
FS: Introduce new fs_ abstraction API [JGS]

by virdiq on 2009-01-16 07:30 (11 months ago)

Avatar
Fix build failure (missing include of config.h)

by Pierre Chifflier (Using name ‘pollux’) on 2008-11-18 15:23 (about 1 year ago)

Avatar
Pull in required wzd_socket.h header into wzd_tls.c

by virdiq on 2008-11-13 15:52 (about 1 year ago)

Avatar
More conversions from int to fd_t for file descriptors.

by virdiq on 2008-11-13 15:50 (about 1 year ago)

Avatar
Use correct type for socket descriptor argument in tls_init_datamode. (JGS)

by virdiq on 2008-11-13 15:15 (about 1 year ago)

Avatar
Change case and meaning of h/H hidden/ultrahidden flags so uppercase implies a greater level of hiding. (JGS)

by virdiq on 2008-11-13 14:51 (about 1 year ago)

Avatar
Fix more cases of int incorrectly being used as a file descriptor type instead of fd_t. (JGS)

by virdiq on 2008-11-13 14:34 (about 1 year ago)