cvs commit: src/sys/amd64/linux32 syscalls.master src/sys/i386/linux
linux_dummy.c syscalls.master
Alexander Leidinger
netchild at FreeBSD.org
Tue Jun 20 20:38:45 UTC 2006
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
More information about the cvs-src
mailing list