Date: Thu, 2 Aug 2007 11:13:55 GMT From: Roman Divacky <rdivacky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 124528 for review Message-ID: <200708021113.l72BDtBv076418@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=124528 Change 124528 by rdivacky@rdivacky_witten on 2007/08/02 11:13:51 Shout loud when calling UNIMPL syscall. Affected files ... .. //depot/projects/soc2007/rdivacky/linux_fixes/sys/compat/linux/linux_misc.c#2 edit Differences ... ==== //depot/projects/soc2007/rdivacky/linux_fixes/sys/compat/linux/linux_misc.c#2 (text+ko) ==== @@ -1557,6 +1557,7 @@ int linux_nosys(struct thread *td, struct nosys_args *ignore) { + printf("UNIMPL syscall called!\n"); return (ENOSYS); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708021113.l72BDtBv076418>