Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2002 01:56:56 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8318 for review
Message-ID:  <200203240956.g2O9uup76605@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8318

Change 8318 by phk@phk_flat on 2002/03/24 01:56:40

	Style changes from current

Affected files ...

... //depot/projects/sparc64/sys/kern/kern_proc.c#12 integrate
... //depot/projects/sparc64/sys/kern/kern_sig.c#22 integrate
... //depot/projects/sparc64/sys/kern/tty_compat.c#3 integrate
... //depot/projects/sparc64/sys/kern/uipc_syscalls.c#11 integrate
... //depot/projects/sparc64/sys/kern/uipc_usrreq.c#18 integrate
... //depot/projects/sparc64/sys/kern/vfs_export.c#5 integrate

Differences ...

==== //depot/projects/sparc64/sys/kern/kern_proc.c#12 (text+ko) ====

@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  *
  *	@(#)kern_proc.c	8.7 (Berkeley) 2/14/95
- * $FreeBSD: src/sys/kern/kern_proc.c,v 1.117 2002/03/20 04:09:58 jeff Exp $
+ * $FreeBSD: src/sys/kern/kern_proc.c,v 1.118 2002/03/24 05:09:11 bde Exp $
  */
 
 #include <sys/param.h>
@@ -60,13 +60,13 @@
 static MALLOC_DEFINE(M_PROC, "proc", "Proc structures");
 MALLOC_DEFINE(M_SUBPROC, "subproc", "Proc sub-structures");
 
-static struct proc *dopfind	(register pid_t);
+static struct proc *dopfind(register pid_t);
 
-static void doenterpgrp	(struct proc *, struct pgrp *);
+static void doenterpgrp(struct proc *, struct pgrp *);
 
-static void pgdelete	(struct pgrp *);
+static void pgdelete(struct pgrp *);
 
-static void orphanpg	(struct pgrp *pg);
+static void orphanpg(struct pgrp *pg);
 
 /*
  * Other process lists

==== //depot/projects/sparc64/sys/kern/kern_sig.c#22 (text+ko) ====

@@ -36,7 +36,7 @@
  * SUCH DAMAGE.
  *
  *	@(#)kern_sig.c	8.7 (Berkeley) 4/18/94
- * $FreeBSD: src/sys/kern/kern_sig.c,v 1.151 2002/03/19 21:24:06 alfred Exp $
+ * $FreeBSD: src/sys/kern/kern_sig.c,v 1.152 2002/03/24 05:09:11 bde Exp $
  */
 
 #include "opt_compat.h"
@@ -74,16 +74,16 @@
 
 #define	ONSIG	32		/* NSIG for osig* syscalls.  XXX. */
 
-static int coredump	(struct thread *);
+static int coredump(struct thread *);
 static int do_sigaction(struct proc *p, int sig, struct sigaction *act,
-			     struct sigaction *oact, int old);
+			struct sigaction *oact, int old);
 static int do_sigprocmask(struct proc *p, int how, sigset_t *set,
-			       sigset_t *oset, int old);
+			  sigset_t *oset, int old);
 static char *expand_name(const char *, uid_t, pid_t);
-static int killpg1	(struct proc *cp, int sig, int pgid, int all);
-static int sig_ffs	(sigset_t *set);
-static int sigprop	(int sig);
-static void stop	(struct proc *);
+static int killpg1(struct proc *cp, int sig, int pgid, int all);
+static int sig_ffs(sigset_t *set);
+static int sigprop(int sig);
+static void stop(struct proc *);
 
 static int	filt_sigattach(struct knote *kn);
 static void	filt_sigdetach(struct knote *kn);

==== //depot/projects/sparc64/sys/kern/tty_compat.c#3 (text+ko) ====

