From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sagar Kadam Subject: Poring BSD Libc Date: Fri, 08 Jul 2011 08:41:17 -0400 Message-ID: <4E16FAED.50507@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com, Ian Jackson List-Id: xen-devel@lists.xenproject.org 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)