From owner-cvs-src-old@FreeBSD.ORG Fri Jul 24 19:37:50 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B50F106566B for ; Fri, 24 Jul 2009 19:37:50 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 35F708FC18 for ; Fri, 24 Jul 2009 19:37:50 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n6OJbo3N060119 for ; Fri, 24 Jul 2009 19:37:50 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n6OJbo8W060118 for cvs-src-old@freebsd.org; Fri, 24 Jul 2009 19:37:50 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200907241937.n6OJbo8W060118@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 24 Jul 2009 19:35:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/lib/libc/sys Symbol.map src/sys/compat/freebsd32 syscalls.master src/sys/kern makesyscalls.sh syscalls.master src/sys/sys sysent.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2009 19:37:50 -0000 jhb 2009-07-24 19:35:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/sys Symbol.map sys/compat/freebsd32 syscalls.master sys/kern makesyscalls.sh syscalls.master sys/sys sysent.h Log: SVN rev 195854 on 2009-07-24 19:35:06Z by jhb MFC: Several cleanups to the syscall tables: - Add explicit prototypes for lkmnosys() and lkmressys() in and remove hacks for those routines from makesyscalls.sh. - Change the LKM syscall entries in the freebsd32 table to use lkmnosys rather than nosys. - Use NOPROTO for __syscall() to remove more magic logic from makesyscalls.sh. - Retire the unused nfsclnt() system call and mark it as UNIMPL rather than NOIMPL. - Remove the NOIMPL system call type. - Allow multiple flags in the type system call type field. Use this to retire CPT_NOA. - Update the comment descriptions for COMPAT[45] system calls in various generated files. - Update comments in syscalls.master. - Include defintions for audit identifiers for compat system calls in . Revision Changes Path 1.9.2.7 +0 -3 src/lib/libc/sys/Symbol.map 1.91.2.12 +19 -16 src/sys/compat/freebsd32/syscalls.master 1.68.2.3 +71 -56 src/sys/kern/makesyscalls.sh 1.233.2.6 +13 -10 src/sys/kern/syscalls.master 1.55.2.2 +6 -0 src/sys/sys/sysent.h