Re: lang/icc doesn't compile c++ sources

2002-03-30 Thread Nick Hilliard
> --- bad Sat Mar 30 05:18:02 2002 > +++ goodSat Mar 30 05:18:23 2002 > @@ -1 +1,2 @@ > -echo '#include' > comp.cc > +echo '#include ' > comp.cc > +echo 'main() {}' >> comp.cc glibness aside, this doesn't work either: flapjack:/home/nick> echo '#include ' > comp.cc flapjack:/home

Re: trace a library call

2001-06-28 Thread Nick Hilliard
Zhihui Zhang wrote: > sbrk() is not supported in FreeBSD as a system call (see file > vm/vm_mmap.c). pancake:/sys> grep -w sbrk /usr/src/sys/kern/syscalls.master 69 STD BSD { int sbrk(int incr); } If you use malloc() in your program, you shouldn't use sbrk, because doing so will mak

Re: [PATCHES] Two fixes for lpd/lpc for review and test

1999-12-07 Thread Nick Hilliard
: Although with this crowd I'd probably have better luck with : something like: : "I have vmware running native on FreeBSD 3.2-release"... If anyone's interested, I have some patches to make the vmmon driver compile and load under 3.3, although it hangs the machine solid when vmware starts us

Re: ejecting card with 3.3 causes hang ?

1999-12-06 Thread Nick Hilliard
: I don't maintain -stable's pccard code and to the best of : my knowledge, no one else does either. This means there is no one to : look at them. : : I'll be happy to look at patches for -stable, however. The times I've : made this offer in the past I've not gotten patches. Now that you're vo

Re: Class C hack instead of ifconfig aliases

1999-10-21 Thread Nick Hilliard
> 1. in your webserver: >a. ipfw add fwd localhost from any to 1.2.3/24 http Clever - I likes it. > - I don't think arp will work on 1.2.3/24 addresses, which is why the > route needs to be added to the router. This is becoming pretty off-topic, but having thousands of arp entries floating

Re: Class C hack instead of ifconfig aliases

1999-10-20 Thread Nick Hilliard
> What do you mean by "bind a class C"? Make an interface so it will > respond to incoming requests for 10.1.2.x? ewww, yuck! Is it any less elegant than having in_localaddr() trawling through each item on the address list? Perhaps 1024 items if you've got a large vweb server? That's also pre