Re: [patch] Make tcpbench server non-forking and non-blocking.

2009-06-09 Thread Joachim Schipper
On Tue, Jun 09, 2009 at 03:12:36PM +1000, Damien Miller wrote: > On Mon, 8 Jun 2009, Christiano Farina Haesbaert wrote: > > Another feature I was thinking would be to dump the output in one file > > per host. What do you guys think ? Besides correcting fd limit, udp > > support, any other ideas ?

Re: Please test this diff on as many acpi systems as possible

2009-06-09 Thread Dan Harnett
On Sat, Jun 06, 2009 at 10:23:34PM -0600, g...@gwk.ca wrote: > And it works better if you send the actual diff you would like tested > sorry about this, but please test this one. It appears to be fine running on a ThinkPad T61 and X61s. The max speed is listed a little funny. There is the max an

Re: ACPI C-States diff

2009-06-09 Thread Marco Peereboom
Can we get some tests on this? On Sun, Jun 07, 2009 at 02:48:24PM -0500, jor...@peereboom.us wrote: > Sending out an initial attempt at implementing C-states for APCI CPUs. > The C-states are used to implement the CPU idle loop per CPU. > > Please send dmesgs of booting using this patch. > > Ind

Re: making struct __sFILE editable

2009-06-09 Thread Kurt Miller
FreeBSD tried this and reverted it. See the following thread for a discusion about it and various reasons for not doing it. http://www.mail-archive.com/cvs-...@freebsd.org/msg112466.html On Tuesday 09 June 2009 2:22:51 am Paul Stoeber wrote: > This is a recipe for bringing the system into a state

Re: ksh vi mode werase (^W) handling

2009-06-09 Thread LEVAI Daniel
> Hi, > > Here's a diff to make ksh vi mode handle werase more like vi. It's > really irritating to have whole paths go away on ^W instead of just the > last bit. I think this broke the vi edit so that now you can not go back a whole word with the B (that is capital B) character in command mode:

Re: ksh vi mode werase (^W) handling

2009-06-09 Thread Darrin Chandler
On Tue, Jun 09, 2009 at 06:49:06AM -0700, Darrin Chandler wrote: > Hmm. It's not doing that for me. Both 'b' and 'B' seem to be working, > with 'b' using '/' and other punctuation, and 'B' only caring about ' '. > Can you see if you have to do anything special to break it? Of course I have 1 compu

Re: ksh vi mode werase (^W) handling

2009-06-09 Thread Darrin Chandler
On Tue, Jun 09, 2009 at 03:34:42PM +0200, LEVAI Daniel wrote: > > Hi, > > > > Here's a diff to make ksh vi mode handle werase more like vi. It's > > really irritating to have whole paths go away on ^W instead of just the > > last bit. > > I think this broke the vi edit so that now you can not go b

Re: ACPI C-States diff

2009-06-09 Thread LEVAI Daniel
On Tuesday 09 June 2009 14.46.01 you wrote: > Can we get some tests on this? > I will upload the trace and crash today. Daniel -- LIVAI Daniel PGP key ID = 0x4AC0A4B1 Key fingerprint = D037 03B9 C12D D338 4412 2D83 1373 917A 4AC0 A4B1

Re: ACPI C-States diff

2009-06-09 Thread LEVAI Daniel
On Sunday 07 June 2009 21.48.24 you wrote: > Sending out an initial attempt at implementing C-states for APCI CPUs. > The C-states are used to implement the CPU idle loop per CPU. Crash with i386 SMP. Screenshots are here: http://leva.ecentrum.hu/acpi_crash/ Daniel -- LIVAI Daniel PGP key ID =

Re: making struct __sFILE editable

2009-06-09 Thread Theo de Raadt
> FreeBSD tried this and reverted it. See the following thread > for a discusion about it and various reasons for not doing it. > > http://www.mail-archive.com/cvs-...@freebsd.org/msg112466.html No kidding. The fact that you had to modify standards compliant code already in the tree to make it w

Re: ksh vi mode werase (^W) handling

2009-06-09 Thread Darrin Chandler
The problem was just as you desribed. Below is a diff to restore 'B' and do the right thing on ^W. Thanks! --- /usr/src/bin/ksh/vi.c Tue Jun 9 10:32:27 2009 +++ vi.cTue Jun 9 10:38:15 2009 @@ -596,7 +596,7 @@ vi_insert(int ch) } if (ch == edchars.werase) {

Re: ksh vi mode werase (^W) handling

2009-06-09 Thread LEVAI Daniel
On Tuesday 09 June 2009 19.47.48 you wrote: > The problem was just as you desribed. Below is a diff to restore 'B' and > do the right thing on ^W. Thanks! Thank You, for the quick response. Daniel -- LIVAI Daniel PGP key ID = 0x4AC0A4B1 Key fingerprint = D037 03B9 C12D D338 4412 2D83 1373 917A 4

Re: making struct __sFILE editable

2009-06-09 Thread Joerg Sonnenberger
On Tue, Jun 09, 2009 at 10:37:29AM -0600, Theo de Raadt wrote: > The fact that you had to modify standards compliant code already in > the tree to make it work indicates a rather major problem. The changes for stdout / stderr / stdin at least are valid, the standard doesn't guarantee that they can

Re: ACPI C-States diff

2009-06-09 Thread Gabriel Kihlman
jor...@peereboom.us writes: > Sending out an initial attempt at implementing C-states for APCI CPUs. > The C-states are used to implement the CPU idle loop per CPU. > > Please send dmesgs of booting using this patch. Panics on a thinkpad t400 amd64 SMP I see this part of the boot log on my displ

pour ce qui concerne le mariage

2009-06-09 Thread Eddy
Bonjour, Nous proposons disormais de dipjcher nos iquipes de vidio professionnelles pour filmer tous vos ivhnements festifs qu'il s'agisse de Mariage, Communion, Bar Mitzva, Baptjme ... Le personnel de AM Entertainment met ` votre disposition plus de 20 ans d'expirience dans le monde de l'au

Re: Please test this diff on as many acpi systems as possible

2009-06-09 Thread Aaron W. Hsu
Hey there, From g...@gwk.ca Sun Jun 7 01:54:35 2009 This will call the ACPI _PDC method, normally this ins't implemented on systems with amd processors but the acpi spec says that we should try and evaulate it anyway. In addition to the diff that was backe