SlideShare a Scribd company logo
1 of 4
Download to read offline
LET’S TALK




FreeBSD
Foundation Update
The FreeBSD Foundation is a 501(c)(3) non-profit
organization dedicated to supporting and building the
FreeBSD Project and community worldwide. It represents
the FreeBSD Project in executing contracts, license
agreements, copyrights, trademarks, and other legal
arrangements which require a recognized legal entity.




I
   t also funds and manages development projects,           •   KyivBSD, held in Kiev, Ukraine on September 24
   sponsors FreeBSD events and Developer Summits,           •   EuroBSDCon and Developer Summit, held in
   and provides travel grants to FreeBSD developers             Maarssen, Netherlands from October 6-9
who would otherwise be unable to attend Developer           •   FreeBSD Vendor Summit, held in Santa Clara, CA
Summits.                                                        from November 3-4
  This article summarizes the conferences and projects
that the Foundation funded in 2011. It concludes with how   In addition to sponsoring these conferences, the
you can assist the Foundation in its efforts.               Foundation paid for developers to attend the following
                                                            conferences:
Conferences ,Travel Sponsorship, and
Conference Booths                                           •   FOSDEM: 1 developer
In 2011, the Foundation provided sponsorship for the        •   BSDCan: 6 developers
following BSD conferences:                                  •   EuroBSDCon: 6 developers
                                                            •   GSoC Mentor Summit: 1 developer
•    AsiaBSDCon, held in Tokyo, Japan from March 17-20
•    BSDCan and Developer Summit, held in Ottawa,           Each sponsored developer provides a trip report that
     Canada from May 11-14                                  indicates the value that was gained from their travel


    46                                                                                                     12/2011
FreeBSD Foundation Update



sponsorship. Trip reports are available online at the        For 2012, the following conferences have confirmed a
Foundation’s blog: http://freebsdfoundation.blogspot.com/.   FreeBSD booth with Foundation representation:
  Directors from the FreeBSD Foundation also volunteer
at FreeBSD booths at conferences that provide exhibition     •   SCALE, to be held in Los Angeles, CA on January 21
areas. Visiting a FreeBSD booth provides an excellent        •   NorthEast LinuxFest, to be held in Worcester, MA on
opportunity to discuss and suggest funded development            March 17
work as well as to make a donation to the Foundation. At     •   Indiana LinuxFest, to be held in Indianapolis, IN on
least one Director was present at the following conference       April 14
booths:                                                      •   BSDCan, to be held in Ottawa, ON on May 11-12

•   FOSDEM, held in Brussels, Belgium on February 5-6        It is expected that FreeBSD booths will be arranged at the
•   SCALE, held in Los Angeles CA on February 26             other conferences that were attended in 2011, once the
•   AsiaBSDCon, held in Tokyo, Japan from March 17-20        conference dates and locations have been confirmed.
•   Indiana LinuxFest, held in Indianapolis, IN on March
    26                                                       Funded Development Projects
•   FlourishConf, held in Chicago, IL on April 2             In 2011, the Foundation budgeted $125,000 to fund
•   BSDCan, held in Ottawa, Canada on May 13-14              development work. $85,000 worth of work has been
•   SouthEast LinuxFest, held in Spartanburg, SC on          completed and two additional projects are being
    June 11                                                  considered for the remainder of the 2011 budget. The
•   Ohio LinuxFest, held in Columbus, OH on September        following development projects have met their completion
    10                                                       milestones:
•   EuroBSDCon, held in Maarssen, Netherlands on
    October 8-9                                              IPv6 support in FreeBSD and PC-BSD
•   LISA, to be held in Boston, MA on December 7-8           Bjoern Zeeb, recipient of the Itojun Service Award for
    (upcoming)                                               his work on open source implementations of IPv6, was
                                                             awarded a grant to improve the maturity of IPv6 support in
                                                             FreeBSD and PC-BSD. This project was jointly sponsored
                                                                with iXsystems, the corporate sponsor of the PC-BSD
                                                                 project.
                                                                    FreeBSD’s      original    KAME-based       reference
                                                                implementation of IPv6 first appeared in FreeBSD 4.0 and
                                                              is found in a broad range of FreeBSD-derived commercial
                                                             products. Before this project, IPv6 was an optionally
                                                             configured feature present in the default FreeBSD kernel;
                                                             however, that configuration also implied configuration of
                                                             IPv4. With much „IPv6-ready” application software relying
                                                             on dual-stack behavior, broken IPv6 applications go
                                                             unnoticed. This project added support for an IPv6 kernel
                                                             without IPv4 which makes FreeBSD and PC-BSD the ideal
                                                             test and development platform for both open source and
                                                             proprietary IPv6-aware application software.
                                                                This project was completed in time for both the FreeBSD
                                                              and PC-BSD projects to participate in World IPv6 Day,
                                                                  held on June 8. IPv6-only versions of FreeBSD
                                                                   (http://www.freebsd.org/ipv6/) and PC-BSD (http://
                                                                   pcbsd.org/IPv6) are available.

                                                             Resource Containers Project
                                                             Edward Napierala was awarded a grant to implement
                                                             resource containers and a simple per-jail resource limits
                                                             mechanism.


