[osol-code] hg onnv-gate rollback

2007-09-27 Thread Mike Kupfer
FYI, we rolled back 5140:8da0077ebe65 so that the submitter could put back again with corrected comments. Sorry for the inconvenience. mike ___ opensolaris-code mailing list opensolaris-code@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/o

Re: [osol-code] math.h

2007-09-27 Thread Stephen Hahn
* Neale Ferguson <[EMAIL PROTECTED]> [2007-09-27 20:33]: > To what component does math.h, iso/math_iso.h etc. belong? They exist > on a "live" OpenSolaris system in /usr/include but I can't find them > in the OpenSolaris source tree. There is a math.h but it belongs to > libbc and doesn't contain t

[osol-code] math.h

2007-09-27 Thread Neale Ferguson
To what component does math.h, iso/math_iso.h etc. belong? They exist on a "live" OpenSolaris system in /usr/include but I can't find them in the OpenSolaris source tree. There is a math.h but it belongs to libbc and doesn't contain the _h_val definition required by libc/port/fp/fp_data.c. Neal

Re: [osol-code] "main" scheduling function, real-time, FIFO and RR

2007-09-27 Thread [EMAIL PROTECTED]
John Zolnowsky x69422/408-404-5064 wrote: >> Date: Thu, 27 Sep 2007 07:13:42 -0700 (PDT) >> From: micke <[EMAIL PROTECTED]> >> >> "There are no separate dispatch queues for the different classes." >> >> well according to Solaris Internals, page 229, I quote: "Kernel preempt >> dispatch queue. Real-

Re: [osol-code] "main" scheduling function, real-time, FIFO and RR

2007-09-27 Thread John Zolnowsky x69422/408-404-5064
> Date: Thu, 27 Sep 2007 07:13:42 -0700 (PDT) > From: micke <[EMAIL PROTECTED]> > > "There are no separate dispatch queues for the different classes." > > well according to Solaris Internals, page 229, I quote: "Kernel preempt > dispatch queue. Real-time threads are managed on a separate dispatc

Re: [osol-code] "main" scheduling function, real-time, FIFO and RR

2007-09-27 Thread micke
"There are no separate dispatch queues for the different classes." well according to Solaris Internals, page 229, I quote: "Kernel preempt dispatch queue. Real-time threads are managed on a separate dispatch queue from other classes" I've checked the rtshed.c and sched.c etc. But I have a hard