loader tunables for modules

2003-05-30 Thread Alexander Langer
Hi!

How would one give flags to kernel modules?

I.e. a kernel module I wrote starts a kernel thread.  It should be
controlable what kernel thread it starts depending on a sysctl.
Of course the sysctl isn't available before the module is loaded.

So is there a way to pass a kernel module options to the load-handler,
as it is the case for the linux modprobe?

For statically drivers in the kernel this can be done by a r/o loader
tunable, but I really want to have a module.

Thanks for any pointers

Alex
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: loader tunables for modules

2003-05-30 Thread Alexander Langer
Also sprach Lara  Harti Brandt ([EMAIL PROTECTED]):

 It turns out that kenv is just handy for this. I use it to pass 
 debugging information and configuration info to the ATM drivers. And you 
 can set kenv entries from the loader and the shell.

Great, exactly what I was looking for.

Thanks a lot.

Alex
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gcc bug? Openoffice port impossibel to compile on 4.8

2003-05-30 Thread Terry Lambert
Dag-Erling Smorgrav wrote:
 Bruce M Simpson [EMAIL PROTECTED] writes:
  However, we're dealing with something a bit more stable in terms of
  code base, anyway. Having to commit a whole bunch of fixes for the
  sake of a compiler upgrade isn't acceptable. Sounds like the GCC
  guys have been bitten by the Linux bug.
 
 May I remind you that KR-style declarations have been deprecated for
 the last 14 years?

By a committee consisting largely of compiler vendors.  We
know.

-- Terry
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pcic setup / wi0 timeout

2003-05-30 Thread John Baldwin

On 29-May-2003 M. Warner Losh wrote:
 OK.  You might have a little better luck with 5.1-BETA, or you might
 not.  However, you might try http://people.freebsd.org/~msmith/pir.c
 as root and tell me if it finds a $PIR table.  The boot verbose says
 no, but I can't recall if 5.0-RELEASE printed it or not (I think it
 does).

boot -v on 5.0 does dump the $PIR.  Also, even without boot -v, you will
see a line like:

Using $PIR table, 7 entries at 0xc00fdf50

If we find a $PIR.

-- 

John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/
Power Users Use the Power to Serve!  -  http://www.FreeBSD.org/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pcic setup / wi0 timeout

2003-05-30 Thread Dirk-Willem van Gulik


On Thu, 29 May 2003, John Baldwin wrote:


 On 29-May-2003 M. Warner Losh wrote:
  OK.  You might have a little better luck with 5.1-BETA, or you might
  not.  However, you might try http://people.freebsd.org/~msmith/pir.c
  as root and tell me if it finds a $PIR table.  The boot verbose says
  no, but I can't recall if 5.0-RELEASE printed it or not (I think it
  does).

 boot -v on 5.0 does dump the $PIR.  Also, even without boot -v, you will
 see a line like:

 Using $PIR table, 7 entries at 0xc00fdf50

 If we find a $PIR.

Aye; reason we did not see it was that is not there; nor on 5.1 nor with
the above pir.c cmd.

Dw.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


HEADS UP! Major commits in the tree coming soon

2003-05-30 Thread Thorsten Futrega
Dear users,

The HEAD code freeze was extended by three days to
allow for some final pending work to be committed and 
prepare 5.1 to be a good release. The code freeze will

likely end sometime tomorrow, May 30.

We ask that large scale changes still be deferred 
until after 5.1 is actually released so that any
 problems can be dealt with.  The release
engineering team will send out emails explicitely
stating when HEAD has thawed and when large changes
like new compilers and dynamic-linked worlds can go 
it.

The most important changes I'm going to commit today:

- Remove gcc and replace it with a new TenDRA
snapshot.
- Remove GNU tar.
- Fix httpd.ko to make it work on buggy AMD
processors.
- Drop support for 386 and 486 cpus.
- Remove ext2 support (GPL encumbered).
- Add perl 5.8 *and* python 2.2 to base.
- Remove Sendmail and replace it with Postfix.

If anyone has any reason why these should not be 
committed, I'll give a 5 hours grace time. Send
replies
to the list.

Thank you.

 Thorsten and the rest or the release engineering team.

__
Yahoo! Plus - For a better Internet experience
http://uk.promotions.yahoo.com/yplus/yoffer.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HEADS UP! Major commits in the tree coming soon

