Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
11 user(s) are online (10 user(s) are browsing encyclopedia)

Members: 0
Guests: 11

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

FreeBSD

FreeBSD is a Free software, open source, Unix-like operating system descended from AT&T UNIX via the Berkeley Software Distribution (BSD) branch through 386BSD and Berkeley Software Distribution. It runs on processors compatible with the X86, as well as on the DEC Alpha, the SPARC processors by Sun Microsystems, the Itanium (IA-64) and AMD64 processors. It also runs on the PC-9801 architecture. Support for the ARM architecture, MIPS and PowerPC architectures are in development.

FreeBSD is developed together as an entire operating system. The requires a reboot and resets the uptime counter of the system.

= History and development =

Initial software development of FreeBSD was started in 1993, and took its sources from 386BSD. However, due to concerns about the legality of all the sources used in 386BSD, FreeBSD re-engineered much of the system with the FreeBSD 2.0 release in January of 1995 using the 4.4BSD-Lite release from the University of California, Berkeley. The [http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ FreeBSD Handbook] includes more [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/history.html historical information about the genesis of FreeBSD].

= FreeBSD 5 Development & Changes =

The current (May ed ( MFC - Merge from CURRENT in the FreeBSD developer slang) to the STABLE branch. FreeBSD s development model is described in-depth in [http://www.freebsd.org/doc/en_US.ISO8859-1/books/dev-model/ an article by Niklas Saers].

The big difference in FreeBSD 5 was a major change in the low-level kernel locking mechanisms to enable better symmetric multiprocessor (SMP) support, releasing much of the kernel from the GIANT lock, sometimes referred to as Big Kernel Lock . It is now possible for more than one process to execute in kernel mode at the same time.

Other major changes include an m : n threading solution called operating systems as well.

FreeBSD 5 has also significantly changed the block I/O layer with the introduction of the GEOM modular disk I/O request transformation framework, contributed by Poul-Henning Kamp. GEOM enables the simple creation of many kinds of functionality, such as mirroring (gmirror) and encryption (gbde). The recent release of FreeBSD 5.4 has confirmed the FreeBSD 5.x branch as a highly stable and well-performing release, albeit one with a long gestation period due to the large feature set.

= FreeBSD 6 and 7 =

FreeBSD 6.x and 7.0 -current are currently under development, and continues the work on SMP and threading optimization, as well as additional work in the area of advanced 802.11 functionality, .

= Ports =

The FreeBSD Ports Collection provides an easy and consistent way of installing software ported to FreeBSD. It uses Makefiles laid out in a directory hierarchy, so software can be installed and deinstalled with the make command.

When installing an application, very little (if any) user intervention is required after issuing the initial command. In most cases, the application is automatically downloaded from the Internet, patched and configured if necessary, compiled, installed, and registered in the package database. Any dependencies on other applications or libraries a port may have are also installed for the user.

Each port, or software package, is maintained by a port maintainer, an individual who is responsible for staying current with the latest software developments. Anyone is welcome to become a port maintainer by contributing their favorite piece of software to the collection. One may also choose to adopt and maintain an existing port that has no maintainership.

Due to the size of the Ports Collection, with new software being contributed on a regular basis [http://www.freebsd.org/ports/growth/status.png], many users will never have to look elsewhere for third party applications. As of October 22, 2005, there are over 13,677 pieces of software available in the collection.

Precompiled (binary) ports are called packages , and are available for download.

The pre-compiled packages are generally separated into three sections, one intended for use with the 4.x code branch (4.9-RELEASE, 4.10-RELEASE, 4.11-RELEASE, 4.11-STABLE) another for use with the 5.x branch, and a third for use with the new 6-CURRENT (what will become FreeBSD 6.0) branch. In almost all cases, a package created for the 4.x branch of FreeBSD can be installed in versions 5.2.1-RELEASE and beyond without difficulty.

If you know the name of the package you would like to install, the installation can be entirely automated by passing the package name to the pkg_add -r command. The appropriate package for your release will then be downloaded and installed along with any software dependencies it may have. By default, packages will be downloaded from the main FreeBSD distribution site.

= Linux Compatibility =

FreeBSD provides binary compatibility with several other Unix-like operating systems, including Linux. The reasoning behind this is generally attributed to being able to run applications developed for Linux, often commercial, that are only distributed in binary form and thus cannot be ported to FreeBSD without the will of those who control the source code.

In a nutshell, it allows FreeBSD users to run a majority of the applications that are only distributed as Linux binaries. When compared to the vast number of native applications available for FreeBSD using the Ports Collection, these applications are in the minority. Applications used under the Linux compatibility layer include StarOffice, the Linux version of Netscape, Adobe Acrobat, RealPlayer, VMware, Oracle_Database, WordPerfect, Skype, Doom 3, the Unreal_series#The_Unreal_Tournament_series, and so on. It is also reported that in some situations, Linux binaries perform better on FreeBSD than they do under Linux.

Though there are many applications that run flawlessly under the compatibility layer, it should be noted that the layer is not complete, thus rendering some Linux binaries unusable on FreeBSD or limiting their functionality. One example of this is Cedega, TransGaming s product to run Microsoft Windows games on Linux. Its usage is largely crippled at this time due to an incomplete compatibility layer. There has, however, been limited success in using it to run games on FreeBSD [http://cedega.firepipe.net].

= License =

As with its sister operating systems, OpenBSD, NetBSD and DragonFlyBSD, the code in FreeBSD is released under the terms of a variety of licenses. Most newly created code is released under the terms of the three-clause BSD License, which allows everyone to use and redistribute FreeBSD as they wish, as long as they do not remove the Copyright notice and the BSD license itself. This does not prohibit re-distribution under another license. There are also parts under the GPL, LGPL, Internet Systems Consortium and the four-clause BSD license.

= Derivatives =

A broad range of open source and commercial products are directly or indirectly based on FreeBSD, including Juniper routers, Apple s Mac OS X, Nokia s firewall operating system, and countless others. Other systems derive critical technologies from FreeBSD, such as VXWorks, Linux, making the reach of FreeBSD-derived source code extremely broad.

  • Darwin (operating system), the core of Apple s Mac OS X, borrows heavily from FreeBSD, including its virtual file system and network stack kernel code, as well as large portions of its BSD userspace component. Apple continues to integrate new code from FreeBSD regularly, as well as contribute back changes.
  • PC-BSD is a FreeBSD distribution designed for desktop use with simplified package management and a graphical installer
  • BSDeviant is a live FreeBSD distribution that can fit on one Mini CD-R.
  • ClosedBSD, a distribution aimed at firewall and NAT services.
  • A derivative version based on GNU userland is currently being developed by Debian as Debian GNU/kFreeBSD.
  • Ging is a live CD distribution based on Debian GNU/kFreeBSD, hence indirectly based on FreeBSD.
  • DragonFly BSD is a fork from FreeBSD 4.8 that uses an alternative multi-processor synchronization strategy from that chosen for FreeBSD release 5. It features a threaded message passing system similar to that found in microkernels.
  • Firefly BSD is a commercially-supported operating system based on the experimental DragonFly fork of FreeBSD.
  • The FreeSBIE project is producing live CD distributions of FreeBSD, similar to the Knoppix distribution of Linux.
  • Frenzy LiveCD is another FreeBSD based live CD, mainly oriented towards Russian speaking users.
  • PicoBSD is a one-floppy version of FreeBSD.
  • M0n0wall is a FreeBSD-based embedded Firewall (networking) package.
  • [http://www.pfsense.com/ pfSense] is a firewall/router based on m0n0wall and FreeBSD.
  • TrustedBSD is a set of trusted operating system extensions for FreeBSD, including support for mandatory access control, event auditing via OpenBSM, access control lists, and a variety of other security features. Many of these features are now present in the main-line FreeBSD distribution.
  • Gentoo/FreeBSD is a Gentoo/Linux port under FreeBSD s operating system.
  • DesktopBSD is a UNIX-like, desktop-oriented operating system based on FreeBSD. Its goal is to combine the stability of FreeBSD with the ease-of-use of KDE, which is the default graphical user interface.
  • = Books =

  • Absolute BSD, The Ultimate Guide to FreeBSD . Michael Lucas. No Starch Press, July 2002. ISBN 1886411743.
  • BSD Hacks, 100 Industrial-Strength tips for BSD users and administrators . Dru Lavigne. O Reilly, May 2004. ISBN 0596006799.
  • FreeBSD Unleashed, Second Edition . Michael Urban and Brian Tiemann. Sams Publishing, April 2002. ISBN 0672324563.
  • Mastering FreeBSD and OpenBSD Security . Yanek Korff, Paco Hope, Bruce Potter. O Reilly, March 2005. ISBN 0596006268.
  • The Complete FreeBSD, 4th Edition, Documentation from the Source . Greg Lehey. O Reilly, April 2003 ISBN 0596005164.
  • The Design and Implementation of the FreeBSD Operating System . Marshall Kirk McKusick and George V. Neville-Neil, Addison Wesley Professional, August, 2004. ISBN 0201702452. [http://www.awprofessional.com/titles/0201702452]
  • The FreeBSD Corporate Networkers Guide . Ted Mittelstaedt. Addison-Wesley, December 2000. Paperback, book & CD edition, 401 pages. ISBN 0201704811.
  • The FreeBSD Handbook, Volume 1 : User Guide, 3rd Edition . FreeBSD Documentation Project. FreeBSD Mall, Inc. November 2003 ISBN 1571763279.
  • The FreeBSD Handbook, Volume 2 : Admin Guide, 3rd Edition . FreeBSD Documentation Project. FreeBSD Mall, Inc. September 2004 ISBN 1571763287.
  • = See also =

  • Berkeley Software Distribution#BSD_descendants
  • Comparison of operating systems
  • FreeBSD Documentation License
  • List of file systems
  • FreeBSD jail
  • =External links=

  • [http://www.FreeBSD.org/ FreeBSD] Official Website.
  • [http://www.FreeBSD.com.pl/ FreeBSD] - Polish portal about BSD systems.
  • [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/history.html A Brief History of FreeBSD] - written by FreeBSD co-founder Jordan Hubbard
  • [http://www.freshports.org/ FreshPorts] - Contains detailed information about the state of software in the Ports Collection
  • [http://www.freebsdwiki.net/ FreeBSDwiki.net] - A Wiki devoted specifically to FreeBSD.
  • [http://www.TrustedBSD.org/ TrustedBSD]
  • [http://www-128.ibm.com/developerworks/opensource/library/os-freebsd/ca=dgr-lnxw01FreeBSD IBM developerWorks: Why FreeBSD] - A good overview of FreeBSD.