www.bsdmag.org                                                                                                       47
LET’S TALK


                             Unlike Solaris zones, the           In contrast, a feed-forward approach is inherently robust
                             implementation of FreeBSD         and allows near-optimal performance to be reached. This
                              Jails did not provide per-jail   project extended the FreeBSD kernel timing system to
                              resource limits. As a result,    support feed-forward synchronisation daemons. This
                              users were often forced          new synchronisation system allows both feed-back and
                             to replace jails with other       feed-forward approaches to run on one system and give
                         virtualization mechanisms. This       users the possibility to select the one more suited to their
                     project created a single, unified         needs.
                  framework for controlling resource             This feed-forward approach provides various new
                  utilisation, and used that framework         features such as faster timestamping, a new difference
                    to implement per-jail resource limits.     clock to measure time intervals with GPS-like accuracy
                      In the future, the same framework        and extremely high robustness, the ability to replay
                       might be used to implement              the clock offline based on stored raw timestamps,
                        more       sophisticated    resource   and accurate timing for virtual machines and live VM
                         controls, such as Hierarchical        migration.
                         Resource Limits, or to implement
                        mechanisms similar to AIX WLM. It      Implementing xlocale APIs
                              could also be used to provide    David Chisnall received a grant to implement xlocale APIs
                               precise resource usage          to enable the porting of libc++.
                               accounting for administrative     FreeBSD has always had its own C standard library
                               or billing purposes.            implementation but uses the GPL-licensed GNU libstdc++
                                                               as the C++ standard library. libc++ is an alternative library
                     Implementing support of                   that was developed as part of the LLVM project and
                    GEM, KMS, and DRI for Intel                which is available under the UIUC and MIT licenses.
                    Drivers                                    This library depends on a low-level C++ ABI library. An
                    Konstantin Belousov was awarded            implementation of this ABI was written for PathScale and
a grant to         implement support of GEM, KMS,              the FreeBSD and NetBSD Foundations jointly paid the
and DRI for Intel video drivers. This project was also co-     costs for it to be open sourced.
sponsored by iXsystems.                                          The other dependency is the C standard library. libc++
  The project implemented GEM, ported KMS, and                 was written by Apple and uses a set of non-portable
wrote new DRI drivers for Intel Graphics, including the        extensions for localisation known as xlocale. This project
latest Sandy Bridge generation of integrated graphic           implemented the missing xlocale APIs into FreeBSD’s
units. Once the work is fully tested, it will be committed     standard C library. Now that the project is complete, it is
and should allow the latest Intel open-source drivers          possible to build libc++ on FreeBSD.
with integrated, 3D-accelerated graphical capabilities
to run on FreeBSD, expanding the range of hardware             DIFFUSE
where FreeBSD is suitable for the desktop. PC-BSD              The Swinburne University of Technology’s Centre for
testing snapshots that use the committed code are              Advanced Internet Architectures was awarded a grant to
expected to be available before the end of the first           implement DIFFUSE for FreeBSD.
quarter of 2012.                                                 DIFFUSE (Distributed Firewall and Flow-shaper Using
                                                               Statistical Evidence) is an extension to the FreeBSD
Feed-Forward Clock Synchronization                             IPFW firewall subsystem which allows IPFW to classify
Algorithms Project                                             traffic based on statistical properties of realtime flows
Julien Ridoux and Darryl Veitch at the University of           and to instantiate network actions across a distributed
Melbourne were awarded a grant to implement support of         set of action nodes for particular flows. DIFFUSE uses
feed-forward clock synchronization algorithms.                 machine learning techniques to enable robust and
  For many years, NTP has been the reference solution          efficient classification of IP traffic flows based on their
to synchronize computer clocks inexpensively. However,         unique statistical properties in addition to traditional
the ntpd daemon has begun to show limitations which are        inspection of packet header or payload contents.
mainly due to the feed-back nature of its interaction with     DIFFUSE also allows traffic classification to occur in one
the kernel.                                                    place (e.g. in the core of a network) and trigger traffic


 48                                                                                                                 12/2011
FreeBSD Foundation Update



shaping and differentiation elsewhere (e.g. at the edges       C++ ABI, including i386 and x86-64, and will replace
of a network).                                                 portions of the C++ stack previously only available under the
  This project integrated the DIFFUSE prototype                GPL. It provides implementations of the dynamic features
into FreeBSD which will increase FreeBSD’s utility             of C++, including dynamic casting, exception handling, and
to designers and implementers of FreeBSD-based                 thread-safe static initializers, and will continue the gradual
networking infrastructure. DIFFUSE has applications in         replacement of GNU toolchain and runtime components,
ISP, residential broadband, and large corporate network        furthering the aim of a purely BSD-licensed system.
scenarios.
                                                               The Foundation Needs Your Help!
