Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat
Module Name: src
Committed By: njoly
Date: Sun Dec 22 17:14:23 UTC 2013
Modified Files:
src/sys/compat/ibcs2: ibcs2_errno.c
src/sys/compat/linux/common: linux_errno.c
src/sys/compat/osf1: osf1_errno.c
src/sys/compat/svr4: svr4_errno.c svr4_errno.h
Log Message:
CTASSERT that native to compat errno translation tables are kept in
sync with native errno list.
Remove extra entries (linux) which resulted in bad translated values,
and add missing ones (ibcs2, osf1 and svr4) which made some out of
bounds accesses.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/compat/ibcs2/ibcs2_errno.c
cvs rdiff -u -r1.14 -r1.15 src/sys/compat/linux/common/linux_errno.c
cvs rdiff -u -r1.6 -r1.7 src/sys/compat/osf1/osf1_errno.c
cvs rdiff -u -r1.10 -r1.11 src/sys/compat/svr4/svr4_errno.c
cvs rdiff -u -r1.7 -r1.8 src/sys/compat/svr4/svr4_errno.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