Hi,
()s are missing around the macro argument in cv_waitq_empty. The call
if(!(cv_waitq_empty(&sc->foo_cv)))
...
will otherwise fail to compile.
harti
Index: condvar.h
===
RCS file: /usr/ncvs/src/sys/sys/
On Tue, Jul 03, 2001 at 06:43:08PM +0200, Karsten W. Rohrbach wrote:
> omit the space?
> /k
I have tried with an ending space, it will not work and produce de same
error. Actually, I have barely uncommented what was already there. I
was suspecting permissions faultive, but as far as my tests goe
On Wed, Jul 04, 2001 at 23:42:50 -0700, Mike Smith wrote:
> > On Wed, Jul 04, 2001 at 20:18:51 -0400, Kevin Hui wrote:
> > > Then the question is whether the kernel is copying data between userspace
> > > and kernelspace or whether it just DMAs the data straight in/out of the
> > > user program's
> On Wed, Jul 04, 2001 at 20:18:51 -0400, Kevin Hui wrote:
> > Then the question is whether the kernel is copying data between userspace
> > and kernelspace or whether it just DMAs the data straight in/out of the
> > user program's address space. In Linux raw-io, given that it is a block
> > devi
On Wed, Jul 04, 2001 at 20:18:51 -0400, Kevin Hui wrote:
> Then the question is whether the kernel is copying data between userspace
> and kernelspace or whether it just DMAs the data straight in/out of the
> user program's address space. In Linux raw-io, given that it is a block
> device and you
Then the question is whether the kernel is copying data between userspace
and kernelspace or whether it just DMAs the data straight in/out of the
user program's address space. In Linux raw-io, given that it is a block
device and you are doing page-aligned block I/Os on it, is smart and does
zero
U website/main/dbfiles/email_ad_tools.db
cvs update: cannot change mode of website/main/dbfiles/email_ad_tools.db:
Stale NFS file handle
anyone know how to get rid of these.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
On Wed, Jul 04, 2001 at 17:58:58 -0400, Kevin Hui wrote:
> Hi all,
>
> I'm wondering if *BSD have any support for user programs to access raw
> disk devices, unbuffered. Such support is available under Linux:
>
> http://www.kernel.org/LDP/HOWTO/SCSI-2.4-HOWTO/rawdev.html
> http://www2.linuxjour
Hi all,
I'm wondering if *BSD have any support for user programs to access raw
disk devices, unbuffered. Such support is available under Linux:
http://www.kernel.org/LDP/HOWTO/SCSI-2.4-HOWTO/rawdev.html
http://www2.linuxjournal.com/cgi-bin/linux/man.cgi?mode=search&comm=raw§=1
Any information
Hello,
> Neither one of them hold a candle to the load CDROM.COM can handle.
> How about we import dg-ftpd instead? I'm sure we'd all like to be
> able to support 1TB a day of data transferred...
Although it may be true (the cdrom.com load), the 1 TB per day stuff isn't
so mystic.
After changin
Len Conrad wrote:
>
> I´m trying to gather tuning information for Wietse Venema who says:
>
> "I'm writing a document that describes how to crank up FreeBSD so
> that it can run lots of processes, and so that it can handle lots
> of connections.
>
> Right now, these guidelines vary from sysctl,
>Mike Smith wrote:
>> Unless I'm mistaken, the current ftpd doesn't offer the
>> functionality you're asking for either, so there's no
>> valid reason to block the import of the lukem ftpd on
>> these grounds.
>>
>> And, I'm quite certain that Luke would happily consider
>> patches, if you were t
On Wed, Jul 04, 2001 at 12:48:38PM -0700, Terry Lambert wrote:
> Mike Smith wrote:
> > Unless I'm mistaken, the current ftpd doesn't offer the
> > functionality you're asking for either, so there's no
> > valid reason to block the import of the lukem ftpd on
> > these grounds.
> >
> > And, I'm qu
Mike Smith wrote:
> Unless I'm mistaken, the current ftpd doesn't offer the
> functionality you're asking for either, so there's no
> valid reason to block the import of the lukem ftpd on
> these grounds.
>
> And, I'm quite certain that Luke would happily consider
> patches, if you were to put th
Mike Smith wrote:
> Is there ANY penalty for having a device in your config file
> that is not in your system??
Yes. It can take I/O bus resources, IRQs, and memory
that might otherwise be put to better use.
> I am inheriting a 40 machine laboratory. My predecessor
> decided to go to a single c
I suppose that depends on how you define "future." Do we want to
be using libdialog in the year 2010? No, I would certainly hope
something better will have arrived by then. Do we have anything
better now or in the forseeable next 12 months? No also.
So, if there's anything you or anyone else
Hi,
I have an application which uses a homegrown tasking mechanism.
Basically, it uses setjmp/longjmp where the stackpointer is
modified after the setjmp and before the longjmp. This allows
multiple 'tasks' to run (serially) within the process with
each having a different stack allocation.
At 6:56 PM +0100 7/4/01, Koster, K.J. wrote:
>Dear All,
>
>I just upgraded one of my boxes to FreeBSD 4.3-stable with cvsup.
>Unfortunately the machine now freezes.
If you are tracking -stable, then there is a lot of good reason
to keep an eye the freebsd-stable mailing list. Particularly when
s
Dear All,
I just upgraded one of my boxes to FreeBSD 4.3-stable with cvsup.
Unfortunately the machine now freezes. I can ping it and it responds to
[ctrl][alt][esc] on the console ("No debugger in kernel") and I can switch
consoles [alt][F1..4], but it does not respond to other keyboard events. F
does bsd supports S3 SAVAGE Video card?
and any redfox motherboard? help me pls?
and does it supports LG COLLINS Cd-ROM?
tnx!
pls reply asap pls?
tnx!!!
pls help me, or what other hardware does bsd support? tnx ive got only a limited net
connection pls reply via email... tnx!
-bsd user-
To Uns
Randy -Harborside Internet([EMAIL PROTECTED])@2001.07.03 13:53:43 +:
>
> We are having a problem with our mail server. It recently got
> upgraded to 4.3 from 4.2, and now it is having problems with the TX
> buffer somehow on the network card. Every once in awhile it will shut
> off all netwo
> Hi,
>
> I have written some code in C++. However, I want to run it on an old
> mainframe machine, which a C++ compiler is not available.
>
> I know that the old g++ is a C++ to C compiler. Does anyone know which
> version it is? Also, anyone knows other C++ to C compilers?
>
> Thanks,
> Rayso
Hi All,
I'm working on some patches for dialog(1) and libdialog.
Does FreeBSD team want to continue use of dialog(1) program
and libdialog in future? I ask this question because I fix
some problems I have with dialog(1) (really with libdialog) and
I'm going to try to fix the same problems with al
23 matches
Mail list logo