From owner-freebsd-current@FreeBSD.ORG Sat Oct 1 19:00:20 2005 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C68716A41F for ; Sat, 1 Oct 2005 19:00:20 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id E264143D46 for ; Sat, 1 Oct 2005 19:00:19 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id j91J0CLF013618 for ; Sat, 1 Oct 2005 12:00:16 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200510011900.j91J0CLF013618@gw.catspoiler.org> Date: Sat, 1 Oct 2005 12:00:12 -0700 (PDT) From: Don Lewis To: current@FreeBSD.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: Subject: i386 sigreturn question X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 19:00:20 -0000 When running Peter Holm's stress test suite, I occasional see the following messages on the console: sigreturn: eflags = 0x0 I tweaked the code to also print regs->tf_eflags and observe 0x293. I'm curious about the significance of this.