From <IMAP4.psuedo.sims> Thu Jan  8 17:54:14 2009
Date: Thu, 8 Jan 2009 17:54:14 -0800 (PST)
From: Postmaster
Subject: Message from mail server       
Content-Length: 96
Mime-Version: 1.0
Status: RO
X-IMAP: 1231466054 2

Delete.
This is a system message.                                















--END+PSEUDO--

From petede@sac.sfbay.sun.com Tue Oct 21 03:33:08 2008
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m9LAX8h6028451
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 21 Oct 2008 03:33:08 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m9LAX7G2024272;
	Tue, 21 Oct 2008 03:33:08 -0700 (PDT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K93005053Z7XF00@nwk-avmta-1.sfbay.Sun.COM>; Tue,
 21 Oct 2008 03:33:07 -0700 (PDT)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K93009LC3Z7SHA0@nwk-avmta-1.sfbay.Sun.COM>; Tue,
 21 Oct 2008 03:33:07 -0700 (PDT)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m9LAX5jJ030302; Tue, 21 Oct 2008 03:33:05 -0700 (PDT)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m9LAX4fF028446; Tue,
 21 Oct 2008 03:33:04 -0700 (PDT)
Received: (from petede@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id m9LAX4QH028442; Tue,
 21 Oct 2008 03:33:04 -0700 (PDT)
Date: Tue, 21 Oct 2008 03:33:04 -0700 (PDT)
From: Peter Dennis <petede@sac.sfbay.sun.com>
Subject: Integrate dosbox into Solaris [PSARC/2008/643 FastTrack timeout
 10/28/2008]
To: PSARC-ext@sun.com
Cc: Ravichandra.Nallan@sun.com
Message-id: <200810211033.m9LAX4QH028442@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Content-Length: 3252
Status: RO
X-Status: $$$$
X-UID: 0000000001


Template Version: @(#)sac_nextcase %I% %G% SMI
This information is Copyright 2008 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 Integrate dosbox into Solaris
    1.2. Name of Document Author/Supplier:
	 Author:  Ravichandra Nallan
    1.3  Date of This Document:
	21 October, 2008
4. Technical Description
Proposal:

    Integrate DosBox into Solaris.

Detail:

    DOSBox is an x86 emulator which mimics a DOS command-line
    environment intended for running MS-DOS-based IBM PC
    compatible programs, especially computer games, which
    may not run properly on newer PCs

    DOSBox is a full CPU emulator. The emulator is capable of running
    DOS programs that require the CPU to be in real or protected mode.
    It does not require any virtualization assistance from the hardware
    (like the Virtual 8086 mode). On systems which have a native i386
    instruction set, the option to use dynamic instruction translation
    is available in DOSBox.

    DOSBox has its own internal DOS-like shell and supports many common
    DOS commands. In addition to its internal shell, it also supports
    running image files of games and software originally intended to
    start using a boot image, without any operating system.

    DOSBox can be configured using a configuration file that can be
    generated by CONFIG -writeconf, an internal DOSBox command.
    This will write the configuration file into the user's home directory.

    When starting DOSbox it will look for any configuration file in
    the following order:

	- ~/.dosboxrc
	- via the commandline -conf option
	- dosbox.conf in the current directory

    A configuration file does not need to exist.

    The current version of dosbox is 0.72. (Released: 26 Aug 2007)
    and the downloads have reached 10,000,000 recently (September 3rd 2008).

    Sun will provide packages that install on both x86/x64 and SPARC
    architectures. 

    NOTE: We will not be providing IPX and internal modem support (the Serial 
    Multiplayer feature) as of now as this feature is currently experimental.
    We will be delivering it in the next releases.

Exported Interfaces:

	SUNWdosbox	        Committed	package name
	/usr/bin/dosbox		Uncommitted	binary
	dosbox		        Uncommitted	Command line syntax
	$HOME/.dosboxrc		Uncommitted	Configuration file
	`pwd`/dosbox.conf	Uncommitted	Alternative configuration file
    /usr/share/doc/dosbox/README Uncommitted README file

Release binding: Minor

Doc Impact:
    dosbox provides its own man page which we deliver in man section 1.
    An additional README file is also provided which outlines various 
    configuration options.

    Example man page and README file in the case's materials directory.
   
    The foss check list is in the materials directory


Security Impact:

	None.

References:

[1] http://www.dosbox.com/
    Author(s) of dosbox: DosBox Maintainers <dosbox.crew@gmail.com>

[2] 6657028 dosbox version 0.72 to be included into the SFW consolidation

[3] http://www.dosbox.com/wiki/Main_Page    

6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		SFW
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


From Peter.Dennis@sun.com Wed Oct 22 10:17:59 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m9MHHwto025922
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 22 Oct 2008 10:17:59 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m9MHHrnm010278
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 22 Oct 2008 18:17:57 +0100 (BST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K950040HHDWCX00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@Sun.Com); Wed, 22 Oct 2008 11:17:56 -0600 (MDT)
Received: from gmp-eb-inf-2.sun.com ([192.18.6.24])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K95003ROHDV0N20@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@Sun.Com); Wed,
 22 Oct 2008 11:17:55 -0600 (MDT)
Received: from fe-emea-10.sun.com (gmp-eb-lb-2-fe2.eu.sun.com [192.18.6.11])
	by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m9MHHtlI025314	for
 <PSARC-ext@Sun.Com>; Wed, 22 Oct 2008 17:17:55 +0000 (GMT)
Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0K9500101H3R7G00@fe-emea-10.sun.com>
 (original mail from Peter.Dennis@Sun.COM)
 for PSARC-ext@Sun.Com (ORCPT PSARC-ext@Sun.Com); Wed,
 22 Oct 2008 18:17:55 +0100 (BST)
Received: from [129.156.173.66] by fe-emea-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0K950092RHDNSC70@fe-emea-10.sun.com> for PSARC-ext@Sun.Com
 (ORCPT PSARC-ext@Sun.Com); Wed, 22 Oct 2008 18:17:54 +0100 (BST)
Date: Wed, 22 Oct 2008 18:17:47 +0100
From: Peter Dennis - Sustaining Engineer <Peter.Dennis@sun.com>
Subject: Re: Integrate dosbox into Solaris [PSARC/2008/643 FastTrack timeout
 10/28/2008]
In-reply-to: <200810211033.m9LAX4QH028442@sac.sfbay.sun.com>
Sender: Peter.Dennis@sun.com
To: PSARC-ext@sun.com, Ravichandra.Nallan@sun.com
Message-id: <48FF603B.4070501@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200810211033.m9LAX4QH028442@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.16 (X11/20080908)
Content-Length: 60
Status: RO
X-Status: $$$$
X-UID: 0000000002

This case was approved during PSARC meeting of 22-Oct-2008.