@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  *
  *	@(#)tty_compat.c	8.1 (Berkeley) 6/10/93
- * $FreeBSD: src/sys/kern/tty_compat.c,v 1.30 2002/03/19 21:24:06 alfred Exp $
+ * $FreeBSD: src/sys/kern/tty_compat.c,v 1.31 2002/03/24 05:09:11 bde Exp $
  */
 
 #include "opt_compat.h"
@@ -48,10 +48,10 @@
 #include <sys/kernel.h>
 #include <sys/sysctl.h>
 
-static int ttcompatgetflags	(struct tty	*tp);
-static void ttcompatsetflags	(struct tty	*tp, struct termios *t);
-static void ttcompatsetlflags	(struct tty	*tp, struct termios *t);
-static int ttcompatspeedtab	(int speed, struct speedtab *table);
+static int ttcompatgetflags(struct tty *tp);
+static void ttcompatsetflags(struct tty *tp, struct termios *t);
+static void ttcompatsetlflags(struct tty *tp, struct termios *t);
+static int ttcompatspeedtab(int speed, struct speedtab *table);
 
 static int ttydebug = 0;
 SYSCTL_INT(_debug, OID_AUTO, ttydebug, CTLFLAG_RW, &ttydebug, 0, "");

==== //depot/projects/sparc64/sys/kern/uipc_syscalls.c#11 (text+ko) ====

@@ -34,7 +34,7 @@
  * SUCH DAMAGE.
  *
  *	@(#)uipc_syscalls.c	8.4 (Berkeley) 2/21/94
- * $FreeBSD: src/sys/kern/uipc_syscalls.c,v 1.106 2002/03/19 21:24:06 alfred Exp $
+ * $FreeBSD: src/sys/kern/uipc_syscalls.c,v 1.107 2002/03/24 05:09:11 bde Exp $
  */
 
 #include "opt_compat.h"
@@ -79,13 +79,13 @@
 
 static int sendit(struct thread *td, int s, struct msghdr *mp, int flags);
 static int recvit(struct thread *td, int s, struct msghdr *mp,
-		       caddr_t namelenp);
+		  caddr_t namelenp);
   
 static int accept1(struct thread *td, struct accept_args *uap, int compat);
 static int getsockname1(struct thread *td, struct getsockname_args *uap,
-			     int compat);
+			int compat);
 static int getpeername1(struct thread *td, struct getpeername_args *uap,
-			     int compat);
+			int compat);
 
 /*
  * Expanded sf_freelist head. Really an SLIST_HEAD() in disguise, with the

==== //depot/projects/sparc64/sys/kern/uipc_usrreq.c#18 (text+ko) ====

@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  *
  *	From: @(#)uipc_usrreq.c	8.3 (Berkeley) 1/4/94
- * $FreeBSD: src/sys/kern/uipc_usrreq.c,v 1.88 2002/03/20 05:30:58 jeff Exp $
+ * $FreeBSD: src/sys/kern/uipc_usrreq.c,v 1.89 2002/03/24 05:09:11 bde Exp $
  */
 
 #include <sys/param.h>
@@ -82,8 +82,7 @@
 static int     unp_attach(struct socket *);
 static void    unp_detach(struct unpcb *);
 static int     unp_bind(struct unpcb *,struct sockaddr *, struct thread *);
-static int     unp_connect(struct socket *,struct sockaddr *,
-				struct thread *);
+static int     unp_connect(struct socket *,struct sockaddr *, struct thread *);
 static void    unp_disconnect(struct unpcb *);
 static void    unp_shutdown(struct unpcb *);
 static void    unp_drop(struct unpcb *, int);

==== //depot/projects/sparc64/sys/kern/vfs_export.c#5 (text+ko) ====

@@ -36,7 +36,7 @@
  * SUCH DAMAGE.
  *
  *	@(#)vfs_subr.c	8.31 (Berkeley) 5/26/95
- * $FreeBSD: src/sys/kern/vfs_export.c,v 1.314 2002/03/19 21:24:07 alfred Exp $
+ * $FreeBSD: src/sys/kern/vfs_export.c,v 1.315 2002/03/24 05:09:11 bde Exp $
  */
 
 #include <sys/param.h>
@@ -56,7 +56,7 @@
 static void	vfs_free_addrlist(struct netexport *nep);
 static int	vfs_free_netcred(struct radix_node *rn, void *w);
 static int	vfs_hang_addrlist(struct mount *mp, struct netexport *nep,
-				       struct export_args *argp);
+		    struct export_args *argp);
 
 /*
  * Network address lookup element

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203240956.g2O9uup76605>