Slashdot Mirror


User: euthyphro

euthyphro's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:No Public Domain on Google Announces Open Source Repository · · Score: 4, Informative

    Other notable missing OSI license options: Academic Free License (AFL), Common Development and Distribution License (CDDL), Common Public License (CPL), and Eclipse Public License. It would be nice to hear the selection criteria used and how those criteria combat license proliferation, as well as how holding this position matters to Google.

  2. Re:More like BSD on OpenSolaris-based OSes a Threat to Linux? · · Score: 1

    The CDDL license does not prevent you from forking; it's a derivative of MPL, with the addition of choice of venue and some "patent peace" provisions.

    (Of course, and like the *BSDs, if you choose to fork, you need to build your own core team that shares the principles that caused the fork...)

  3. Re:Time to drop "2." "in 2.6.x.y"? on Revamped Linux Kernel Numbering Concluded · · Score: 1
    Solaris numbering is a marketing label. The output from uname(1) gives the engineering version:
    $ uname -a
    SunOS shuttle 5.10 s10_69 i86pc i386 i86pc
    The current development version number is "5.10.1", although that is subject to change. The meaning of each number group with respect to interface stability is given on attributes(5).
  4. Re:Just as a side note on Intel Quietly Adopts AMD's x86-64 · · Score: 5, Informative
    Solaris also elected to use "amd64":
    1 $ uname -a
    SunOS xxxxxxx 5.10 s10_72 i86pc i386 i86pc
    2 $ isainfo
    amd64 i386
    3 $ isainfo -v
    64-bit amd64 applications
    sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx mmx cmov amd_sysc cx8 tsc
    fpu
    32-bit i386 applications
    sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx mmx cmov amd_sysc cx8 tsc
    fpu