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] Poring BSD Libc

To: xen-devel@xxxxxxxxxxxxxxxxxxx, Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Subject: [Xen-devel] Poring BSD Libc
From: Sagar Kadam <sagarkkadam@xxxxxxxxx>
Date: Fri, 08 Jul 2011 08:41:17 -0400
Cc:
Delivery-date: Fri, 08 Jul 2011 05:42:40 -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 :content-type:content-transfer-encoding; bh=i8gre4LTx5a5NaV5w3U9YXz0jwU3WKydrh7pK5D+7qI=; b=gFuCzSvBWo8ynboJyy7TUEXXu5CVn0q0LumI3cIMNqGfqwpK3Wlt5En2MakZUjvj2i 8/5G0YRw6NgMcgZRx5DNh7pyaa/Z7PqXGg1vc8Ddvp4lIxT7Sm3kYgWV4LmIerYLRlhX mI5ACbtjEbgteUrsp/JnuNnju8s0D3grcD6Lo=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
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
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>