2003-05-30 Thread The Anarcat
On the tune of some cute Ramones song...

Beat on the Troll
Beat on the Troll
Beat on the Troll
With a baseball bat
Oh yeah! Oh yeah! Oh yeah!

A.

On Thu May 29, 2003 at 06:18:42PM +0100, Thorsten Futrega wrote:
 Dear users,
 
 The HEAD code freeze was extended by three days to
 allow for some final pending work to be committed and 
 prepare 5.1 to be a good release. The code freeze will
 
 likely end sometime tomorrow, May 30.
 
 We ask that large scale changes still be deferred 
 until after 5.1 is actually released so that any
  problems can be dealt with.  The release
 engineering team will send out emails explicitely
 stating when HEAD has thawed and when large changes
 like new compilers and dynamic-linked worlds can go 
 it.
 
 The most important changes I'm going to commit today:
 
 - Remove gcc and replace it with a new TenDRA
 snapshot.
 - Remove GNU tar.
 - Fix httpd.ko to make it work on buggy AMD
 processors.
 - Drop support for 386 and 486 cpus.
 - Remove ext2 support (GPL encumbered).
 - Add perl 5.8 *and* python 2.2 to base.
 - Remove Sendmail and replace it with Postfix.
 
 If anyone has any reason why these should not be 
 committed, I'll give a 5 hours grace time. Send
 replies
 to the list.
 
 Thank you.
 
  Thorsten and the rest or the release engineering team.
 
 __
 Yahoo! Plus - For a better Internet experience
 http://uk.promotions.yahoo.com/yplus/yoffer.html
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

-- 
Seul a un caractère scientifique ce qui peut être réfuté. Ce qui n'est
pas réfutable relève de la magie ou de la mystique.
- Popper, Karl


pgp0.pgp
Description: PGP signature


Re: HEADS UP! Major commits in the tree coming soon

2003-05-30 Thread Thorsten Futrega
 --- The Anarcat [EMAIL PROTECTED] wrote:  On
the tune of some cute Ramones song...
 
 Beat on the Troll
 Beat on the Troll
 Beat on the Troll
 With a baseball bat
 Oh yeah! Oh yeah! Oh yeah!

Erm, this is not really funny. I'm trying to do my
job the best I can. Do you think being on core@ and
having to deal with all these politics is fun? I'm 
honestly burning out. I might leave, like Mike Smith
did. Hell, I might even be quoted on those slashdot
*BSD trolls. Listen, all these changes are necessary
if
we are to ever have a production ready system. I'm 
really tired of dealing with O'Brien, Fumerolas,
Mallet
and other committers who can't understand simple
facts.

Do you think you can do better? Go for it. What I'm
trying to do is get a decent release this time. Guess
FreeBSD is now about politics and not about high 
quality code anymore. Too bad.

Thorsten


__
Yahoo! Plus - For a better Internet experience
http://uk.promotions.yahoo.com/yplus/yoffer.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HEADS UP! Major commits in the tree coming soon

2003-05-30 Thread Kenneth Culver
 The HEAD code freeze was extended by three days to
 allow for some final pending work to be committed and
 prepare 5.1 to be a good release. The code freeze will

 likely end sometime tomorrow, May 30.

 We ask that large scale changes still be deferred
 until after 5.1 is actually released so that any
  problems can be dealt with.  The release
 engineering team will send out emails explicitely
 stating when HEAD has thawed and when large changes
 like new compilers and dynamic-linked worlds can go
 it.

 The most important changes I'm going to commit today:

 - Remove gcc and replace it with a new TenDRA
 snapshot.

I'm just wondering... but is there a reason why gcc is being replaced? Is
there a page or a previous list mail that explains the reasons? URL?
Thanks.

 - Remove GNU tar.
 - Fix httpd.ko to make it work on buggy AMD
 processors.
 - Drop support for 386 and 486 cpus.
 - Remove ext2 support (GPL encumbered).
 - Add perl 5.8 *and* python 2.2 to base.
 - Remove Sendmail and replace it with Postfix.

 If anyone has any reason why these should not be
 committed, I'll give a 5 hours grace time. Send
 replies
 to the list.

 Thank you.

  Thorsten and the rest or the release engineering team.

