freebsd-dev/sys/powerpc
Marcel Moolenaar 8875aa6621 Fix backward compatibility of the "old" (i.e. FreeBSD6) lseek
syscall. It was broken when a new lseek syscall was introduced.
The problem is that we need to swap the 32-bit td_retval values
for the __syscall indirect syscall when the actual syscall has
a 32-bit return value. Hence, we need to exclude lseek(2). And
this means the "old" lseek(2) as well -- which we didn't.

Based on a patch from: grehan@
Approved by: re (rwatson)
2007-07-31 06:23:26 +00:00
..
aim Fix backward compatibility of the "old" (i.e. FreeBSD6) lseek 2007-07-31 06:23:26 +00:00
compile
conf Enable SCTP by default for GENERIC kernels in order to give it 2007-06-14 17:14:27 +00:00
include Cast the arguments to atomic_*_ptr() when mapping it to atomic_*_32() 2007-07-10 04:40:00 +00:00
ofw
powermac When writing to PCI configuration registers, don't immediately 2007-04-01 06:15:53 +00:00
powerpc Fix backward compatibility of the "old" (i.e. FreeBSD6) lseek 2007-07-31 06:23:26 +00:00
psim