From owner-p4-projects@FreeBSD.ORG Thu Jan 1 13:53:01 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8AC6C1065675; Thu, 1 Jan 2009 13:53:01 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F0501065673 for ; Thu, 1 Jan 2009 13:53:01 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1C7638FC19 for ; Thu, 1 Jan 2009 13:53:01 +0000 (UTC) (envelope-from ed@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 n01Dr0nS034186 for ; Thu, 1 Jan 2009 13:53:00 GMT (envelope-from ed@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n01Dr0FW034184 for perforce@freebsd.org; Thu, 1 Jan 2009 13:53:00 GMT (envelope-from ed@FreeBSD.org) Date: Thu, 1 Jan 2009 13:53:00 GMT Message-Id: <200901011353.n01Dr0FW034184@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to ed@FreeBSD.org using -f From: Ed Schouten To: Perforce Change Reviews Cc: Subject: PERFORCE change 155552 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2009 13:53:02 -0000 http://perforce.freebsd.org/chv.cgi?CH=155552 Change 155552 by ed@ed_dull on 2009/01/01 13:52:40 Reduce unneeded diff against SVN. Affected files ... .. //depot/projects/mpsafetty/sys/dev/syscons/scterm-teken.c#20 integrate .. //depot/projects/mpsafetty/sys/dev/syscons/teken/Makefile#4 integrate .. //depot/projects/mpsafetty/sys/dev/syscons/teken/gensequences#5 integrate .. //depot/projects/mpsafetty/sys/dev/syscons/teken/sequences#8 integrate .. //depot/projects/mpsafetty/sys/dev/syscons/teken/teken.c#12 integrate .. //depot/projects/mpsafetty/sys/dev/syscons/teken/teken.h#12 integrate .. //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_demo.c#3 integrate .. //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_stress.c#2 integrate .. //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_subr.h#24 integrate .. //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_subr_compat.h#3 integrate .. //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_wcwidth.h#5 integrate .. //depot/projects/mpsafetty/sys/pc98/cbus/sctermvar.h#2 integrate Differences ... ==== //depot/projects/mpsafetty/sys/dev/syscons/scterm-teken.c#20 (text+ko) ==== @@ -2,7 +2,7 @@ * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * - * Copyright (c) 2008 Ed Schouten + * Copyright (c) 2008-2009 Ed Schouten * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -28,7 +28,7 @@ */ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/scterm-teken.c,v 1.1 2009/01/01 13:26:53 ed Exp $"); #include "opt_syscons.h" ==== //depot/projects/mpsafetty/sys/dev/syscons/teken/Makefile#4 (text+ko) ==== @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/dev/syscons/teken/Makefile,v 1.1 2009/01/01 13:26:53 ed Exp $ PROG= teken_demo SRCS= teken_demo.c teken.c teken_state.h ==== //depot/projects/mpsafetty/sys/dev/syscons/teken/gensequences#5 (text+ko) ==== @@ -1,7 +1,7 @@ #!/usr/bin/awk -f #- -# Copyright (c) 2008 Ed Schouten +# Copyright (c) 2008-2009 Ed Schouten # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/syscons/teken/gensequences,v 1.1 2009/01/01 13:26:53 ed Exp $ function die(msg) { print msg; ==== //depot/projects/mpsafetty/sys/dev/syscons/teken/sequences#8 (text+ko) ==== @@ -1,5 +1,5 @@ #- -# Copyright (c) 2008 Ed Schouten +# Copyright (c) 2008-2009 Ed Schouten # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/syscons/teken/sequences,v 1.1 2009/01/01 13:26:53 ed Exp $ # File format is as follows: # Abbr Abbreviation of sequence name ==== //depot/projects/mpsafetty/sys/dev/syscons/teken/teken.c#12 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008 Ed Schouten + * Copyright (c) 2008-2009 Ed Schouten * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/syscons/teken/teken.c,v 1.1 2009/01/01 13:26:53 ed Exp $ */ #include ==== //depot/projects/mpsafetty/sys/dev/syscons/teken/teken.h#12 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008 Ed Schouten + * Copyright (c) 2008-2009 Ed Schouten * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/syscons/teken/teken.h,v 1.1 2009/01/01 13:26:53 ed Exp $ */ #ifndef _TEKEN_H_ ==== //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_demo.c#3 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008 Ed Schouten + * Copyright (c) 2008-2009 Ed Schouten * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/syscons/teken/teken_demo.c,v 1.1 2009/01/01 13:26:53 ed Exp $ */ #include ==== //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_stress.c#2 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008 Ed Schouten + * Copyright (c) 2008-2009 Ed Schouten * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/syscons/teken/teken_stress.c,v 1.1 2009/01/01 13:26:53 ed Exp $ */ #include ==== //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_subr.h#24 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008 Ed Schouten + * Copyright (c) 2008-2009 Ed Schouten * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/syscons/teken/teken_subr.h,v 1.1 2009/01/01 13:26:53 ed Exp $ */ static void teken_subr_cursor_up(teken_t *, unsigned int); ==== //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_subr_compat.h#3 (text+ko) ==== @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008 Ed Schouten + * Copyright (c) 2008-2009 Ed Schouten * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/syscons/teken/teken_subr_compat.h,v 1.1 2009/01/01 13:26:53 ed Exp $ */ static void ==== //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_wcwidth.h#5 (text+ko) ==== @@ -7,7 +7,7 @@ * * Latest version: http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/syscons/teken/teken_wcwidth.h,v 1.1 2009/01/01 13:26:53 ed Exp $ */ struct interval { ==== //depot/projects/mpsafetty/sys/pc98/cbus/sctermvar.h#2 (text+ko) ==== @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/cbus/sctermvar.h,v 1.1 2009/01/01 13:26:53 ed Exp $ */ #ifndef _DEV_SYSCONS_SCTERMVAR_H_