Re: NVIDIA FreeBSD kernel feature requests

2006-07-05 Thread John Baldwin
On Wednesday 05 July 2006 19:30, Sam Leffler wrote: > John Baldwin wrote: > > On Monday 03 July 2006 00:02, M. Warner Losh wrote: > >> In message: <[EMAIL PROTECTED]> > >> Christian Zander <[EMAIL PROTECTED]> writes: > >> : This summary makes an attempt to describe the kernel interfaces

Re: SATA300 Controllers

2006-07-05 Thread Mike Horwath
On Wed, Jul 05, 2006 at 08:02:55PM -0500, Derrick T. Woolworth wrote: > Sorry for cross-posting, but these issues seem relevant for lists... That's okay, I am not on all and I'll create some bounces, I am sure. > Has anyone had success with SATA300 controllers with FreeBSD 6.1? > I've been trying

Re: SATA300 Controllers

2006-07-05 Thread Freddie Cash
On Wed, July 5, 2006 6:02 pm, Derrick T. Woolworth wrote: > Sorry for cross-posting, but these issues seem relevant for lists... > Has anyone had success with SATA300 controllers with FreeBSD 6.1? > I've been trying Promise and nVidia nForce4 and I'm not having any > luck. Using a MSI K8NGM2-L mo

SATA300 Controllers

2006-07-05 Thread Derrick T. Woolworth
Hello all, Sorry for cross-posting, but these issues seem relevant for lists... Has anyone had success with SATA300 controllers with FreeBSD 6.1? I've been trying Promise and nVidia nForce4 and I'm not having any luck. Using a MSI K8NGM2-L motherboard and others, but 6.1's installation hangs a

Re: NVIDIA FreeBSD kernel feature requests

2006-07-05 Thread Sam Leffler
John Baldwin wrote: > On Monday 03 July 2006 00:02, M. Warner Losh wrote: >> In message: <[EMAIL PROTECTED]> >> Christian Zander <[EMAIL PROTECTED]> writes: >> : This summary makes an attempt to describe the kernel interfaces needed by >> : the NVIDIA FreeBSD i386 graphics driver to ach

Re: getc in BSD (was FLEX issues)

2006-07-05 Thread Randall Hyde
-Original Message- >From: Steve Kargl <[EMAIL PROTECTED]> >Sent: Jul 4, 2006 11:40 AM >To: Randall Hyde <[EMAIL PROTECTED]> >Cc: freebsd-hackers@freebsd.org >Subject: Re: getc in BSD (was FLEX issues) > >On Mon, Jul 03, 2006 at 11:34:41AM -0700, Randall Hyde wrote: >> >> The error report

Re: NVIDIA FreeBSD kernel feature requests

2006-07-05 Thread John Baldwin
On Monday 03 July 2006 00:02, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Christian Zander <[EMAIL PROTECTED]> writes: > : This summary makes an attempt to describe the kernel interfaces needed by > : the NVIDIA FreeBSD i386 graphics driver to achieve feature parity with >

Re: Return value of malloc(0)

2006-07-05 Thread John Baldwin
On Saturday 01 July 2006 04:35, Matthias Andree wrote: > Pat Lashley <[EMAIL PROTECTED]> writes: > > > BUT, that said, the safest and most portable coding practice would be: > > > >// The C standard does not require malloc(0) to return NULL; > >// but whatever it returns MUST NOT b

Re: Stop further socket() or connect() calls.

2006-07-05 Thread mal content
On 05/07/06, Daan Vreeken [PA4DAN] <[EMAIL PROTECTED]> wrote: On Wednesday 05 July 2006 03:15, mal content wrote: > On 03/07/06, Peter Jeremy <[EMAIL PROTECTED]> wrote: > > For dynamic executables, you could LD_PRELOAD a .so that replaces > > all the socket-related syscalls. > > Excellent suggest

Re: Stop further socket() or connect() calls.

2006-07-05 Thread Daan Vreeken [PA4DAN]
On Wednesday 05 July 2006 03:15, mal content wrote: > On 03/07/06, Peter Jeremy <[EMAIL PROTECTED]> wrote: > > For dynamic executables, you could LD_PRELOAD a .so that replaces > > all the socket-related syscalls. > > Excellent suggestion! Ok, I've created a basic .so file with the following > code