Re: 3Com 10/100 Mini PCI Ethernet

2000-08-03 Thread Hellmuth Michaelis
Mike Smith wrote: I'm looking for docs for the Mini PCI card in the subject, it has the 3Com part/product no. 3CN3AV1556. It is a 10/100 ethernet 56k modem combo card built into an HP laptop. Have you tried booting FreeBSD on this system yet? If so, does the 'xl' driver pick it up?

RE: vmware changes result in nasty bridging mess

2000-08-03 Thread Reinier Bezuidenhout
I'm using vmware2 in a different way ... I do not have bridging enabled in the kernel. I'm using the host method although I do not have a "legal" subnet on the other side. I've ment to contact the port maintainer so he can add this to the Hints.FreeBSD file. I've configured 10.1.1.1 for the

fixing longstanding cp -Rp misbehavior

2000-08-03 Thread Eric P. Scott
I want to make an "exact" copy of a directory tree (as far as practical). I was hoping cp -Rp would do the trick (assuming I have no hard-linked files), but it fails on several counts: 1) modification times on directories get smashed 2) UNIX (er, "local") domain sockets aren't copied 3)

Re: fixing longstanding cp -Rp misbehavior

2000-08-03 Thread Eric P. Scott
Obviously, it's past my bedtime. I meant =, not + if ((n = strlen(to.p_path)) = + sizeof u - (sizeof u.un - sizeof u.un.sun_path)) { To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

LD_PRELOAD odities / Documentation?

2000-08-03 Thread Karl Pielorz
Hi All, I'm working on some code that runs fine on Linux, but not under FreeBSD... Trying to port the code is proving to be a pain... The code is a 'wrapper' / 'shim' that's meant to be LD_PRELOAD'ed before an executable... I've gotten everything to compile, and the LD_PRELOAD works, but a lot

RE: LD_PRELOAD odities / Documentation?

2000-08-03 Thread Daniel O'Connor
On 03-Aug-00 Karl Pielorz wrote: Any pointers would be greatefuly received, unfortunately this all works under Linux (I'm not bashing anyone on the head with that, I'm far more interested in getting it working under FreeBSD)... I think the problem is that your calls are being resolved

Re: LD_PRELOAD odities / Documentation?

2000-08-03 Thread Karl Pielorz
Daniel O'Connor wrote: On 03-Aug-00 Karl Pielorz wrote: Any pointers would be greatefuly received, unfortunately this all works under Linux (I'm not bashing anyone on the head with that, I'm far more interested in getting it working under FreeBSD)... I think the problem is

Berkeley make: evaluations inside for loops

2000-08-03 Thread Sheldon Hearn
Hi folks, Can anyone explain to me why the first Makefile works and yet the second Makefile doesn't? The second Makefile produces the following error messages on ``make test'' | "Makefile", line 1: Malformed conditional (widget == ${BAZ}) | "Makefile", line 1: Need an operator | "Makefile",

Re: Berkeley make: evaluations inside for loops

2000-08-03 Thread Neil Blakey-Milner
On Thu 2000-08-03 (13:31), Sheldon Hearn wrote: Can anyone explain to me why the first Makefile works and yet the second Makefile doesn't? The second Makefile produces the following error messages on ``make test'' | "Makefile", line 1: Malformed conditional (widget == ${BAZ}) |

nfiles

2000-08-03 Thread Laurence Barry
Sure this is a simple one ... I need to determine the total number of files open on a system. The only way I can think to do this is a sysctl() call with mib[0]=CTL_KERN and mib[1]=KERN_FILE, then trawl through the file structure that is returned. There must be a simpler way. Laurence Barry

sysinstall commands on custom CD

2000-08-03 Thread Johan Kruger
Problem using sysinstall command line version ?? I am running the following BSD ver ( release i built , maybe something does not work, although i doubt it , i am using it finely ) FreeBSD ockle.dev.nanoteq.co.za 5.0-2724-SNAP FreeBSD 5.0-2724-SNAP #5: Thu Jul 27 14:47:59 SAST 2000

RE: vmware changes result in nasty bridging mess

2000-08-03 Thread Robert Watson
On Thu, 3 Aug 2000, Reinier Bezuidenhout wrote: I'm using vmware2 in a different way ... I do not have bridging enabled in the kernel. I'm using the host method although I do not have a "legal" subnet on the other side. That was the configuration I was using also, until I upgraded my