Five New TCP Algorithms Project                                The FreeBSD Foundation is entirely supported by
Grenville Armitage was awarded a grant to implement five       donations. The Foundation is thankful for the support it
new TCP congestion control algorithms.                         receives from the many individuals and companies
  Previous to this development work, FreeBSD’s TCP stack       who value FreeBSD. As of December 1, the
did not have an easy-to-use mechanism for introducing          Foundation        has
new congestion control algorithms. This project delivered      raised     $201,000
the following enhancements to FreeBSD’s TCP stack:             towards its 2011
                                                               goal of $400,000.
•   Modular congestion control framework.                        You can help
•   Khelp (Kernel Helper) and Hhook (Helper Hook)              us to reach our
    frameworks.                                                fund raising goal of
•   Basic Khelp/Hhook integration with the TCP stack.          $400,000 by the end
•   ERTT (Enhanced Round Trip Time) Khelp module for           of December by making
    delay-based TCP algorithms.                                a donation.
•   Modularised implementations of NewReno, CUBIC                See     http://www.freebsdf
    and HTCP loss-based TCP algorithms.                        oundation.org/donate/ for
•   Modularised implementations of Vegas, „HD” and             details about the donation
    „CHD” delay-based TCP algorithms.                          process.
•   Technical report comparing the computational                 By        helping      the
    overhead associated with TCP before and after              Foundation meet its fund
    integrating the new frameworks and modularised             raising goal, you are enabling
    NewReno algorithm (http://caia.swin.edu.au/reports/        the Foundation to increase its
    110228A/CAIA-TR-110228A.pdf).                              project development funding,
                                                               purchase needed equipment
Each congestion control algorithm is implemented as            for the FreeBSD project’s
a loadable kernel module. Algorithms can be selected           infrastructure, and support more
to suit the application/network characteristics and            FreeBSD related conferences.
requirements of the host’s installation. The modular
framework makes it much easier for developers to
implement new algorithms, allowing FreeBSD’s TCP to
be at the forefront of advancements in this area, while        DRU LAVIGNE
still maintaining the stability of its network stack.          Dru Lavigne is author of BSD Hacks, The Best of FreeBSD Basics,
                                                               and The De�nitive Guide to PC-BSD. As Director of Community
Other Projects                                                 Development for the PC-BSD Project, she leads the documentation
In addition to the development projects, the Foundation also   team, assists new users, helps to �nd and �x bugs, and reaches out to
negotiated a non-exclusive copyright license to the libcxxrt   the community to discover their needs. She is the former Managing
C++ runtime software from PathScale. This software is an       Editor of the Open Source Business Resource, a free monthly
implementation of the C++ ABI originally developed for         publication covering open source and the commercialization of
Itanium and now used for the x86 family by BSD operating       open source assets. She is founder and current Chair of the BSD
systems. libcxxrt will be available under the 2-clause BSD     Certi�cation Group Inc., a non-pro�t organization with a mission to
license. This implementation is a full replacement for the     create the standard for certifying BSD system administrators, and
GNU libsupc++ library for platforms that use the Itanium       serves on the Board of the FreeBSD Foundation.



www.bsdmag.org                                                                                                                 49

More Related Content

What's hot

Project-Builder.org presentation
Project-Builder.org presentationProject-Builder.org presentation
Project-Builder.org presentationBruno Cornec
 
Gentoo Linux, or Why in the World You Should Compile Everything
Gentoo Linux, or Why in the World You Should Compile EverythingGentoo Linux, or Why in the World You Should Compile Everything
Gentoo Linux, or Why in the World You Should Compile EverythingDonnie Berkholz
 
Linux Container Brief for IEEE WG P2302
Linux Container Brief for IEEE WG P2302Linux Container Brief for IEEE WG P2302
Linux Container Brief for IEEE WG P2302Boden Russell
 
RedHat Linux
RedHat LinuxRedHat Linux
RedHat LinuxApo
 
Evoluation of Linux Container Virtualization
Evoluation of Linux Container VirtualizationEvoluation of Linux Container Virtualization
Evoluation of Linux Container VirtualizationImesh Gunaratne
 
Yocto - Embedded Linux Distribution Maker
Yocto - Embedded Linux Distribution MakerYocto - Embedded Linux Distribution Maker
Yocto - Embedded Linux Distribution MakerSherif Mousa
 
Yocto project and open embedded training
Yocto project and open embedded trainingYocto project and open embedded training
Yocto project and open embedded trainingH Ming
 
The State of Rootless Containers
The State of Rootless ContainersThe State of Rootless Containers
The State of Rootless ContainersAkihiro Suda
 
Containers are the future of the Cloud
Containers are the future of the CloudContainers are the future of the Cloud
Containers are the future of the CloudPavel Odintsov
 
Building distribution packages with Docker
Building distribution packages with DockerBuilding distribution packages with Docker
Building distribution packages with DockerBruno Cornec
 