Thanks

Ken

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HEADS UP! Major commits in the tree coming soon

2003-05-30 Thread Bosko Milekic

For the benefit of the majority:  This post was FAKE.

Now please return to your regularly scheduled discussion and kindly
ignore all future posts to this thread.

-Bosko

On Thu, May 29, 2003 at 01:50:33PM -0400, Kenneth Culver wrote:
  The HEAD code freeze was extended by three days to
  allow for some final pending work to be committed and
  prepare 5.1 to be a good release. The code freeze will
 
  likely end sometime tomorrow, May 30.
 
  We ask that large scale changes still be deferred
  until after 5.1 is actually released so that any
   problems can be dealt with.  The release
  engineering team will send out emails explicitely
  stating when HEAD has thawed and when large changes
  like new compilers and dynamic-linked worlds can go
  it.
 
  The most important changes I'm going to commit today:
 
  - Remove gcc and replace it with a new TenDRA
  snapshot.
 
 I'm just wondering... but is there a reason why gcc is being replaced? Is
 there a page or a previous list mail that explains the reasons? URL?
 Thanks.
 
  - Remove GNU tar.
  - Fix httpd.ko to make it work on buggy AMD
  processors.
  - Drop support for 386 and 486 cpus.
  - Remove ext2 support (GPL encumbered).
  - Add perl 5.8 *and* python 2.2 to base.
  - Remove Sendmail and replace it with Postfix.
 
  If anyone has any reason why these should not be
  committed, I'll give a 5 hours grace time. Send
  replies
  to the list.
 
  Thank you.
 
   Thorsten and the rest or the release engineering team.
 
 Thanks
 
 Ken
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

-- 
Bosko Milekic
[EMAIL PROTECTED]
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HEADS UP! Major commits in the tree coming soon

2003-05-30 Thread Stephen Montgomery-Smith
Thorsten Futrega wrote:

The most important changes I'm going to commit today:

- Remove gcc and replace it with a new TenDRA
snapshot.
- Remove GNU tar.


