cvs commit: src/sys/amd64/linux32 syscalls.master
src/sys/i386/linux linux_dummy.c syscalls.master
Jung-uk Kim
jkim at FreeBSD.org
Tue Jun 20 23:20:33 UTC 2006
On Tuesday 20 June 2006 04:38 pm, Alexander Leidinger wrote:
> 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
It seems src/sys/amd64/linux32/linux32_dummy.c patch is missing.
Jung-uk Kim
More information about the cvs-src
mailing list