[DockerCon 2019] Hardening Docker daemon with Rootless mode
[DockerCon 2019] Hardening Docker daemon with Rootless mode[DockerCon 2019] Hardening Docker daemon with Rootless mode
[DockerCon 2019] Hardening Docker daemon with Rootless modeAkihiro Suda
 
How to be a distribution-friendly project
How to be a distribution-friendly projectHow to be a distribution-friendly project
How to be a distribution-friendly projectDonnie Berkholz
 
Lxc – next gen virtualization for cloud intro (cloudexpo)
Lxc – next gen virtualization for cloud   intro (cloudexpo)Lxc – next gen virtualization for cloud   intro (cloudexpo)
Lxc – next gen virtualization for cloud intro (cloudexpo)Boden Russell
 
Using open source software to build an industrial grade embedded linux platfo...
Using open source software to build an industrial grade embedded linux platfo...Using open source software to build an industrial grade embedded linux platfo...
Using open source software to build an industrial grade embedded linux platfo...SZ Lin
 
Ha cluster with openSUSE Leap
Ha cluster with openSUSE LeapHa cluster with openSUSE Leap
Ha cluster with openSUSE Leapmedwinz
 
The Yocto Project
The Yocto ProjectThe Yocto Project
The Yocto Projectrossburton
 
An overview of OpenVZ virtualization technology
An overview of OpenVZ virtualization technologyAn overview of OpenVZ virtualization technology
An overview of OpenVZ virtualization technologyOpenVZ
 

What's hot (20)

NIH package manager for pkgsrc
NIH package manager for pkgsrcNIH package manager for pkgsrc
NIH package manager for pkgsrc
 
Project-Builder.org presentation
Project-Builder.org presentationProject-Builder.org presentation
Project-Builder.org presentation
 
Gentoo Linux, or Why in the World You Should Compile Everything
Gentoo Linux, or Why in the World You Should Compile EverythingGentoo Linux, or Why in the World You Should Compile Everything
Gentoo Linux, or Why in the World You Should Compile Everything
 
Linux Container Brief for IEEE WG P2302
Linux Container Brief for IEEE WG P2302Linux Container Brief for IEEE WG P2302
Linux Container Brief for IEEE WG P2302
 
RedHat Linux
RedHat LinuxRedHat Linux
RedHat Linux
 
Evoluation of Linux Container Virtualization
Evoluation of Linux Container VirtualizationEvoluation of Linux Container Virtualization
Evoluation of Linux Container Virtualization
 
Yocto - Embedded Linux Distribution Maker
Yocto - Embedded Linux Distribution MakerYocto - Embedded Linux Distribution Maker
Yocto - Embedded Linux Distribution Maker
 
Yocto project and open embedded training
Yocto project and open embedded trainingYocto project and open embedded training
Yocto project and open embedded training
 
The State of Rootless Containers
The State of Rootless ContainersThe State of Rootless Containers
The State of Rootless Containers
 
Why containers
Why containersWhy containers
Why containers
 
Containers are the future of the Cloud
Containers are the future of the CloudContainers are the future of the Cloud
Containers are the future of the Cloud
 
Building distribution packages with Docker
Building distribution packages with DockerBuilding distribution packages with Docker
Building distribution packages with Docker
 
[DockerCon 2019] Hardening Docker daemon with Rootless mode
[DockerCon 2019] Hardening Docker daemon with Rootless mode[DockerCon 2019] Hardening Docker daemon with Rootless mode
[DockerCon 2019] Hardening Docker daemon with Rootless mode
 
How to be a distribution-friendly project
How to be a distribution-friendly projectHow to be a distribution-friendly project
How to be a distribution-friendly project
 
Lxc – next gen virtualization for cloud intro (cloudexpo)
Lxc – next gen virtualization for cloud   intro (cloudexpo)Lxc – next gen virtualization for cloud   intro (cloudexpo)
Lxc – next gen virtualization for cloud intro (cloudexpo)
 
Using open source software to build an industrial grade embedded linux platfo...
Using open source software to build an industrial grade embedded linux platfo...Using open source software to build an industrial grade embedded linux platfo...
Using open source software to build an industrial grade embedded linux platfo...
 
Docker_AGH_v0.1.3
Docker_AGH_v0.1.3Docker_AGH_v0.1.3
Docker_AGH_v0.1.3
 
Ha cluster with openSUSE Leap
Ha cluster with openSUSE LeapHa cluster with openSUSE Leap
Ha cluster with openSUSE Leap
 
The Yocto Project
The Yocto ProjectThe Yocto Project
The Yocto Project
 
An overview of OpenVZ virtualization technology
An overview of OpenVZ virtualization technologyAn overview of OpenVZ virtualization technology
An overview of OpenVZ virtualization technology
 

Similar to Lavigne bsdmag dec2012

FreeBSD - LinuxExpo
FreeBSD - LinuxExpoFreeBSD - LinuxExpo
FreeBSD - LinuxExpowebuploader
 