I really don't see a need for any version of tar to be in the base system.  I 
mean, where does it actually get used (other than things like installation, 
which don't really matter).

- Fix httpd.ko to make it work on buggy AMD
processors.
- Drop support for 386 and 486 cpus.


Shouldn't we also drop support for the earlier pentium systems as well?  I think 
that we can safely assume that everyone is running a pentium 4 or better.

- Remove ext2 support (GPL encumbered).


Remove ffs support also (BSD license encumbered).

- Add perl 5.8 *and* python 2.2 to base.


I agree - perl makes a perfect replacement for tar.

- Remove Sendmail and replace it with Postfix.


I prefer USPS.

--
Stephen Montgomery-Smith
[EMAIL PROTECTED]
http://www.math.missouri.edu/~stephen
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HEADS UP! Major commits in the tree coming soon

2003-05-30 Thread Kirk Strauser
At 2003-05-29T18:04:08Z, Stephen Montgomery-Smith [EMAIL PROTECTED] writes:

 Shouldn't we also drop support for the earlier pentium systems as well?  I
 think that we can safely assume that everyone is running a pentium 4 or
 better.

Intel?  Bah!  I use only AMD, so I think that CPUTYPE=k7 is a reasonable
cutoff.

 - Add perl 5.8 *and* python 2.2 to base.

 I agree - perl makes a perfect replacement for tar.

I strongly disagree.  We already have csh - anything else is just frilly.
-- 
Kirk Strauser


pgp0.pgp
Description: PGP signature


Re: HEADS UP! Major commits in the tree coming soon

2003-05-30 Thread Thorsten Futrega
 --- Stephen Montgomery-Smith
[EMAIL PROTECTED] wrote:  Thorsten Futrega
wrote:

  - Remove GNU tar.
 
 
 I really don't see a need for any version of tar to
 be in the base system.  I 

It's not needed if we have pax, and GNU tar generates
broken tar files that can't be extracted with, e.g.
NetBSD pax or Solaris' tar.

 Shouldn't we also drop support for the earlier
 pentium systems as well?  I think 

That's certainly planned for 6.0

  - Add perl 5.8 *and* python 2.2 to base.
 I agree - perl makes a perfect replacement for tar.

You've showed me in the past that you have zero
respect
for both the project and the community, so , please, 
go back to your troll cave.

Thorsten

__
Yahoo! Plus - For a better Internet experience
http://uk.promotions.yahoo.com/yplus/yoffer.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HEADS UP! Major commits in the tree coming soon

2003-05-30 Thread Scott Long
Please go away.

Thorsten Futrega wrote:
 --- Stephen Montgomery-Smith
[EMAIL PROTECTED] wrote:  Thorsten Futrega
wrote:

- Remove GNU tar.


I really don't see a need for any version of tar to
be in the base system.  I 


It's not needed if we have pax, and GNU tar generates
broken tar files that can't be extracted with, e.g.
NetBSD pax or Solaris' tar.

Shouldn't we also drop support for the earlier
pentium systems as well?  I think 


That's certainly planned for 6.0


- Add perl 5.8 *and* python 2.2 to base.
I agree - perl makes a perfect replacement for tar.


You've showed me in the past that you have zero
respect
for both the project and the community, so , please, 
go back to your troll cave.

Thorsten

__
Yahoo! Plus - For a better Internet experience
http://uk.promotions.yahoo.com/yplus/yoffer.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HEADS UP! Major commits in the tree coming soon

2003-05-30 Thread Thorsten Futrega
 --- Scott Long [EMAIL PROTECTED] wrote: 
 Please go away.

Scott, learn how to quote. Only Outlook users do top
quoting. Then we'll talk about the myriad of crap 
patches you committed and I had to back out to reach
minimal stability before code freeze. Thank you.

Thorsten.

__
Yahoo! Plus - For a better Internet experience
http://uk.promotions.yahoo.com/yplus/yoffer.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HEADS UP! Major commits in the tree coming soon

2003-05-30 Thread Samy Al Bahra
To all interested parties...

THIS WHOLE THREAD IS GARBAGE, PLEASE DISREGARD IT. IT IS A HOAX STARTED BY A 
GOOD-FOR-NOTHING TROLL. THERE IS NO Thorsten Futrega IN -CORE AND THERE ARE NO PLANS 
A LONG THE LINES THAT HE LISTED ORIGINALLY.

P.S. Troll: Stop, or atleast move this to -chat

Thank you for your time...

On Thu, 29 May 2003 20:22:50 +0100 (BST)
Thorsten Futrega [EMAIL PROTECTED] wrote:

  --- Scott Long [EMAIL PROTECTED] wrote: 
  Please go away.
 
 Scott, learn how to quote. Only Outlook users do top
 quoting. Then we'll talk about the myriad of crap 
 patches you committed and I had to back out to reach
 minimal stability before code freeze. Thank you.
 
 Thorsten.
 
 __
 Yahoo! Plus - For a better Internet experience
 http://uk.promotions.yahoo.com/yplus/yoffer.html
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


left over shells/processes

2003-05-30 Thread jason fiddian
 i feel i'm missing something simple here.
we have a freebsd 4.6 server that approx 20 users telnet into to
access a retail application.  if a user closes their telnet session
without logging out correctly it leaves behind the shell and any
processes attached to it.
how can we kill these leftover shells  processes if this occurs?

thanx in advance

new admin


--
www.tasmail.com


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: left over shells/processes

2003-05-30 Thread Doug White
On Fri, 30 May 2003, jason fiddian wrote:

  i feel i'm missing something simple here.
 we have a freebsd 4.6 server that approx 20 users telnet into to
 access a retail application.  if a user closes their telnet session
 without logging out correctly it leaves behind the shell and any
 processes attached to it.
 how can we kill these leftover shells  processes if this occurs?

Is your app handling SIGHUP? If not, the app will stay running, as well as
its parents.

-- 
Doug White|  FreeBSD: The Power to Serve
[EMAIL PROTECTED]  |  www.FreeBSD.org
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Preliminary gbde performance patchset

2003-05-30 Thread Jason Stryker
Hello hackers,

I've finished testing my first set of performance patches for gdbe. After
some testing
it seems to work ok. The performance gain is about 15% on i386 and
sparc64. Other systems
haven't been tested yet, but I encourage all of you to test and give
feedback. There's a
weird bug in SMP systems that I haven't been able to fully track down.
Sometimes gbde will
fail to attach on systems with more than 1 CPU. Fortunately, it's
harmless.

Fetch the patch from here: http://tinyurl.com/cx5f

The patch should apply cleanly on any recent -CURRENT. Sorry, it won't
work on 5.0-R
It's my first patch against the kernel code, so expect a few
non-BDE-complying mistakes. Sorry
for that.

Thanks,
   Jason
-- 
  Jason Stryker
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - IMAP accessible web-mail
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


RBEM10/100+56k at 32-bit cardBus

2003-05-30 Thread Victor Bratsev
Greetings!

Can anybody help me to solve this -
I've got RBEM10/100+56k PCMCIA card and I can't get it work.
Because my cardBus - it's 32-bit, and driver is 16-bit.
I've got a message at startup pcmcia: 32-bit cardbus is unsupported
and as result if_xe.ko is unloaded with strange fhdjklsah - if I try to
kldload if_xe it says that it can't load module because it is already
loaded, but kldstat says that there is NO if_xe loaded.
FreeBSD is RELEASE-4.7 with custom kernel with device xe included.

I've got little knowledge in PC-internals and haven't got experience in
system programming so if anybody will guide me I should try to solve
this by myself.
And I don't want to change my laptop or pc-card:)

Thanks.

[EMAIL PROTECTED]

No trees were harmed in the composition of this message, although some
electrons were mildly inconvenienced.
(after Chris Dillon - cdillon(at)wolves.k12.mo.us)

FreeBSD: The fastest and most stable server OS on the planet
- Available for IA32 (Intel x86) and Alpha architectures
- IA64, PowerPC, UltraSPARC, ARM, and S/390 under development
- http://www.freebsd.org
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Preliminary gbde performance patchset

2003-05-30 Thread Poul-Henning Kamp


How cute.

Our favourite troll has given us a link which redirects to an url
which he thinks will send a message to SCO:

http://www.sco.com/company/feedback/thanks.html?location=206category=10[EMAIL 
PROTECTED]subject=FUCK_YOU_ASSHOLES!!!message=SCOsuckmydick!!

