From owner-svn-src-stable@FreeBSD.ORG Mon May 14 15:05:19 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ADDCA1065673; Mon, 14 May 2012 15:05:19 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 942968FC17; Mon, 14 May 2012 15:05:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q4EF5JjI038218; Mon, 14 May 2012 15:05:19 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4EF5JNh038203; Mon, 14 May 2012 15:05:19 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <201205141505.q4EF5JNh038203@svn.freebsd.org> From: John Baldwin Date: Mon, 14 May 2012 15:05:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r235442 - in stable/8/sys: amd64/amd64 amd64/ia32 arm/arm i386/conf i386/i386 ia64/ia64 kern pc98/pc98 powerpc/aim powerpc/booke sparc64/sparc64 sun4v/sun4v sys X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2012 15:05:19 -0000 Author: jhb Date: Mon May 14 15:05:18 2012 New Revision: 235442 URL: http://svn.freebsd.org/changeset/base/235442 Log: MFC 209613: Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to where all other kern_ prototypes live. Modified: stable/8/sys/amd64/amd64/machdep.c stable/8/sys/amd64/ia32/ia32_signal.c stable/8/sys/arm/arm/machdep.c stable/8/sys/i386/i386/machdep.c stable/8/sys/ia64/ia64/machdep.c stable/8/sys/kern/kern_context.c stable/8/sys/kern/subr_trap.c stable/8/sys/pc98/pc98/machdep.c stable/8/sys/powerpc/aim/machdep.c stable/8/sys/powerpc/booke/machdep.c stable/8/sys/sparc64/sparc64/machdep.c stable/8/sys/sun4v/sun4v/machdep.c stable/8/sys/sys/signalvar.h stable/8/sys/sys/syscallsubr.h Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/boot/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) stable/8/sys/dev/e1000/ (props changed) stable/8/sys/i386/conf/XENHVM (props changed) Modified: stable/8/sys/amd64/amd64/machdep.c ============================================================================== --- stable/8/sys/amd64/amd64/machdep.c Mon May 14 14:33:08 2012 (r235441) +++ stable/8/sys/amd64/amd64/machdep.c Mon May 14 15:05:18 2012 (r235442) @@ -80,6 +80,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: stable/8/sys/amd64/ia32/ia32_signal.c ============================================================================== --- stable/8/sys/amd64/ia32/ia32_signal.c Mon May 14 14:33:08 2012 (r235441) +++ stable/8/sys/amd64/ia32/ia32_signal.c Mon May 14 15:05:18 2012 (r235442) @@ -55,6 +55,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: stable/8/sys/arm/arm/machdep.c ============================================================================== --- stable/8/sys/arm/arm/machdep.c Mon May 14 14:33:08 2012 (r235441) +++ stable/8/sys/arm/arm/machdep.c Mon May 14 15:05:18 2012 (r235442) @@ -67,6 +67,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: stable/8/sys/i386/i386/machdep.c ============================================================================== --- stable/8/sys/i386/i386/machdep.c Mon May 14 14:33:08 2012 (r235441) +++ stable/8/sys/i386/i386/machdep.c Mon May 14 15:05:18 2012 (r235442) @@ -80,6 +80,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: stable/8/sys/ia64/ia64/machdep.c ============================================================================== --- stable/8/sys/ia64/ia64/machdep.c Mon May 14 14:33:08 2012 (r235441) +++ stable/8/sys/ia64/ia64/machdep.c Mon May 14 15:05:18 2012 (r235442) @@ -58,6 +58,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: stable/8/sys/kern/kern_context.c ============================================================================== --- stable/8/sys/kern/kern_context.c Mon May 14 14:33:08 2012 (r235441) +++ stable/8/sys/kern/kern_context.c Mon May 14 15:05:18 2012 (r235442) @@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: stable/8/sys/kern/subr_trap.c ============================================================================== --- stable/8/sys/kern/subr_trap.c Mon May 14 14:33:08 2012 (r235441) +++ stable/8/sys/kern/subr_trap.c Mon May 14 15:05:18 2012 (r235442) @@ -62,6 +62,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: stable/8/sys/pc98/pc98/machdep.c ============================================================================== --- stable/8/sys/pc98/pc98/machdep.c Mon May 14 14:33:08 2012 (r235441) +++ stable/8/sys/pc98/pc98/machdep.c Mon May 14 15:05:18 2012 (r235442) @@ -77,6 +77,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: stable/8/sys/powerpc/aim/machdep.c ============================================================================== --- stable/8/sys/powerpc/aim/machdep.c Mon May 14 14:33:08 2012 (r235441) +++ stable/8/sys/powerpc/aim/machdep.c Mon May 14 15:05:18 2012 (r235442) @@ -84,6 +84,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: stable/8/sys/powerpc/booke/machdep.c ============================================================================== --- stable/8/sys/powerpc/booke/machdep.c Mon May 14 14:33:08 2012 (r235441) +++ stable/8/sys/powerpc/booke/machdep.c Mon May 14 15:05:18 2012 (r235442) @@ -103,6 +103,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: stable/8/sys/sparc64/sparc64/machdep.c ============================================================================== --- stable/8/sys/sparc64/sparc64/machdep.c Mon May 14 14:33:08 2012 (r235441) +++ stable/8/sys/sparc64/sparc64/machdep.c Mon May 14 15:05:18 2012 (r235442) @@ -67,6 +67,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: stable/8/sys/sun4v/sun4v/machdep.c ============================================================================== --- stable/8/sys/sun4v/sun4v/machdep.c Mon May 14 14:33:08 2012 (r235441) +++ stable/8/sys/sun4v/sun4v/machdep.c Mon May 14 15:05:18 2012 (r235442) @@ -67,6 +67,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: stable/8/sys/sys/signalvar.h ============================================================================== --- stable/8/sys/sys/signalvar.h Mon May 14 14:33:08 2012 (r235441) +++ stable/8/sys/sys/signalvar.h Mon May 14 15:05:18 2012 (r235442) @@ -358,10 +358,7 @@ void sigqueue_flush(struct sigqueue *que void sigqueue_delete_proc(struct proc *p, int sig); void sigqueue_delete(struct sigqueue *queue, int sig); void sigqueue_take(ksiginfo_t *ksi); -int kern_sigtimedwait(struct thread *, sigset_t, - ksiginfo_t *, struct timespec *); -int kern_sigprocmask(struct thread *td, int how, - sigset_t *set, sigset_t *oset, int flags); + /* * Machine-dependent functions: */ Modified: stable/8/sys/sys/syscallsubr.h ============================================================================== --- stable/8/sys/sys/syscallsubr.h Mon May 14 14:33:08 2012 (r235441) +++ stable/8/sys/sys/syscallsubr.h Mon May 14 15:05:18 2012 (r235442) @@ -49,6 +49,7 @@ struct stat; struct kevent; struct kevent_copyops; struct kld_file_stat; +struct ksiginfo; struct sendfile_args; struct thr_param; @@ -198,7 +199,11 @@ int kern_shmctl(struct thread *td, int s int kern_sigaction(struct thread *td, int sig, struct sigaction *act, struct sigaction *oact, int flags); int kern_sigaltstack(struct thread *td, stack_t *ss, stack_t *oss); +int kern_sigprocmask(struct thread *td, int how, + sigset_t *set, sigset_t *oset, int flags); int kern_sigsuspend(struct thread *td, sigset_t mask); +int kern_sigtimedwait(struct thread *td, sigset_t waitset, + struct ksiginfo *ksi, struct timespec *timeout); int kern_stat(struct thread *td, char *path, enum uio_seg pathseg, struct stat *sbp); int kern_statat(struct thread *td, int flag, int fd, char *path,