Open source for you - November 2017
Open source for you - November 2017Open source for you - November 2017
Open source for you - November 2017Heart Disk
 
Ait 1-1 Berkely Unix Operating System
Ait 1-1 Berkely Unix Operating SystemAit 1-1 Berkely Unix Operating System
Ait 1-1 Berkely Unix Operating SystemEmman Paolo Nuñez
 
Ait 1 1 group 3 berkeley unix
Ait 1 1 group 3 berkeley unixAit 1 1 group 3 berkeley unix
Ait 1 1 group 3 berkeley unixdraperMarmilyn
 
Ait 1 1 group 3 berkeley unix
Ait 1 1 group 3 berkeley unixAit 1 1 group 3 berkeley unix
Ait 1 1 group 3 berkeley unixbravnel
 
Ait 1 1 group 3 berkeley unix
Ait 1 1 group 3 berkeley unixAit 1 1 group 3 berkeley unix
Ait 1 1 group 3 berkeley unixanthonycaya2009
 
Ait 1 1 group 3 berkeley unix
Ait 1 1 group 3 berkeley unixAit 1 1 group 3 berkeley unix
Ait 1 1 group 3 berkeley unixjayson
 
Building Linux IPv6 DNS Server (Complete Soft Copy)
Building Linux IPv6 DNS Server (Complete Soft Copy)Building Linux IPv6 DNS Server (Complete Soft Copy)
Building Linux IPv6 DNS Server (Complete Soft Copy)Hari
 
Docker Overview - Rise of the Containers
Docker Overview - Rise of the ContainersDocker Overview - Rise of the Containers
Docker Overview - Rise of the ContainersRyan Hodgin
 
FreeBSD Devsummit 09-2014 Documentation WG Summary by Benedict Reuschling
FreeBSD Devsummit 09-2014 Documentation WG Summary by Benedict ReuschlingFreeBSD Devsummit 09-2014 Documentation WG Summary by Benedict Reuschling
FreeBSD Devsummit 09-2014 Documentation WG Summary by Benedict Reuschlingeurobsdcon
 
M9 cloud & open source
M9 cloud & open sourceM9 cloud & open source
M9 cloud & open sourceJosep Bardallo
 
Openesb past present_future
Openesb past present_futureOpenesb past present_future
Openesb past present_futurePrabhu Pathak
 
Openesb past present_future
Openesb past present_futureOpenesb past present_future
Openesb past present_futurePrabhu Pathak
 
Openesb past present and future
Openesb past present and futureOpenesb past present and future
Openesb past present and futurePrabhu Pathak
 
Using containers and Continuous Packaging to Build native FOSSology packages
Using containers and Continuous Packaging to Build native FOSSology packagesUsing containers and Continuous Packaging to Build native FOSSology packages
Using containers and Continuous Packaging to Build native FOSSology packagesBruno Cornec
 
Shipping NodeJS with Docker and CoreOS
Shipping NodeJS with Docker and CoreOSShipping NodeJS with Docker and CoreOS
Shipping NodeJS with Docker and CoreOSRoss Kukulinski
 

Similar to Lavigne bsdmag dec2012 (20)

Msu free bsd
Msu   free bsdMsu   free bsd
Msu free bsd
 
Ghc14
Ghc14Ghc14
Ghc14
 
FreeBSD - LinuxExpo
FreeBSD - LinuxExpoFreeBSD - LinuxExpo
FreeBSD - LinuxExpo
 
Open source for you - November 2017
Open source for you - November 2017Open source for you - November 2017
Open source for you - November 2017
 
Ait 1-1 Berkely Unix Operating System
Ait 1-1 Berkely Unix Operating SystemAit 1-1 Berkely Unix Operating System
Ait 1-1 Berkely Unix Operating System
 
Ait 1 1 group 3 berkeley unix
Ait 1 1 group 3 berkeley unixAit 1 1 group 3 berkeley unix
Ait 1 1 group 3 berkeley unix
 
Ait 1 1 group 3 berkeley unix
Ait 1 1 group 3 berkeley unixAit 1 1 group 3 berkeley unix
Ait 1 1 group 3 berkeley unix
 
Ait 1 1 group 3 berkeley unix
Ait 1 1 group 3 berkeley unixAit 1 1 group 3 berkeley unix
Ait 1 1 group 3 berkeley unix
 
Ait 1 1 group 3 berkeley unix
Ait 1 1 group 3 berkeley unixAit 1 1 group 3 berkeley unix
Ait 1 1 group 3 berkeley unix
 
Building Linux IPv6 DNS Server (Complete Soft Copy)
Building Linux IPv6 DNS Server (Complete Soft Copy)Building Linux IPv6 DNS Server (Complete Soft Copy)
Building Linux IPv6 DNS Server (Complete Soft Copy)
 
Docker Overview - Rise of the Containers
Docker Overview - Rise of the ContainersDocker Overview - Rise of the Containers
Docker Overview - Rise of the Containers
 
