Re: ELF rtld and environment variables...

2000-07-24 Thread Alex Zepeda
On Mon, 24 Jul 2000, John Polstra wrote: > Glad you liked the idea! :-) Well imagine if Joe user gets a Linux binary or a.out binary to run. Bam, it doesn't run, and one'd have to check each file, and unset the variables. Or forgo any user-feedback. :( > Well, there is a different reason fo

NetBIOS name resolver for smbfs

2000-07-24 Thread Boris Popov
Hello, At first, I would like to say thanks for everybody who take a time to perform initial testing of smbfs and providing me with feedback. To make this implementation more complete I've added an initial version of NetBIOS name resolver, so the '-I host' flag can be omi

Re: Where is the syncer kernel process implemented?

2000-07-24 Thread Kirk McKusick
From: Sheldon Hearn <[EMAIL PROTECTED]> To: Alfred Perlstein <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Where is the syncer kernel process implemented? In-reply-to: Your message of "Fri, 14 Jul 2000 05:38:58 MST."

Re: ELF rtld and environment variables...

2000-07-24 Thread John Polstra
In article <[EMAIL PROTECTED]>, Alex Zepeda <[EMAIL PROTECTED]> wrote: > > Uck. Glad you liked the idea! :-) > I'm curious, why do a.out/FreeBSD-elf/Linux-elf programs all respond to > the same variables? Sure it's perhaps a consistant interface, but > wouldn't somthing like LINUX_LD_LIBRARY_

Re: minherit(2) API

2000-07-24 Thread Alan Cox
> I think I can change it in NetBSD -- anyone willing to do the > necessary changes in FreeBSD and OpenBSD? I'll do it. Alan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: ELF rtld and environment variables...

2000-07-24 Thread Alex Zepeda
On Mon, 24 Jul 2000, John Polstra wrote: > No, there isn't. I don't plan to do anything more with the a.out > dynamic linker, as I consider it obsolete at this point. I'd > suggest making a script "run_aout" that looks something like this > (untested): Uck. > BTW, it's generally not a good id

Re: Problems with 6-in-4 tunnels in 4.1-RC?

2000-07-24 Thread Kris Kennaway
On Mon, 24 Jul 2000, Nick Sayer wrote: > My -stable machine just turned deaf on its gif0 interface. > I can see the encapsulated packets coming in and out and they > look correct... Hmm. It works fine for me. Can you show me your routing table? Kris -- In God we Trust -- all others must submit

Re: Device major number request for ACPI device.

2000-07-24 Thread Warner Losh
In message <[EMAIL PROTECTED]> Poul-Henning Kamp writes: : I have allocated major 152 for ACPI. Just a quick note. Projects like this can have any committer allocate the major number. Since watanabe-san is a commiter, I had sent mail to him saying this just before phk's commit. Warner To Uns

Problems with 6-in-4 tunnels in 4.1-RC?

2000-07-24 Thread Nick Sayer
My -stable machine just turned deaf on its gif0 interface. I can see the encapsulated packets coming in and out and they look correct... 12:18:25.138253 205.178.90.194 > 204.123.2.236: 3ffe:1200:301b::1 > 3ffe:1001:1:f001::2: icmp6: echo request (encap) 12:18:25.191209 204.123.2.236 > 205.178.90

Re: Device major number request for ACPI device.

2000-07-24 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, takawata@shidahara 1.planet.sci.kobe-u.ac.jp writes: >Hi, I want major number for ACPI device. >I will use the device interface to enable/disable ACPI and access to >switches defined in ACPI. I have allocated major 152 for ACPI. -- Poul-Henning Kamp | UNIX

Re: clearing pages in the idle loop

