Re: make -j and errors

2012-09-26 Thread Darrin Chandler
On Wed, Sep 26, 2012 at 06:21:34PM +0200, Marc Espie wrote: but what about commands that take a long time to run ? Well, make already has a standard mechanism to flag those, that's called .PRECIOUS What if most everything takes a fairly long time to run? Say, largish C++ sources or whatever?

Re: random() always returns 0 with srandom(0)

2012-03-21 Thread Darrin Chandler
On Wed, Mar 21, 2012 at 12:37:47PM -0500, Jeremy C. Reed wrote: My co-worker was troubleshooting why some of our unittests (that work on multiple operating systems and architectures) failed on OpenBSD and saw that if you call srandom(0) to initialize the RNG, random() will always return 0.

Re: Help with Port(s)?

2011-10-27 Thread Darrin Chandler
On Thu, Oct 27, 2011 at 03:10:54PM -0400, cody chandler wrote: I'm interested in helping with port(s). I'm new and have a lot to learn but if someone would not mind teaching I'd like to help! See http://www.openbsd.org/faq/ports/index.html for starters. -- http://code.phxbsd.com/

Re: better cpu throttling

2010-07-01 Thread Darrin Chandler
On Wed, Jun 30, 2010 at 07:59:00PM -0600, Tobias Weingartner wrote: On Wednesday, June 30, Darrin Chandler wrote: What you're saying is true, but that's not the only use case. Streaming media may not benefit from 100% cpu but may not be able to work properly at 0%. The same goes

Re: better cpu throttling

2010-06-30 Thread Darrin Chandler
of control eventually, until then, it'd be nice if people evaluated if this meets their needs. :) -- Darrin Chandler| Phoenix BSD User Group | MetaBUG dwchand...@stilyagin.com | http://phxbug.org/ | http://metabug.org/ http://www.stilyagin.com/ | Daemons in the Desert

Re: better cpu throttling

2010-06-30 Thread Darrin Chandler
at 0% won't work. -- Darrin Chandler| Phoenix BSD User Group | MetaBUG dwchand...@stilyagin.com | http://phxbug.org/ | http://metabug.org/ http://www.stilyagin.com/ | Daemons in the Desert | Global BUG Federation

Re: UBC?

2010-02-02 Thread Darrin Chandler
things work. So why did this thread bother me? Because there's a difference between some idiot asking idiotic questions on misc@ and getting blasted, and an inquiry into a pretty common, genuine issue on t...@. -- Darrin Chandler| Phoenix BSD User Group | MetaBUG dwchand

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-01 Thread Darrin Chandler
a purely technical discussion into an ad hominem attack. -- Darrin Chandler| Phoenix BSD User Group | MetaBUG dwchand...@stilyagin.com | http://phxbug.org/ | http://metabug.org/ http://www.stilyagin.com/ | Daemons in the Desert | Global BUG Federation

Re: Make remote debugging with KGDB possible

2009-12-15 Thread Darrin Chandler
-ia_iot; -#ifdef KGBD +#ifdef KGDB if ((iobase != comconsaddr) (iobase != com_kgdb_addr)) { #else -- DNS64 open-source -- http://ecdysis.viagenie.ca STUN/TURN server-- http://numb.viagenie.ca vCard 4.0 -- http://www.vcarddav.org -- Darrin Chandler

Re: kernel hacking

2009-12-10 Thread Darrin Chandler
the tears will easily fill the empty wine bottle. -- Darrin Chandler| Phoenix BSD User Group | MetaBUG dwchand...@stilyagin.com | http://phxbug.org/ | http://metabug.org/ http://www.stilyagin.com/ | Daemons in the Desert | Global BUG Federation

Re: too many cpus

2009-12-07 Thread Darrin Chandler
of muscle memory induced grief when bouncing around different systems. -- Darrin Chandler| Phoenix BSD User Group | MetaBUG dwchand...@stilyagin.com | http://phxbug.org/ | http://metabug.org/ http://www.stilyagin.com/ | Daemons in the Desert | Global BUG Federation

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