3Com 3C905b-TX

2000-08-03 Thread Travis Leuthauser
I'm posting this to questions and hackers in the hopes that someone can help me. Here's my scenario: I have a news server running 4.1 Stable cvsup'd 2 days ago. Running 3.X I had no problems. Had to update to 4 because my 45 G Ultra66 IDE drives were being very stupid under 3.X. After the

ADSL pci modem drivers?

2000-08-03 Thread Mario Sergio Fujikawa Ferreira
Hi, Does anyone have any information on ADSL modems under FreeBSD? Driver progress and stuff? Any PCI cards at all? Mainly the 3com homeconnect. http://www.3com.com/client/pcd/homeconnect/dsl/pci.html Regards, Mario Ferreira To Unsubscribe: send mail

Re: aio_waitcomplete?

2000-08-03 Thread Christopher Sedore
Could you send the source code to me? I'll take a look if it is simple. -Chris On Tue, 1 Aug 2000, Kevin Mills wrote: In order to get familiar with aio_waitcomplete() and friends, I wrote a simple echo server and have run into problems. If I attempt to hit my echo server with more than

Re: ADSL pci modem drivers?

2000-08-03 Thread Taavi Talvik
On Thu, 3 Aug 2000, Mario Sergio Fujikawa Ferreira wrote: Does anyone have any information on ADSL modems under FreeBSD? Driver progress and stuff? Any PCI cards at all? Mainly the 3com homeconnect. http://www.3com.com/client/pcd/homeconnect/dsl/pci.html Typically DSL cards

Re: nfiles

2000-08-03 Thread Dan Nelson
In the last episode (Aug 03), Laurence Barry said: I need to determine the total number of files open on a system. The only way I can think to do this is a sysctl() call with mib[0]=CTL_KERN and mib[1]=KERN_FILE, then trawl through the file structure that is returned. There must be a simpler

Re: malloc to arrays?

2000-08-03 Thread Aleksandr A.Babaylov
Chris Costello writes: On Wednesday, August 02, 2000, Mike Smith wrote: tcpcash_addr = (typeof(tcpcash_addr)) malloc(sizeof(*tcpcash_addr) * TCPCASH_ROWSIZE * TCPCASH_COOLSIZE); Just as a note on coding

Re: How to make *real* random bits.

2000-08-03 Thread Peter Jeremy
On Wed, 02 Aug 2000 06:15:41 +0200, Poul-Henning Kamp [EMAIL PROTECTED] wrote: If I generate true random bits it takes 3 timestamps to get one bit of randomness: ++--+---+--+-+ T1 T2 T3 T4 T5T6 if (T2 - T1 T3 - T2) return 0;

Re: malloc to arrays?

2000-08-03 Thread Chris BeHanna
On Fri, 4 Aug 2000, Aleksandr A.Babaylov wrote: Chris Costello writes: On Wednesday, August 02, 2000, Mike Smith wrote: tcpcash_addr = (typeof(tcpcash_addr)) malloc(sizeof(*tcpcash_addr) * TCPCASH_ROWSIZE *

Re: LD_PRELOAD odities / Documentation?

2000-08-03 Thread Bjoern Fischer
On Thu, Aug 03, 2000 at 11:25:27AM +0100, Karl Pielorz wrote: The code is a 'wrapper' / 'shim' that's meant to be LD_PRELOAD'ed before an executable... I've gotten everything to compile, and the LD_PRELOAD works, but a lot of syscall's from the wrapper library fail either with bizare messages

Re: LD_PRELOAD odities / Documentation?

2000-08-03 Thread Tony Finch
Karl Pielorz [EMAIL PROTECTED] wrote: One of the ways I've tried implementing syscalls is to dlopen() the correct library, and fetch the routines address from there (using dlsym) - and calling the routine that way... This doesn't seem to help though :( I've made this work across Solaris,

Re: vmware changes result in nasty bridging mess

2000-08-03 Thread Vladimir N. Silyaev
In muc.lists.freebsd.hackers, you wrote: bridge_in-- reading table bridge_in-- reading table bridge_in-- reading table bridge_in-- reading table bridge_in-- reading table bridge_in-- reading table bridge_in-- reading table bridge_in-- reading table bridge_in-- reading table ... The vmware2 port