[osol-discuss] Re: Still Solaris Express Build 33 questions ...

2006-03-15 Thread Ché Kristo
np... best of luck. This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Schillix 0.5.1 mini review

2006-03-15 Thread Ché Kristo
[i]I want SOLARIS but want to sort of have a minimalistic start for web servers and such. Also would like Windowmaker or some other cool GUI instead of JDS. Even the minimal install of SX still seems to have package dependencies not sorted out.[/i] I think you might benefit from Eric's blog ser

Re: [osol-discuss] Schillix 0.5.1 mini review

2006-03-15 Thread Scott N.
> Schillix 0.5.1 represents an the release of a > OpenSolaris Live-CD distro now based on Sun's Nevada > build 35 and Xorg's X11 6.9.0. > Being sort of a newb, and not being able to find my answers by searching, can you clarify something for me? Is Schillix basically a 1-CD install of SX/SXCR b

Re: [osol-discuss] Re: How to use(solarisspecific) CAS Instruction (or)atomic Function in C

2006-03-15 Thread Jonathan Adams
On Wed, Mar 15, 2006 at 01:14:19AM -0800, Rama Krishna wrote: > Hi, > > I have found cas32() atomic function in (and > also there is another atomic.h header file in but > this header file does not have any cas32() function declarations) the > declaration of cas32 in > is as follows > >

[osol-discuss] Re: [networking-discuss] Crossbow OpenSolaris Project Proposal

2006-03-15 Thread Kais Belgaied
Sebastien Roy wrote On 03/14/06 18:27,: Carol Gayo wrote: The Crossbow project (http://opensolaris.org/os/community/networking/crossbowpreso.pdf) is a network virtualization technology that greatly improves resource control, performance and network utilization needed to achieve true OS

Re: [osol-discuss] Re: How to use(solarisspecific) CAS Instruction (or)atomic Function in C

2006-03-15 Thread Moinak Ghosh
Rama Krishna wrote: Hi, I have found cas32() atomic function in (and also there is another atomic.h header file in but this header file does not have any cas32() function declarations) the declaration of cas32 in is as follows extern uint32_t cas32(uint32_t *target, uint32_t cmp, uint3

[osol-discuss] Re: How to use(solarisspecific) CAS Instruction (or)atomic Function in C

2006-03-15 Thread Rama Krishna
Hi, I have found cas32() atomic function in (and also there is another atomic.h header file in but this header file does not have any cas32() function declarations) the declaration of cas32 in is as follows extern uint32_t cas32(uint32_t *target, uint32_t cmp, uint32_t newval); extern