Unfortunately, his skills are not up to the task, so it does not work
at all.

Poor troll.

I hope we can get the social services or a mental institution near his
home to take care of him, he _really_ need to take his medication every
day.

Poul-Henning

In message [EMAIL PROTECTED], Jason Str
yker writes:
Hello hackers,

I've finished testing my first set of performance patches for gdbe. After
some testing
it seems to work ok. The performance gain is about 15% on i386 and
sparc64. Other systems
haven't been tested yet, but I encourage all of you to test and give
feedback. There's a
weird bug in SMP systems that I haven't been able to fully track down.
Sometimes gbde will
fail to attach on systems with more than 1 CPU. Fortunately, it's
harmless.

Fetch the patch from here: http://tinyurl.com/cx5f

The patch should apply cleanly on any recent -CURRENT. Sorry, it won't
work on 5.0-R
It's my first patch against the kernel code, so expect a few
non-BDE-complying mistakes. Sorry
for that.

Thanks,
   Jason
-- 
  Jason Stryker
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - IMAP accessible web-mail


-- 
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD committer   | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Preliminary gbde performance patchset

2003-05-30 Thread Jason Stryker
On Fri, 30 May 2003 09:58:09 +0200, Poul-Henning Kamp
[EMAIL PROTECTED] said:
 
 Our favourite troll has given us a link which redirects to an url
 which he thinks will send a message to SCO:

Stay out of it Pull, you have no poul with me and you know it.

It was simply a heads up to warn people. But because you still don't 
get it even tho it's crystal clear, I'll try to explain it in a way
that even you will understand: See, GEOM is simply another little ego
trip from you, nothing more. As soon as your ego is satisfied, you'll
never fix bugs and/or add enhancements to it, like you've done before
with other projects of yours. And, of course, you won't let any other
committer touch your holy code. This has happened before. It was,
in fact, one of the reasons why I'm no longer a committer.

Having said that, I want an RFC on how we can fix this situation. See,
we have hundreds of committers, even when no more than 50 really do
useful
work. I laugh every time I see you gave Hiten Pandya a docs commit bit so
he would stop pestering you. Hiten 'irc howto' Pandya [1], that is.

So let's get rid of all those useless people that not only don't do any
useful work, but make it really hard for others to work. I'm talking
about
people like Bill Fumerola. You know who they are.

