Re: uvm_pseg_get uvm_pseg_lck fix

2010-02-02 Thread Mike Belopuhov
On Tue, Feb 02, 2010 at 15:21 +0300, Mike Belopuhov wrote: On Mon, Feb 01, 2010 at 23:30 -0500, Ted Unangst wrote: I think this fixes the problem with sleeping and holding pseg_lck. perhaps it also makes sense to honour UVMPAGER_MAPIN_WAITOK flag. what do you think? no, i'm sorry,

Re: uvm_pseg_get uvm_pseg_lck fix

2010-02-02 Thread Mike Belopuhov
On Mon, Feb 01, 2010 at 23:30 -0500, Ted Unangst wrote: I think this fixes the problem with sleeping and holding pseg_lck. perhaps it also makes sense to honour UVMPAGER_MAPIN_WAITOK flag. what do you think? Index: uvm_extern.h

Re: uvm_fault in uvm_rb_space

2010-02-02 Thread Thomas Pfaff
On Mon, 1 Feb 2010 23:01:46 -0800 Greg Steuck g...@nest.cx wrote: The other day amd64 4.6-release-ish locked up on me while starting a bunch of programs in X. I think the standard answer here is can you please try running a current snapshot and report back of the issue remains?.

Re: cwm no blank labels

2010-02-02 Thread Okan Demirmen
On Sun 2010.01.17 at 16:05 +0100, Thomas Pfaff wrote: This diff disallows setting blank labels and pressing Esc while editing the current one will leave it unchanged. I don't see the point in allowing empty labels as the windows will just show up as blank entries in the menu. Also remove

Re: UBC? And a Mr. Allen

2010-02-02 Thread Sean Kennedy
FWIW, Hey, I have been to the RTFM side, as well as asking if YXZ feature is looked into But I see the response to Mr. Allen's RFC (See Initial Posting) appropriate. Including the initial inside humour. In fact, it did spawn a related set of tests where the differences between amd64, and i386

Re: UBC?

2010-02-02 Thread Darrin Chandler
On Tue, Feb 02, 2010 at 02:51:52AM +, Jacob Meuser wrote: are you talking about Bret's reply about buzzwords? imo, that's what that reply was about, buzzwords. there was nothing personal. see, the way buzzwords work, is they get stuck in your (as in most people) head, then they come out

xargs -0 and -L

2010-02-02 Thread Antti Harri
Hi, xargs' -L switch isn't working when using -0 flag. Here's a demonstration: $ cd /tmp/ $ mkdir foo bar $ find /tmp/foo /tmp/bar | xargs -L 1 echo /tmp/foo /tmp/bar $ find /tmp/foo /tmp/bar -print0 | xargs -0 -L 1 echo /tmp/foo /tmp/bar Tested also on OS X and Linux and they print two lines

Re: UBC?

2010-02-02 Thread Jacob Meuser
On Tue, Feb 02, 2010 at 10:09:58AM -0700, Darrin Chandler wrote: On Tue, Feb 02, 2010 at 02:51:52AM +, Jacob Meuser wrote: are you talking about Bret's reply about buzzwords? imo, that's what that reply was about, buzzwords. there was nothing personal. see, the way buzzwords work, is

Re: UBC?

2010-02-02 Thread Darrin Chandler
On Tue, Feb 02, 2010 at 06:36:14PM +, Jacob Meuser wrote: On Tue, Feb 02, 2010 at 10:09:58AM -0700, Darrin Chandler wrote: On Tue, Feb 02, 2010 at 02:51:52AM +, Jacob Meuser wrote: are you talking about Bret's reply about buzzwords? imo, that's what that reply was about,

Re: UBC?

2010-02-02 Thread Jacob Meuser
On Tue, Feb 02, 2010 at 11:58:37AM -0700, Darrin Chandler wrote: On Tue, Feb 02, 2010 at 06:36:14PM +, Jacob Meuser wrote: On Tue, Feb 02, 2010 at 10:09:58AM -0700, Darrin Chandler wrote: On Tue, Feb 02, 2010 at 02:51:52AM +, Jacob Meuser wrote: are you talking about Bret's reply

Re: Questions regarding bind(2) and multicast addresses.

2010-02-02 Thread Christiano F. Haesbaert
On Mon, Feb 01, 2010 at 06:32:37PM -0200, Christiano F. Haesbaert wrote: Sorry if this is a little bit out of topic, but I'm developing it in OpenBSD and I couldn't find a definitive answer. My application has one process for each interface, therefore I have one socket to each process, I

Re: xargs -0 and -L

2010-02-02 Thread Ingo Schwarze
Hi Antti, Antti Harri wrote on Tue, Feb 02, 2010 at 07:31:57PM +0200: xargs' -L switch isn't working when using -0 flag. After checking POSIX.1 (2008), i conclude that our implementation and manual are correct in this respect. The -L option is concerned with lines of arguments from standard

Re: UBC?

2010-02-02 Thread Bob Beck
The real issue came out quickly in response to direct questions, and it came out in a civil and informative manner. No problem. So what's your point, really? don't hide your questions behind buzzwords and then get upset when someone makes fun of buzzwords. Knock it off both of you fer

Re: hi0

2010-02-02 Thread LOURDES ENCARNACION CAMBA
hi9 Dear friends, I'm sorry, wasted your valuable time, we are chinese a major international trading electronics wholesale company. Our company's electronic products have the best quality, cheapest price and best service. If you have time to buy 5 products that can free you of the

Re: uvm_pseg_get uvm_pseg_lck fix

2010-02-02 Thread Ariane van der Steldt
On Mon, Feb 01, 2010 at 11:30:06PM -0500, Ted Unangst wrote: I think this fixes the problem with sleeping and holding pseg_lck. Index: uvm_extern.h === RCS file: /home/tedu/cvs/src/sys/uvm/uvm_extern.h,v retrieving revision