Re: Bad system call: aio_read()

2002-10-21 Thread Craig Rodrigues
On Sat, Oct 12, 2002 at 09:26:52PM +0200, Philipp Mergenthaler wrote: Where is stuff like this documented for end-users? AFAIK right now it is only documented in sys/conf/NOTES. I've sent PR docs/39748 some time back which has a patch similar to yours (I forgot about the module, though).

Re: Bad system call: aio_read()

2002-10-15 Thread Garrett Wollman
On Sat, 12 Oct 2002 11:57:23 -0400, Craig Rodrigues [EMAIL PROTECTED] said: I am trying to port the ACE library ( http://www.cs.wustl.edu/~schmidt/ACE.html ) to FreeBSD-CURRENT, and it is very confusing that code in -STABLE which compiled and worked, does not work the same way in -CURRENT.

Re: Bad system call: aio_read()

2002-10-12 Thread Philipp Mergenthaler
On Sat, Oct 12, 2002 at 09:53:02AM -0400, Craig Rodrigues wrote: I just did a cvsup and rebuilt the world on my -CURRENT system. If I try to run the following program, I get a Bad system call coredump: [...] 2660 a.outCALL aio_read(0xbfbffb88) 2660 a.outRET aio_read -1 errno 78

Re: Bad system call: aio_read()

2002-10-12 Thread Dirk Roehrdanz
Hello, On 0, Philipp Mergenthaler [EMAIL PROTECTED] wrote: On Sat, Oct 12, 2002 at 09:53:02AM -0400, Craig Rodrigues wrote: I just did a cvsup and rebuilt the world on my -CURRENT system. If I try to run the following program, I get a Bad system call coredump: [...] 2660 a.outCALL

Bad system call: aio_read()

2002-10-12 Thread Craig Rodrigues
Hi, I just did a cvsup and rebuilt the world on my -CURRENT system. If I try to run the following program, I get a Bad system call coredump: #include time.h #include aio.h int main(int argc, char *argv[]) { struct aiocb b; aio_read(b); } ./a.out Bad system call (core dumped) If I do a

Re: Bad system call: aio_read()

2002-10-12 Thread Craig Rodrigues
On Sat, Oct 12, 2002 at 04:49:25PM +0200, Dirk Roehrdanz wrote: Hello, On 0, Philipp Mergenthaler [EMAIL PROTECTED] wrote: On Sat, Oct 12, 2002 at 09:53:02AM -0400, Craig Rodrigues wrote: I just did a cvsup and rebuilt the world on my -CURRENT system. If I try to run the following

Re: Bad system call: aio_read()

2002-10-12 Thread Philipp Mergenthaler
On Sat, Oct 12, 2002 at 11:57:23AM -0400, Craig Rodrigues wrote: I just did a cvsup and rebuilt the world on my -CURRENT system. If I try to run the following program, I get a Bad system call coredump: [...] 2660 a.outCALL aio_read(0xbfbffb88) 2660 a.outRET