But do you know what's really funny? That we are using an operating
system
made by people you don't even know how to properly quote (hi scottl@, I'm
talking about you!)

Have fun with your little GEOM toy. That is, until you get bored of it
and
don't let anyone else improve it, like you've done lots of times before.

Thanks.

[1]
http://groups.google.com/groups?q=hiten+pandya+irc+howtohl=zh-TWlr=ie=UTF-8oe=UTF-8selm=200208281800.g7SI09An074560%40www.freebsd.org.lucky.freebsd.portsrnum=2
-- 
  Jason Stryker
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - Choose from over 50 domains or use your own
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Preliminary gbde performance patchset

2003-05-30 Thread Jason Stryker
On Fri, 30 May 2003 10:30:23 +0200, Poul-Henning Kamp
[EMAIL PROTECTED] said:
 
 Well, apart from the fact that it seems that I can tell vowels apart
 a fair bit better than you, I clearly seem to have quite some pull
 with you because you feel compelled to react to my emails to you.

Stay out of it Pull, you have no poul with me and you know it.

 It must be a real torture to be so weak that you can not even turn
 your back on your big failure and get on with your life, but instead
 be drawn again and again to vent your anger and display your lameness
 for all the people who you most of all wanted to impress.

You still fail to see the truth. The truth is, as time passes, more
people
realize what a bunch of asses and hypocrites most of you are, and move to
another projects. I know I'm not alone in my crusade to let the truth
about
this project out. Back when I still was a committer I had the feeling
that
going through all the crap was worth the effort. Man, how wrong I was. Or
have you already forgotten how the community reacted when you and the
rest
of the gestapo-esque committers removed Dillon's commit bit? Or when Bill
Fumerola made asmodai resign? Fortunately, google doesn't forget, and
the proof is there, and will be for a long time.

 That dot-com thing really made a lot of failures like you think
 they could fly, didn't it ?

As much as it bothers you, the code I contributed is still in the
tree, and is high quality.

 Anyway: now please run along, be quiet and find something to play
 with, and leave the grown ups around here to do their work.

Why, do you fear that the community will wake up and see the truth?
Can you even handle it? NetBSD 2.0 is being released this summer. That
means another exodus will happen, as a lot of FreeBSD users get fed up
enough with people like you and move onto nicer communities. It doesn't
really matter, you know, you've been playing catchup with NetBSD for
months
anyway.

 Never attribute to malice what can adequately be explained by
 incompetence.

Interesting, perhaps you should read your own .sig before posting :)

Thanks. 
-- 
  Jason Stryker
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - A no graphics, no pop-ups email service
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Preliminary gbde performance patchset

2003-05-30 Thread Poul-Henning Kamp

Stay out of it Pull, you have no poul with me and you know it.

I is so sad to see how you keep repeating this silly thing.

Do you expect that by repeating it we will suddenly get it and
fall in awe with your skills with words ?  I hate to think this is
the best you can do when you try to be funny, that would so pathetic.

That's almost as lame was the fact that you claim to speak for
the community and claim to know the truth, yet you dare not
use your own name, because you know we would laugh even harder
then.

As for you claim to have been a committer, or even that you have
code in the tree:  Yeah, right, and sell me the Eifel tower too.

There is one count where I will concede that the FreeBSD project
sucks: We have really lousy incompetent stupid boring trolls.

Poul-Henning

-- 
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD committer   | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Preliminary gbde performance patchset

2003-05-30 Thread Jason Stryker
On Fri, 30 May 2003 11:19:40 +0200, Poul-Henning Kamp
[EMAIL PROTECTED] said:

 I is so sad to see how you keep repeating this silly thing.

I don't think it means what you think it means.

 Do you expect that by repeating it we will suddenly get it and
 fall in awe with your skills with words ?  I hate to think this is
 the best you can do when you try to be funny, that would so pathetic.

It took you three times to get it, not bad for a FreeBSD committer.

 That's almost as lame was the fact that you claim to speak for
 the community and claim to know the truth, yet you dare not
 use your own name, because you know we would laugh even harder
 then.

I'll repeat the immortal words of Chris G Demetriou, from the 
NetBSD core team:

