WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: Poring BSD Libc

To: xen-devel@xxxxxxxxxxxxxxxxxxx, Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Subject: [Xen-devel] Re: Poring BSD Libc
From: Sagar Kadam <sagarkkadam@xxxxxxxxx>
Date: Fri, 15 Jul 2011 12:15:08 -0400
Cc:
Delivery-date: Fri, 15 Jul 2011 09:17:55 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=YnffYpQYtfz1ukjbDTWzMyF+MMqlNwFWEw0f7IpM188=; b=KS4fQTR9ig5N3AOulFxR9pL08VAHPb7Ee5/OvWr+QskfiaJmoy2D2q1mnPc3VBaO9M zpBgYzZwbbSU2zoet4v74UrjmyiAxxx6LWYcFj0mf+1Ao/weVTm5W6kfxHDzIAtZd9Ca ra8bdHlPw2MIKw3qdm4OiF+Y4eI9lIm+Gtf3I=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4E16FAED.50507@xxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <4E16FAED.50507@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11
Hi,
The progress with porting BSD libc.
1. The character device is complete.
2. Block device is accessible. -- Some testing has to be done for completing the sector reading.

Next in line: Implementation of POSIX pthread for the Mini-OS.

-Sagar

On 07/08/2011 08:41 AM, Sagar Kadam wrote:
Hello,
I am working on Porting BSD libc. The library is taken from OpenBSD and modified as needed.
Syscalls related to printf etc work.
Most of the other syscalls are just plugged in and do nothing.

The major trouble for me is to port malloc and related functions and how the scheduler is working. They go in page faults and I am trying to locate the problem.

The code is at:
https://github.com/ragas/Porting-libc

I am working on Block access right now and lagging as per planned schedule ( The block access should have been complete by now)



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>