From owner-cvs-all Sun Sep 22 22:55:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B46E37B401; Sun, 22 Sep 2002 22:55:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4962543E3B; Sun, 22 Sep 2002 22:55:11 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8N5tBCo031099; Sun, 22 Sep 2002 22:55:11 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8N5tBCP031090; Sun, 22 Sep 2002 22:55:11 -0700 (PDT) Message-Id: <200209230555.g8N5tBCP031090@freefall.freebsd.org> From: Peter Wemm Date: Sun, 22 Sep 2002 22:55:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci tsunamireg.h src/sys/boot/ia64/skiload main.c src/sys/i386/include npx.h src/sys/ia64/include reg.h signal.h src/sys/sys cdefs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/09/22 22:55:11 PDT Modified files: sys/alpha/pci tsunamireg.h sys/boot/ia64/skiload main.c sys/i386/include npx.h sys/ia64/include reg.h signal.h sys/sys cdefs.h Log: At great personal risk, add a __packed and __aligned(x) define that expand to __attribute__((packed)) and __attribute__((aligned(x))) respectively. Replace the handful of gcc-ism's that use __attribute__((aligned(16))) etc around the kernel with __aligned(16). There are over 400 __attribute__((packed)) to deal with, that can come later. I just want to use __packed in new code rather than add more gcc-ism's. Revision Changes Path 1.4 +1 -1 src/sys/alpha/pci/tsunamireg.h 1.2 +1 -1 src/sys/boot/ia64/skiload/main.c 1.26 +1 -1 src/sys/i386/include/npx.h 1.11 +1 -1 src/sys/ia64/include/reg.h 1.8 +1 -1 src/sys/ia64/include/signal.h 1.63 +6 -0 src/sys/sys/cdefs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message