FreeBSD Devsummit 09-2014 Documentation WG Summary by Benedict Reuschling
FreeBSD Devsummit 09-2014 Documentation WG Summary by Benedict ReuschlingFreeBSD Devsummit 09-2014 Documentation WG Summary by Benedict Reuschling
FreeBSD Devsummit 09-2014 Documentation WG Summary by Benedict Reuschling
 
2nd
2nd2nd
2nd
 
2nd
2nd2nd
2nd
 
M9 cloud & open source
M9 cloud & open sourceM9 cloud & open source
M9 cloud & open source
 
Openesb past present_future
Openesb past present_futureOpenesb past present_future
Openesb past present_future
 
Openesb past present_future
Openesb past present_futureOpenesb past present_future
Openesb past present_future
 
Openesb past present and future
Openesb past present and futureOpenesb past present and future
Openesb past present and future
 
Using containers and Continuous Packaging to Build native FOSSology packages
Using containers and Continuous Packaging to Build native FOSSology packagesUsing containers and Continuous Packaging to Build native FOSSology packages
Using containers and Continuous Packaging to Build native FOSSology packages
 
Shipping NodeJS with Docker and CoreOS
Shipping NodeJS with Docker and CoreOSShipping NodeJS with Docker and CoreOS
Shipping NodeJS with Docker and CoreOS
 

More from Dru Lavigne (20)

Olf2018
Olf2018Olf2018
Olf2018
 
Olf2017
Olf2017Olf2017
Olf2017
 
FreeBSD System Administration Using SysAdm
FreeBSD System Administration Using SysAdmFreeBSD System Administration Using SysAdm
FreeBSD System Administration Using SysAdm
 
Asiabsdcon2017
Asiabsdcon2017Asiabsdcon2017
Asiabsdcon2017
 
Olf2016
Olf2016Olf2016
Olf2016
 
Tlf2016
Tlf2016Tlf2016
Tlf2016
 
Knoxbug2016
Knoxbug2016Knoxbug2016
Knoxbug2016
 
Lfnw2016
Lfnw2016Lfnw2016
Lfnw2016
 
Flourish16
Flourish16Flourish16
Flourish16
 
Scale2016
Scale2016Scale2016
Scale2016
 
Fossetcon15
Fossetcon15Fossetcon15
Fossetcon15
 
Lfnw15
Lfnw15Lfnw15
Lfnw15
 
Asiabsdcon15
Asiabsdcon15Asiabsdcon15
Asiabsdcon15
 
Scale2015
Scale2015Scale2015
Scale2015
 
Olf2014
Olf2014Olf2014
Olf2014
 
Fossetcon14
Fossetcon14Fossetcon14
Fossetcon14
 
Tlf2014
Tlf2014Tlf2014
Tlf2014
 
Asiabsdcon14 lavigne
Asiabsdcon14 lavigneAsiabsdcon14 lavigne
Asiabsdcon14 lavigne
 
Asiabsdcon14
Asiabsdcon14Asiabsdcon14
Asiabsdcon14
 
Scale2014
Scale2014Scale2014
Scale2014
 

Recently uploaded

Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 

Recently uploaded (20)

Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 

