Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: cube
Date: Sun Oct 23 01:33:32 UTC 2005
Modified Files:
src/sys/compat/netbsd32: files.netbsd32 netbsd32.h netbsd32_conv.h
syscalls.master
src/sys/kern: kern_event.c
src/sys/sys: event.h
Added Files:
src/sys/compat/netbsd32: netbsd32_event.c
Log Message:
- Split sys_kevent into kevent1 so that it can be used by COMPAT_NETBSD32
code.
- To achieve COMPAT_NETBSD32 compatibility, introduce a parameter to
kevent1 that points to functions that do the actual copyin/copyout
operations. This is similar to what was done in FreeBSD by Paul Saab.
- Add the COMPAT_NETBSD32 definitions and hooks.
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/compat/netbsd32/files.netbsd32
cvs rdiff -r1.45 -r1.46 src/sys/compat/netbsd32/netbsd32.h
cvs rdiff -r1.10 -r1.11 src/sys/compat/netbsd32/netbsd32_conv.h
cvs rdiff -r0 -r1.1 src/sys/compat/netbsd32/netbsd32_event.c
cvs rdiff -r1.39 -r1.40 src/sys/compat/netbsd32/syscalls.master
cvs rdiff -r1.23 -r1.24 src/sys/kern/kern_event.c
cvs rdiff -r1.15 -r1.16 src/sys/sys/event.h
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