Difference between revisions of "Bering-uClibc 4.x"

From bering-uClibc
Jump to: navigation, search
(add link for "Known Issues")
(Added date of Beta1 release)
Line 27: Line 27:
  
 
==Development History==
 
==Development History==
Work on [[Bering-uClibc 4.x]] started in April 2010, with [[User:Nitr0man|Nitr0man]] as the lead developer and contributions from [[User:Kapeka|Kapeka]] and [[User:Davidmbrooke|davidMbrooke]] among others.
+
Work on [[Bering-uClibc 4.x]] started in April 2010, with [[User:Nitr0man|Nitr0man]] as the lead developer and contributions from [[User:Kapeka|Kapeka]], [[User:Etitl|Etitl]] and [[User:Davidmbrooke|davidMbrooke]] among others.
The development was mostly completed beginning November 2010, with multiple Alpha test systems "in production".
+
The development was mostly completed by early November 2010, with multiple Alpha test systems running successfully "in production".
The first Beta test version is expected to be released before the end of 2010.
+
  
Version Changelog
+
Version 4.0-beta1 was released 28 November 2010.
 +
 
 +
===Version Changelog===
 
* [[Bering-uClibc 4.x - Changelog]]
 
* [[Bering-uClibc 4.x - Changelog]]
  
Known Issues
+
===Known Issues===
 
* [[Bering-uClibc 4.x - Known Issues]]
 
* [[Bering-uClibc 4.x - Known Issues]]
 +
  
 
==Further Documentation==
 
==Further Documentation==

Revision as of 19:32, 29 November 2010

Overview

Bering-uClibc is one of the branches of the LEAF (Linux Embedded Appliance Framework) project, delivering on LEAF's ambition to provide a secure, feature-rich, customizable embedded Linux network appliance for use in a variety of network topologies. Although it can be used in other ways, its primary goal is as a Internet gateway, router, firewall and wireless access point.

Bering-uClibc 4.x is basically Bering-uClibc 3.x brought up to date with the latest versions of the main software components. In particular:

  • The Linux kernel is upgraded from 2.4.x to 2.6.x.
  • The Shorewall package is upgraded from 3.x to 4.x.
  • The uClibc library is upgraded from 0.9.28 to 0.9.30.

These changes bring both advantages and disadvantages compared to Bering-uClibc 3.x. The main disadvantage is that the distribution is much larger which means it no longer has any chance of being hosted on floppy disk media. The main advantages are:

  • Proper stateful connection tracking for IPv6 is only supported from kernel version 2.6.24 onwards.
  • Hardware-specific kernel module loading has been partially automated, resulting in less of a requirement to understand which combination of modules is required on a particular hardware platform.
  • The upgraded version of Shorewall requires a full installation of the Perl interpreter. This makes it possible to run other services which require Perl.


Main Features

The key characteristics of Bering-uClibc 4.x are:

  • Based on a recent release of the Linux Kernel.
  • Runs on industry standard devices with x86 processors.
  • Designed to perform well on relatively low-specification hardware. In particular:
    • The system runs from an in-memory filesystem. Disk storage is only required for booting and for holding configuration settings.
    • The uClibc C library is used in place of the GNU C Library since uClibc is much smaller in size.
    • Considerable use is made of BusyBox utilities as replacements for larger applications.
  • Focussed on providing excellent networking facilities.


Development History

Work on Bering-uClibc 4.x started in April 2010, with Nitr0man as the lead developer and contributions from Kapeka, Etitl and davidMbrooke among others. The development was mostly completed by early November 2010, with multiple Alpha test systems running successfully "in production".

Version 4.0-beta1 was released 28 November 2010.

Version Changelog

Known Issues


Further Documentation

For further information see: