From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sagar Kadam Subject: Re: Poring BSD Libc Date: Fri, 15 Jul 2011 12:15:08 -0400 Message-ID: <4E20678C.9010500@gmail.com> References: <4E16FAED.50507@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4E16FAED.50507@gmail.com> 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 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) >