Date: Tue, 20 Jun 2006 20:38:44 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/linux32 syscalls.master src/sys/i386/linux linux_dummy.c syscalls.master Message-ID: <200606202038.k5KKciIT062923@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
netchild 2006-06-20 20:38:44 UTC FreeBSD src repository Modified files: sys/amd64/linux32 syscalls.master sys/i386/linux linux_dummy.c syscalls.master Log: Switch to using the DUMMY infrastructure instead of UNIMPL for the new syscalls. This way there will be a log message printed to the console (this time for real). Note: UNIMPL should be used for syscalls we do not implement ever, e.g. syscalls to load linux kernel modules. Submitted by: rdivacky Sponsored by: Goole SoC 2006 P4 IDs: 99600, 99602 Revision Changes Path 1.11 +58 -58 src/sys/amd64/linux32/syscalls.master 1.41 +56 -0 src/sys/i386/linux/linux_dummy.c 1.68 +58 -58 src/sys/i386/linux/syscalls.master
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606202038.k5KKciIT062923>