Re: Look of boot2, on HDD

2011-05-01 Thread rank1seeker
On 30.04.2011 20:39, rank1see...@gmail.com wrote: Garrett Cooper wrote: 2011/4/29rank1see...@gmail.com: /boot/boot2STAGE 2 bootstrap file Understands the FreeBSD file system enough, to find files on it, and can provide a simple interface to choose the kernel or loader to run.

Re: [LIBC] Modfied Version of sscanf

2011-05-01 Thread Martin Möller
Am 01.05.11 00:53 schrieb Daniel O'Connor unter docon...@gsoft.com.au: Thanks for your reply. Ok, another example. I try to parse a request, coming from a client in the form: GET resource HTTP/1.1. It is expected that resource can contain space characters (even if its not the case in

Re: [LIBC] Modfied Version of sscanf

2011-05-01 Thread Jilles Tjoelker
On Sat, Apr 30, 2011 at 06:44:43PM +0200, Martin Möller wrote: This is my first email to this list, so hello to all members. The current version of sscanf, stops when a whitespace characters occurs in a string when the %s (string) type is used. The following code: char name [20], value

Re: [LIBC] Modfied Version of sscanf

2011-05-01 Thread Diane Bruce
On Sun, May 01, 2011 at 04:45:14PM +0200, Martin M?ller wrote: Am 01.05.11 00:53 schrieb Daniel O'Connor unter docon...@gsoft.com.au: Thanks for your reply. Ok, another example. I try to parse a request, coming from a client in the form: GET resource HTTP/1.1. It is expected that