Change nfs-cp.c example to use lseek+read/write instead of pread/pwrite since some...
[deb_libnfs.git] / aros /
2013-04-17  Ronnie SahlbergChange nfs-cp.c example to use lseek+read/write instead...
2013-04-14  Ronnie Sahlbergmore header include cleanups
2013-04-13  Ronnie SahlbergAROS: we dont need to protect aros_compat.c with an...
2013-04-13  Ronnie SahlbergAROS: Add an example for using the SYNC API to AROS
2013-04-13  Ronnie SahlbergAROS: add inet_pton emulation and make sure we use...
2013-04-13  Ronnie SahlbergAROS: Add copyright boilerplate for aros_compat.c
2013-04-13  Ronnie SahlbergAROS: implement their weird errno handling
2013-04-13  Ronnie SahlbergAROS: We have to provide the correct nfds to WaitSelect
2013-04-13  Ronnie SahlbergAROS: we need htons to convert socket port to network...
2013-04-13  Ronnie SahlbergAROS more stuff. The listservers example now compiles...
2013-04-12  Ronnie SahlbergAROS: it is called IoctlSocket/CloseSocket and WaitSele...
2013-04-12  Ronnie SahlbergAROS: getting closer to link. only a handful of missing...
2013-04-11  Ronnie SahlbergInitial AROS support.