2000-07-24 Thread Lars Eggert
Matt Dillon wrote: > > :> Since the only effect of a cache miss is less efficient use of > :> the cpu, and since the page zeroing only occurs when the cpu is idle, > :> I would not expect to see much improvement from attempts to refine > :> the page-zeroing operation (beyond the s

RE: Funky scheduler stuff under heavy I/O.

2000-07-24 Thread Charles Randall
Could it be a boundary condition when the PCI bus gets saturated? Charles -Original Message- From: Andreas Dobloug [mailto:[EMAIL PROTECTED]] Sent: Monday, July 24, 2000 8:36 AM To: [EMAIL PROTECTED] Subject: Re: Funky scheduler stuff under heavy I/O. * Jaye Mathisen | 8 parallel DD's

Re: ELF rtld and environment variables...

2000-07-24 Thread Will Andrews
On Mon, Jul 24, 2000 at 03:25:07AM -0700, Alex Zepeda wrote: > you're like me and still somewhat attached to the idea of using Navigator > which is an a.out binary (perhaps the only one I still have left), you're Use the BSDI Netscape ports, which are ELF and don't require any emulation. They ar

pass 2: Pittsburgh August IETF Meeting: FreeBSD dinner, et al? (fwd)

2000-07-24 Thread Robert Watson
This is a resend of the original as we haven't picked up many people yet. Please reply to only appropriate addresses. :-) Robert N M Watson [EMAIL PROTECTED] http://www.watson.org/~robert/ PGP key fingerprint: AF B5 5F FF A6 4A 79 37 ED 5F 55 E9 58 04 6A B1 TIS Labs at Network A

Device major number request for ACPI device.

2000-07-24 Thread takawata
Hi, I want major number for ACPI device. I will use the device interface to enable/disable ACPI and access to switches defined in ACPI. Takanori Watanabe http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html"> Public Key Key fingerprint = 2C 51 E2 78 2C E1 C5 2D 0F F1 20 A3 11 3A 62 2A To U

Re: ELF rtld and environment variables...

2000-07-24 Thread John Polstra
In article <[EMAIL PROTECTED]>, Alex Zepeda <[EMAIL PROTECTED]> wrote: [LD_PRELOAD and LD_LIBRARY_PATH] > This works great if you're using your average ELF binary. However, if > you're like me and still somewhat attached to the idea of using Navigator > which is an a.out binary (perhaps the onl

Re: Funky scheduler stuff under heavy I/O.

2000-07-24 Thread Andreas Dobloug
* Jaye Mathisen | 8 parallel DD's started at the same type creating 2GB cycbuffs (as fast as | & can put them in the background). (dd if=/dev/zero bs=1m count=2000 | of=blahblah) | | Any brilliant ideas? I've also experienced this on my scsi-drives (dual P2-350, adaptec2940u2w controller). When

ELF rtld and environment variables...

2000-07-24 Thread Alex Zepeda
So I find myself playing more and more with KDE, and more and more enjoying the nifty little hacks it does. But, most of the hacks depend on shlibs, including the requisite libtool horrors. Anyhow, one of the more "useful" features involves "pre-loading" a shared lib to replace a few X functions

Re: Driver for Adaptec/Dell/HP PCI:SCSI RAID adapters available

2000-07-24 Thread Mike Smith
> On Sun, 23 Jul 2000, Mike Smith wrote: > > > > These adapters are OEMed by Dell as the PERC 2/QC and by HP as the HP > > > NetRAID-4m. > > FWIW, I've got a plethora of 2450's and 4350's at work... I think some > have the PERC 3, but I'll check tomorrow... and grab any with the PERC > 2 (or

Re: Driver for Adaptec/Dell/HP PCI:SCSI RAID adapters available

2000-07-24 Thread Mike Hoskins
On Sun, 23 Jul 2000, Mike Smith wrote: > > These adapters are OEMed by Dell as the PERC 2/QC and by HP as the HP > > NetRAID-4m. FWIW, I've got a plethora of 2450's and 4350's at work... I think some have the PERC 3, but I'll check tomorrow... and grab any with the PERC 2 (or are the 2/3 mode