Slashdot Mirror


Apple Announces New Open Source Efforts

Today Apple announced a few expanded open source efforts. First, beginning with Mac OS X 10.4.7, the Darwin/Mac OS X kernel, known as "xnu", is again available as buildable source for the Intel platform, including EFI utilities. Second, iCal Server, Bonjour, and launchd are moving to Apache 2.0 licensing. And finally, Mac OS Forge has been launched, as the successor to OpenDarwin as a conduit for hosting projects such as WebKit that were formerly hosted by the OpenDarwin project's servers, such as WebKit. Mac OS Forge is sponsored by Apple. DarwinPorts has already moved to its own servers. Update: 08/08 01:43 GMT by J : The official Apple announcement is now out. Other fun news: Leopard will ship with Ruby on Rails.

7 of 323 comments (clear)

  1. Official Apple announcement by daveschroeder · · Score: 5, Informative

    The official announcement by Ernie Prabhakar of Apple is here:

    From: Ernest Prabhakar prabhaka@apple.com
    Date: August 7, 2006 4:15:51 PM PDT
    To: darwin-dev@lists.apple.com, fed-talk@lists.apple.com
    Subject: Apple Opens Up: Kernel, Mac OS Forge, iCal Server, Bonjour, Launchd

    Hi all,

    In conjunction with this week's Developer Conference, we have four great pieces of news for Open Source developers:

    A. Intel Kernel Sources

    As of today, we are posting buildable kernel sources for Intel-based Macs alongside the usual PowerPC (and other Intel) sources, starting with Mac OS X 10.4.7. We regret the delay in readying the new kernel for release, and thank you for your patience.

    http://www.opensource.apple.com/darwinsource/tarba lls/apsl/xnu-792.10.96.tar.gz

    B. New "Mac OS Forge" for Community Projects

    Mac OS Forge, a new community site hosted by Apple, is being created to support WebKit and other open source projects focused on Mac OS X, especially those looking to transition from OpenDarwin.org.

    http://www.macosforge.org/

    C. New Open Source Calendaring Server

    In order to encourage community participation, source code to the new iCal Server in Leopard Server is now available on Mac OS Forge under the Apache License.*

    http://collaboration.macosforge.org/

    D. Apache-Licensed Bonjour and Launchd sources

    To further enable and encourage cross-platform adoption, the APSL** sources for Bonjour service discovery and Launchd process management are being re-released under the Apache License and hosted on Mac OS Forge:

    http://bonjour.macosforge.org/
    http://launchd.macosforge.org/

    Apple is more excited than ever about the power of Open Source development to create value for our (and your) products and customers. I'll be offline much of this week due to WWDC, but I look forward to working with all of you as we move forward to Leopard.

    Sincerely,
    Ernest Prabhakar
    Open Source Product Manager, Apple
    WWDC 2006, Aug 7-11, San Francisco
    http://developer.apple.com/wwdc

    * Apache License, Version 2.0
    http://www.apache.org/licenses/LICENSE-2.0.html

    ** Apple Public Source License 2.0
    http://www.opensource.apple.com/apsl/2.0.txt


    And as always, Darwin and Darwin component sources are available here:

    http://www.opensource.apple.com/darwinsource/

  2. Re:Darwin on PC by oudzeeman · · Score: 5, Informative

    vtech used a custom compiled kernel, and have also been using Linux on the cluster. I used to work for a site with a 256 node Xserve cluster that was running the latest OS X 10.4 (we started with 10.3 and switched to 10.4 shortly after it was releases). They still run an up to date 10.4 on the cluster, but now they also have a portion of the cluster running Linux, which performs better than OS X for many HPC applications. They are working on software that will interface with TORQUE/Moab to install either a Linux or OS X disk image prior to launching a job thereby allowing a fully dynamic OS X / Linux hybrid cluster. Xnu appears to have issues with its memory manager. Sites often write their own simple memory manager in order to get the best possible benchmarks for OS X. VTech did it. We did it. Ours was a IOKit driver that loaded at system boot. The first thing it did was grab about 90% of the physical RAM (contiguous). The driver had to be loaded at boot or else this would have failed. Then we wrote a library that would overload the malloc familly of functions to use our memory manager rather than the default. This ensured that our high performance app would always get physcally contiguous memory which improved cache hits and greatly improved the performance of Goto's blas libraries (he has a very low oppinion of the OS X memory manager).

  3. PowerPC is to remain open by Wesley+Felter · · Score: 4, Informative

    XNU/PowerPC has been open source for years. That's why people were surprised when the source for the x86 version was not released.

  4. Re:Not allowed by Sun by Anonymous Coward · · Score: 4, Informative

    Apple's Java contract with Sun does not allow it to give away any of it's Mac OS JVM code.

    Blame Sun.

    Not Apple.

  5. Actually... (fan controller) by quacking+duck · · Score: 4, Informative

    By all accounts the fan control is entirely firmware-based, on both Macbook and Macbook Pro. In other words, no licence in the world would do you any good right now in coming up with a utility or even kernel extension to change the fan switch-on threshold.

    This is a marked difference from the hardware sudden motion sensors, which CAN be accessed via software APIs on Macs; this is why a couple of funky hacks using the SMS, like iAlertU, or switching virtual desktops by tapping the side of the screen, were done on Mac notebooks first (IBM notebooks with similar sudden motion sensors did not have APIs exposing them).

    I understand why Apple won't release actual APIs for these--the last thing they'd want is anyone accidentally (or purposefully) changing the fans to turn on far hotter than when they do now. What I DON'T understand is why they didn't design the firmware to allow a system preference that uses the current setting as the maximum threshold, with a couple of options to start the fans at lower temperatures.

  6. Re:Apple fell in love with Ruby?? [yes!] by GaryPatterson · · Score: 3, Informative

    http://rubycocoa.cvs.sourceforge.net/rubycocoa/src /ChangeLog?revision=1.255.2.38&view=markup

    Read the email addresses, and note that Laurent Sansonetti is one of the five RubyCocoa developers (lrz).

    I guess you'll be wanting to apologise to the previous poster.

  7. Re:I Thought... by bnenning · · Score: 3, Informative

    I don't think there's a credible alternative explanation. The "undisclosed technology" thing has been revealed to be utterly untrue.

    Why? The x86 kernel sources almost certainly have references to Woodcrest and quad CPUs, which Apple wouldn't have wanted to expose until the hardware announcements.

    --
    How to solve most of our problems: 1.Lots of nuclear plants. 2.Cure aging.