When i think of politics, i think of Jordan Hubbard, flat out lying
about what's in, or going to be in, FreeBSD, or what the system can
do, or what's wrong with the system.  (worth noting: I've come to
understand Kolstad, even see him as a reasonable person.  I see jordan
as a _liar_, period.)  _that's_ not the game that we, or i, play.

 As for you claim to have been a committer, or even that you have
 code in the tree:  Yeah, right, and sell me the Eifel tower too.

You probably mean the _Eiffel_ tower. Please, see 
http://www.tour-eiffel.fr/ for more info.

I know it really upsets you, ./poul, but there's code I wrote in 
the tree. Get over it. Why am I not using my real name? I don't
want to be threatened again by members of FreeBSD.

 There is one count where I will concede that the FreeBSD project
 sucks: We have really lousy incompetent stupid boring trolls.

And you keep wasting thousands of people's bandwidth with your silly
vendetta, great.

Thanks.
-- 
  Jason Stryker
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - A fast, anti-spam email service.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Preliminary gbde performance patchset

2003-05-30 Thread Poul-Henning Kamp

Why am I not using my real name? I don't
want to be threatened again by members of FreeBSD.

Since you are obviously to dim to realize the following very simple
fact I will spell it out in detail to you:

A better strategy would be to not upset the members of the
FreeBSD project by lamely trolling our mailing lists.

-- 
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD committer   | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Preliminary gbde performance patchset

2003-05-30 Thread Jason Stryker
On Fri, 30 May 2003 11:52:54 +0200, Poul-Henning Kamp
[EMAIL PROTECTED] said:
 
 Since you are obviously to dim to realize the following very simple
 fact I will spell it out in detail to you:
 
 A better strategy would be to not upset the members of the
 FreeBSD project by lamely trolling our mailing lists.

Excellent, you've managed to make an ass out of yourself in front
of all the hackers@ subscriptors. Now stop wasting our time. The 
only thing I have to add is:

 __ 
 YHBT. YHL. HAND. 
 -- 
\,-^-.
 \   !oYo!
  \ /./=\.\__
   ##)\/\
||-w||
||  ||

   Cowth Vader

P.S: The fact that you've been trolled doesn't
make what I've said any less true.

Thanks. Now you're in my killfile.
-- 
  Jason Stryker
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - The professional email service
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


kqueue/kevent support in scsi device drivers

2003-05-30 Thread Jayasheela Bhat
Hi All,
 
At present, kevent is supported for vnode, fifos, pipes and sockets, I believe. 
I would like to use kevent notification in scsi devices. But the drivers scsi_xx.c do 
not support it. Whether I can implement it in scsi device driver using KNOTE? 
I was going through tty.c where KNOTE is used. struct 'tty' has the support for it. 
The same is not available in struct 'disk'.  
Could anyone tell me whether it is possible to implement it and how??
 
Thanks,
Jaya
 

Catch all the cricket action. Download Yahoo! Score tracker
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RBEM10/100+56k at 32-bit cardBus

2003-05-30 Thread Scott Mitchell
On Fri, May 30, 2003 at 11:38:21AM +0400, Victor Bratsev wrote:
 Greetings!
 
 Can anybody help me to solve this -
 I've got RBEM10/100+56k PCMCIA card and I can't get it work.
 Because my cardBus - it's 32-bit, and driver is 16-bit.
 I've got a message at startup pcmcia: 32-bit cardbus is unsupported
 and as result if_xe.ko is unloaded with strange fhdjklsah - if I try to
 kldload if_xe it says that it can't load module because it is already
 loaded, but kldstat says that there is NO if_xe loaded.
 FreeBSD is RELEASE-4.7 with custom kernel with device xe included.

CardBus is not supported at all in 4.x.  If you want to use this card
you'll have to upgrade to 5.x (which should be less of a scary option now
that 5.1-R is nearly here).  I'm pretty sure that the RBEM cards do work
with 5.x, although I can't remember which driver they use.  The xe driver
only supports 16-bit Xircom cards, though.  Their CardBus stuff uses
entirely different hardware.

Cheers,

Scott

-- 
===
Scott Mitchell   | PGP Key ID | Eagles may soar, but weasels
Cambridge, England   | 0x54B171B9 |  don't get sucked into jet engines
scott at fishballoon.org | 0xAA775B8B |  -- Anon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]