Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/compat/darwin



Module Name:    src
Committed By:   manu
Date:           Sun Apr 20 00:09:42 UTC 2003

Modified Files:
        src/sys/compat/darwin: darwin_syscall.h darwin_syscallargs.h
            darwin_syscalls.c darwin_sysent.c files.darwin syscalls.master
Added Files:
        src/sys/compat/darwin: darwin_unistd.c

Log Message:
Fixed an ABI bug in lseek: NetBSD pads the syscallarg structure because of
the off_t argument, Darwin does not. In order to get the off_t  argument
going through our syscall machinery, we declare it as two long arguments,
and we reassemble it in darwin_sys_lseek.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/compat/darwin/darwin_syscall.h \
    src/sys/compat/darwin/darwin_syscallargs.h \
    src/sys/compat/darwin/darwin_syscalls.c
cvs rdiff -r1.22 -r1.23 src/sys/compat/darwin/darwin_sysent.c
cvs rdiff -r0 -r1.1 src/sys/compat/darwin/darwin_unistd.c
cvs rdiff -r1.9 -r1.10 src/sys/compat/darwin/files.darwin
cvs rdiff -r1.11 -r1.12 src/sys/compat/darwin/syscalls.master

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index