cvs commit: src/lib/libc/gen errlst.c src/lib/libc/sys intro.2 src/sys/nfs nfs_subs.c src/sys/sys errno.h src/sys/i386/linux linux_dummy.c linux_machdep.c syscalls.master

David Malone dwmalone at maths.tcd.ie
Wed Jan 12 15:04:15 PST 2005


On Wed, Jan 12, 2005 at 04:34:55PM +0000, Ken Smith wrote:
>   We
>   don't actually implement the system calls it's trying to use but we at
>   least need to have something in place that returns an error code.

There is a PR that says our handling of not implemented Linux
syscalls does not match Linux's. Seemingly Linux returns ENOSYS but
we deliver a signal and kill the process. See

	http://www.freebsd.org/cgi/query-pr.cgi?pr=74302

It should be pretty easy to check Linux's behaviour and verify that
the patch does the right thing. I'll probably get around to looking
at it eventually, but someone else might have more time.

	David.


More information about the cvs-src mailing list