Source-Changes archive

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

CVS commit: src/sys/compat/netbsd32



Module Name:    src
Committed By:   pgoyette
Date:           Tue Dec  1 23:56:44 UTC 2015

Modified Files:
        src/sys/compat/netbsd32: netbsd32_compat_50.c netbsd32_mod.c
            netbsd32_mqueue.c syscalls.master

Log Message:
Prepare for new compat_netbsd32_mqueue module to be split out of
compat_netbsd32.  Refactor the COMPAT_50 code related to mqueue,
and update the syscall definitions.  Remove dependency on mqueue
from the compat_netbsd32 module (the new module will gain this
dependency).

Continuation of work on PR kern/50489


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/compat/netbsd32/netbsd32_compat_50.c
cvs rdiff -u -r1.11 -r1.12 src/sys/compat/netbsd32/netbsd32_mod.c
cvs rdiff -u -r1.5 -r1.6 src/sys/compat/netbsd32/netbsd32_mqueue.c
cvs rdiff -u -r1.110 -r1.111 src/sys/compat/netbsd32/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