Geode integrated peripherals support?

2005-01-14 Thread Milan Obuch
Hi, is someone working with Geode processors? There are many peripherals integrated, but not all supported under FreeBSD. Has someone already done some patched for this? Regards, Milan ___ freebsd-hackers@freebsd.org mailing list

Re: process checkpoint restore facility now in DragonFly BSD

2005-01-14 Thread Allan Fields
On Thu, Jan 13, 2005 at 10:00:29PM -0800, Peter Kieser wrote: freebsd-hackers != DragonFly BSD Mailing List... --Peter I'd also agree further discussion on DragonFly's checkpoint facility be taken to DragonFly lists unless/until FreeBSD decides on implementing a similar framework. That was the

Re: process checkpoint restore facility now in DragonFly BSD

2005-01-14 Thread Christian Laursen
Zaphod Beeblebrox [EMAIL PROTECTED] writes: Having a process (or full system) checkpoint facility would make the implementation of suspend-to-disk rather trivial --- which is a much desired feature. I would definitely use such a feature if it was added to FreeBSD. -- Christian Laursen

getting mount points in kernel

2005-01-14 Thread Siddharth Aggarwal
Hi all, Is there a system call to get all the mount points? In a user app, I guess I would probably parse the /etc/fstab, but how do I do it in the kernel? TIA, Sid. ___ freebsd-hackers@freebsd.org mailing list

Re: getting mount points in kernel

2005-01-14 Thread Zera William Holladay
On Fri, 14 Jan 2005, Siddharth Aggarwal wrote: Hi all, Is there a system call to get all the mount points? In a user app, I guess I would probably parse the /etc/fstab, but how do I do it in the kernel? Is are you looking for man 2 getfsstat? Entries in /etc/fstab are not nessarily

Re: getting mount points in kernel

2005-01-14 Thread Ryan Sommers
Siddharth Aggarwal said: Hi all, Is there a system call to get all the mount points? In a user app, I guess I would probably parse the /etc/fstab, but how do I do it in the kernel? TIA, Sid. From userland: man getmntinfo, man getfsstat From kernel land: I'd have a look at the code for