From owner-p4-projects Mon Dec 16 11: 6:41 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id BC19B37B401; Mon, 16 Dec 2002 11:06:38 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B11037B404 for ; Mon, 16 Dec 2002 11:06:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDAEA43EC5 for ; Mon, 16 Dec 2002 11:06:37 -0800 (PST) (envelope-from tzukanov@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGJ6bmV041229 for ; Mon, 16 Dec 2002 11:06:37 -0800 (PST) (envelope-from tzukanov@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBGJ6bfK041226 for perforce@freebsd.org; Mon, 16 Dec 2002 11:06:37 -0800 (PST) Date: Mon, 16 Dec 2002 11:06:37 -0800 (PST) Message-Id: <200212161906.gBGJ6bfK041226@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to tzukanov@freebsd.org using -f From: Serguei Tzukanov Subject: PERFORCE change 22384 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=22384 Change 22384 by tzukanov@tzukanov_antares on 2002/12/16 11:05:56 s390x post-IFC fixes. Affected files ... .. //depot/projects/s390/sys/s390x/conf/GENERIC#2 edit .. //depot/projects/s390/sys/s390x/include/signal.h#2 edit .. //depot/projects/s390/sys/s390x/s390x/in_cksum.S#2 edit Differences ... ==== //depot/projects/s390/sys/s390x/conf/GENERIC#2 (text+ko) ==== @@ -1,5 +1,5 @@ # -# GENERIC -- Generic kernel configuration file for z/FreeBSD +# GENERIC -- Generic kernel configuration file for FreeBSD/s390x # # For more information on this file, please read the handbook section on # Kernel Configuration Files: @@ -19,7 +19,6 @@ # machine s390x -cpu G5_CPU # No-op ident GENERIC maxusers 0 @@ -51,6 +50,7 @@ options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options COMPAT_43 # Compatible with BSD 4.3 +options COMPAT_FREEBSD4 options MD_ROOT # MD is potential root device options MD_ROOT_SIZE=2048 ==== //depot/projects/s390/sys/s390x/include/signal.h#2 (text+ko) ==== @@ -53,16 +53,8 @@ #define TRAP_BRKPT 1 #define TRAP_TRACE 2 - -#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE) - +#idef __XSI_VISIBLE #define MINSIGSTKSZ (512 * 4) - -#ifdef _KERNEL -typedef unsigned int osigset_t; - -struct osigcontext { -}; #endif struct sigcontext { ==== //depot/projects/s390/sys/s390x/s390x/in_cksum.S#2 (text+ko) ==== @@ -6,7 +6,7 @@ * All rights reserved. Terms for use and redistribution * are covered by the BSD copyright as found in /usr/src/COPYRIGHT. * - * $FreeBSD: src/sys/s390/s390/in_cksum.S,v 1.0 2002/07/01 23:51:16 tzukanov Exp $ + * $FreeBSD: src/sys/s390x/s390x/in_cksum.S,v 1.0 2002/07/01 23:51:16 tzukanov Exp $ */ #include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message