Lavigne bsdmag dec2012

  • 1. LET’S TALK FreeBSD Foundation Update The FreeBSD Foundation is a 501(c)(3) non-profit organization dedicated to supporting and building the FreeBSD Project and community worldwide. It represents the FreeBSD Project in executing contracts, license agreements, copyrights, trademarks, and other legal arrangements which require a recognized legal entity. I t also funds and manages development projects, • KyivBSD, held in Kiev, Ukraine on September 24 sponsors FreeBSD events and Developer Summits, • EuroBSDCon and Developer Summit, held in and provides travel grants to FreeBSD developers Maarssen, Netherlands from October 6-9 who would otherwise be unable to attend Developer • FreeBSD Vendor Summit, held in Santa Clara, CA Summits. from November 3-4 This article summarizes the conferences and projects that the Foundation funded in 2011. It concludes with how In addition to sponsoring these conferences, the you can assist the Foundation in its efforts. Foundation paid for developers to attend the following conferences: Conferences ,Travel Sponsorship, and Conference Booths • FOSDEM: 1 developer In 2011, the Foundation provided sponsorship for the • BSDCan: 6 developers following BSD conferences: • EuroBSDCon: 6 developers • GSoC Mentor Summit: 1 developer • AsiaBSDCon, held in Tokyo, Japan from March 17-20 • BSDCan and Developer Summit, held in Ottawa, Each sponsored developer provides a trip report that Canada from May 11-14 indicates the value that was gained from their travel 46 12/2011
  • 2. FreeBSD Foundation Update sponsorship. Trip reports are available online at the For 2012, the following conferences have confirmed a Foundation’s blog: http://freebsdfoundation.blogspot.com/. FreeBSD booth with Foundation representation: Directors from the FreeBSD Foundation also volunteer at FreeBSD booths at conferences that provide exhibition • SCALE, to be held in Los Angeles, CA on January 21 areas. Visiting a FreeBSD booth provides an excellent • NorthEast LinuxFest, to be held in Worcester, MA on opportunity to discuss and suggest funded development March 17 work as well as to make a donation to the Foundation. At • Indiana LinuxFest, to be held in Indianapolis, IN on least one Director was present at the following conference April 14 booths: • BSDCan, to be held in Ottawa, ON on May 11-12 • FOSDEM, held in Brussels, Belgium on February 5-6 It is expected that FreeBSD booths will be arranged at the • SCALE, held in Los Angeles CA on February 26 other conferences that were attended in 2011, once the • AsiaBSDCon, held in Tokyo, Japan from March 17-20 conference dates and locations have been confirmed. • Indiana LinuxFest, held in Indianapolis, IN on March 26 Funded Development Projects • FlourishConf, held in Chicago, IL on April 2 In 2011, the Foundation budgeted $125,000 to fund • BSDCan, held in Ottawa, Canada on May 13-14 development work. $85,000 worth of work has been • SouthEast LinuxFest, held in Spartanburg, SC on completed and two additional projects are being June 11 considered for the remainder of the 2011 budget. The • Ohio LinuxFest, held in Columbus, OH on September following development projects have met their completion 10 milestones: • EuroBSDCon, held in Maarssen, Netherlands on October 8-9 IPv6 support in FreeBSD and PC-BSD • LISA, to be held in Boston, MA on December 7-8 Bjoern Zeeb, recipient of the Itojun Service Award for (upcoming) his work on open source implementations of IPv6, was awarded a grant to improve the maturity of IPv6 support in FreeBSD and PC-BSD. This project was jointly sponsored with iXsystems, the corporate sponsor of the PC-BSD project. FreeBSD’s original KAME-based reference implementation of IPv6 first appeared in FreeBSD 4.0 and is found in a broad range of FreeBSD-derived commercial products. Before this project, IPv6 was an optionally configured feature present in the default FreeBSD kernel; however, that configuration also implied configuration of IPv4. With much „IPv6-ready” application software relying on dual-stack behavior, broken IPv6 applications go unnoticed. This project added support for an IPv6 kernel without IPv4 which makes FreeBSD and PC-BSD the ideal test and development platform for both open source and proprietary IPv6-aware application software. This project was completed in time for both the FreeBSD and PC-BSD projects to participate in World IPv6 Day, held on June 8. IPv6-only versions of FreeBSD (http://www.freebsd.org/ipv6/) and PC-BSD (http:// pcbsd.org/IPv6) are available. Resource Containers Project Edward Napierala was awarded a grant to implement resource containers and a simple per-jail resource limits mechanism. www.bsdmag.org 47
  • 3. LET’S TALK Unlike Solaris zones, the In contrast, a feed-forward approach is inherently robust implementation of FreeBSD and allows near-optimal performance to be reached. This Jails did not provide per-jail project extended the FreeBSD kernel timing system to resource limits. As a result, support feed-forward synchronisation daemons. This users were often forced new synchronisation system allows both feed-back and to replace jails with other feed-forward approaches to run on one system and give virtualization mechanisms. This users the possibility to select the one more suited to their project created a single, unified needs. framework for controlling resource This feed-forward approach provides various new utilisation, and used that framework features such as faster timestamping, a new difference to implement per-jail resource limits. clock to measure time intervals with GPS-like accuracy In the future, the same framework and extremely high robustness, the ability to replay might be used to implement the clock offline based on stored raw timestamps, more sophisticated resource and accurate timing for virtual machines and live VM controls, such as Hierarchical migration. Resource Limits, or to implement mechanisms similar to AIX WLM. It Implementing xlocale APIs could also be used to provide David Chisnall received a grant to implement xlocale APIs precise resource usage to enable the porting of libc++. accounting for administrative FreeBSD has always had its own C standard library or billing purposes. implementation but uses the GPL-licensed GNU libstdc++ as the C++ standard library. libc++ is an alternative library Implementing support of that was developed as part of the LLVM project and GEM, KMS, and DRI for Intel which is available under the UIUC and MIT licenses. Drivers This library depends on a low-level C++ ABI library. An Konstantin Belousov was awarded implementation of this ABI was written for PathScale and a grant to implement support of GEM, KMS, the FreeBSD and NetBSD Foundations jointly paid the and DRI for Intel video drivers. This project was also co- costs for it to be open sourced. sponsored by iXsystems. The other dependency is the C standard library. libc++ The project implemented GEM, ported KMS, and was written by Apple and uses a set of non-portable wrote new DRI drivers for Intel Graphics, including the extensions for localisation known as xlocale. This project latest Sandy Bridge generation of integrated graphic implemented the missing xlocale APIs into FreeBSD’s units. Once the work is fully tested, it will be committed standard C library. Now that the project is complete, it is and should allow the latest Intel open-source drivers possible to build libc++ on FreeBSD. with integrated, 3D-accelerated graphical capabilities to run on FreeBSD, expanding the range of hardware DIFFUSE where FreeBSD is suitable for the desktop. PC-BSD The Swinburne University of Technology’s Centre for testing snapshots that use the committed code are Advanced Internet Architectures was awarded a grant to expected to be available before the end of the first implement DIFFUSE for FreeBSD. quarter of 2012. DIFFUSE (Distributed Firewall and Flow-shaper Using Statistical Evidence) is an extension to the FreeBSD Feed-Forward Clock Synchronization IPFW firewall subsystem which allows IPFW to classify Algorithms Project traffic based on statistical properties of realtime flows Julien Ridoux and Darryl Veitch at the University of and to instantiate network actions across a distributed Melbourne were awarded a grant to implement support of set of action nodes for particular flows. DIFFUSE uses feed-forward clock synchronization algorithms. machine learning techniques to enable robust and For many years, NTP has been the reference solution efficient classification of IP traffic flows based on their to synchronize computer clocks inexpensively. However, unique statistical properties in addition to traditional the ntpd daemon has begun to show limitations which are inspection of packet header or payload contents. mainly due to the feed-back nature of its interaction with DIFFUSE also allows traffic classification to occur in one the kernel. place (e.g. in the core of a network) and trigger traffic 48 12/2011
  • 4. FreeBSD Foundation Update shaping and differentiation elsewhere (e.g. at the edges C++ ABI, including i386 and x86-64, and will replace of a network). portions of the C++ stack previously only available under the This project integrated the DIFFUSE prototype GPL. It provides implementations of the dynamic features into FreeBSD which will increase FreeBSD’s utility of C++, including dynamic casting, exception handling, and to designers and implementers of FreeBSD-based thread-safe static initializers, and will continue the gradual networking infrastructure. DIFFUSE has applications in replacement of GNU toolchain and runtime components, ISP, residential broadband, and large corporate network furthering the aim of a purely BSD-licensed system. scenarios. The Foundation Needs Your Help! Five New TCP Algorithms Project The FreeBSD Foundation is entirely supported by Grenville Armitage was awarded a grant to implement five donations. The Foundation is thankful for the support it new TCP congestion control algorithms. receives from the many individuals and companies Previous to this development work, FreeBSD’s TCP stack who value FreeBSD. As of December 1, the did not have an easy-to-use mechanism for introducing Foundation has new congestion control algorithms. This project delivered raised $201,000 the following enhancements to FreeBSD’s TCP stack: towards its 2011 goal of $400,000. • Modular congestion control framework. You can help • Khelp (Kernel Helper) and Hhook (Helper Hook) us to reach our frameworks. fund raising goal of • Basic Khelp/Hhook integration with the TCP stack. $400,000 by the end • ERTT (Enhanced Round Trip Time) Khelp module for of December by making delay-based TCP algorithms. a donation. • Modularised implementations of NewReno, CUBIC See http://www.freebsdf and HTCP loss-based TCP algorithms. oundation.org/donate/ for • Modularised implementations of Vegas, „HD” and details about the donation „CHD” delay-based TCP algorithms. process. • Technical report comparing the computational By helping the overhead associated with TCP before and after Foundation meet its fund integrating the new frameworks and modularised raising goal, you are enabling NewReno algorithm (http://caia.swin.edu.au/reports/ the Foundation to increase its 110228A/CAIA-TR-110228A.pdf). project development funding, purchase needed equipment Each congestion control algorithm is implemented as for the FreeBSD project’s a loadable kernel module. Algorithms can be selected infrastructure, and support more to suit the application/network characteristics and FreeBSD related conferences. requirements of the host’s installation. The modular framework makes it much easier for developers to implement new algorithms, allowing FreeBSD’s TCP to be at the forefront of advancements in this area, while DRU LAVIGNE still maintaining the stability of its network stack. Dru Lavigne is author of BSD Hacks, The Best of FreeBSD Basics, and The De�nitive Guide to PC-BSD. As Director of Community Other Projects Development for the PC-BSD Project, she leads the documentation In addition to the development projects, the Foundation also team, assists new users, helps to �nd and �x bugs, and reaches out to negotiated a non-exclusive copyright license to the libcxxrt the community to discover their needs. She is the former Managing C++ runtime software from PathScale. This software is an Editor of the Open Source Business Resource, a free monthly implementation of the C++ ABI originally developed for publication covering open source and the commercialization of Itanium and now used for the x86 family by BSD operating open source assets. She is founder and current Chair of the BSD systems. libcxxrt will be available under the 2-clause BSD Certi�cation Group Inc., a non-pro�t organization with a mission to license. This implementation is a full replacement for the create the standard for certifying BSD system administrators, and GNU libsupc++ library for platforms that use the Itanium serves on the Board of the FreeBSD Foundation. www.bsdmag.org 49