freebsd-nq/sys/compat/linux
Marcel Moolenaar edc5a9dd25 Fix getdents syscall.
The offset field in struct dirent was set to the offset of
the next dirent in rev 1.36. The offset was calculated from
the current offset and the record length. This offset does
not necessarily match the real offset when we are using
cookies. Therefore, also use the cookies to set the offset
field in struct dirent if we're using cookies to iterate
through the dirents.
2000-11-05 07:31:17 +00:00
..
linux_file.c Fix getdents syscall. 2000-11-05 07:31:17 +00:00
linux_ioctl.c zap a stray include that snuck in with rev 1.56 2000-11-02 18:51:32 +00:00
linux_ioctl.h Fix typo in license. 2000-08-25 07:32:24 +00:00
linux_ipc.c Support for the linux ipc syscalls on the alpha, where each one has 2000-11-01 23:17:31 +00:00
linux_ipc.h fix a comment that was inadvertantly changed by a cvs merge 2000-11-02 15:04:19 +00:00
linux_mib.c Fix typo in license. 2000-08-25 07:32:24 +00:00
linux_mib.h Fix typo in license. 2000-08-25 07:32:24 +00:00
linux_misc.c The MI/MD split wasn't perfect and the MI files need hacks for the 2000-11-01 19:48:35 +00:00
linux_signal.c The MI/MD split wasn't perfect and the MI files need hacks for the 2000-11-01 19:48:35 +00:00
linux_signal.h The MI/MD split wasn't perfect and the MI files need hacks for the 2000-11-01 19:48:35 +00:00
linux_socket.c The MI/MD split wasn't perfect and the MI files need hacks for the 2000-11-01 19:48:35 +00:00
linux_stats.c Fix linux_ustat syscall. We only have cdevs now, so looking 2000-11-02 06:08:26 +00:00
linux_util.c Update include directives. 2000-08-22 01:51:54 +00:00
linux_util.h The MI/MD split wasn't perfect and the MI files need hacks for the 2000-11-01 19:48:35 +00:00