Date: Wed, 4 Jul 2007 22:38:28 +0000 (UTC) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern makesyscalls.sh Message-ID: <200707042238.l64McSVA046483@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2007-07-04 22:38:28 UTC FreeBSD src repository Modified files: sys/kern makesyscalls.sh Log: Add support for COMPAT6 syscalls. Also, change the visibility of compat syscalls a slightly. Compat syscalls were missing from 'syscalls.h' entirely. This additionally adds them with their compat prefix. eg: SYS_freebsd6_mmap. Also, the syscalls.c names strings have different prefixes to differentiate syscalls. Instead of several "old.mmap" strings, there will now be a "compat.mmap" and "compat6.mmap" etc. Before, both would have had the same "old.mmap" label. Approved by: re Revision Changes Path 1.68 +42 -9 src/sys/kern/makesyscalls.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707042238.l64McSVA046483>