Main > Free Download Search >

Free bsd os software for linux

bsd os

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1593
OpenBSD 4.1

OpenBSD 4.1


The OpenBSD project produces a FREE, multi-platform 4.4BSD-based UNIX-like operating system. more>>
The OpenBSD project produces a FREE, multi-platform 4.4BSD-based UNIX-like operating system. Our efforts emphasize portability, standardization, correctness, proactive security and integrated cryptography.

OpenBSD project supports binary emulation of most programs from SVR4 (Solaris), FreeBSD, Linux, BSD/OS, SunOS and HP-UX. OpenBSD is freely available from our FTP sites, and also available in an inexpensive 3-CD set.
<<less
Download (4.9MB)
Added: 2007-05-01 License: Freeware Price:
909 downloads
PC-BSD 7.1.1

PC-BSD 7.1.1


PC-BSD 7.1.1 is an excellent and must-have product which offers you a free operating system with ease of use in mind. more>>

PC-BSD 7.1.1 is an excellent and must-have product which offers you a free operating system with ease of use in mind. Like any modern system, you can listen to your favorite music, watch your movies, work with office documents and install your favorite applications with a setup wizard at a click.

Enhancements:

  • Updated 7.2-Stable to 06242009
  • Updated KDE to 4.2.4
  • Updated Nvidia driver to 185.14 - 4071
  • Update the Nvidia driver 71.86.09 -> 71.86.11 which fixes the kernel panic - 4157
  • Fixed a bug when running Dolphin in root mode - 4176
  • Fixed bugs in py-cups port, which corrects "Print a test page" failure from the GUI - PR135675
  • Fixed bugs in ksyslog program, now finds /var/log/messages properly - Port Commit
  • Added gvim to the menu - 4114
  • Removed obsolete printing menu icons - 4115
  • Improved the system updater tray, don't issue popup on failure, change icon instead - 4100
  • Improved stability with intel graphics cards
  • Updated included Wine to 1.1.24, which fixes issues with certain 3D Games
  • Fixed issues with using the fetch ports GUI causing a crash in kcmshell4. - 4069
  • Improved the System Updater Tray to not use annoying popups and instead just change the icon - 4103
  • Added the older Nvidia 71.86.xx driver - 4066
  • Fixed issues with kppp, which needs suid permissions to function - 4061
  • Moved /PCBSD to /usr/PCBSD and created sym-link to allow small root partitions - 3999 - 4004 - 4008
  • Fixed bugs when "upgrading" a system that uses ZFS root partition - 3995 - 3997
  • Added support to give higher / lower priority to wifi connections - 3871
  • Added ability to edit saved wifi profiles - 3870
  • Added ability to "ignore" updates in the updater tool - 3842
  • Improved the system updater and tray application interaction - 3832
  • Fixed CUPS issues not finding all .ppd files correctly - 3833 - 3834 - 3822
  • Fixed bugs with xterm not running - 3804
  • Improved the default fluxbox configuration - 3793 - 3794 - 3798 - 3808 - 3809
  • Improved the KDE4 default theme - 3805 - 3810
  • Updated the KDM theme - 3812 - 3817
  • Improved the KSplash Theme - 3811
  • Misc other bugfixes
<<less
Added: 2009-07-06 License: BSD License Price: FREE
downloads
 
Other version of PC-BSD
PC-BSD 1.3.01 / 1.4 BetaPC-BSD - PC-BSD has as its goals to be an easy-to-install-and-use desktop operating system, based on
License:BSD License
Download (691MB)
830 downloads
Added: 2007-07-20
Perl OS 4

Perl OS 4


Perl OS is a program written in Perl/Tk, designed to look like a simple operating system. more>>
Perl OS is a program written in the Perl programming language combined with the Perl module Tk.

Perl OS was created to make an easy interface to run Perl/Tk programs. It was also created to be an easy working environment complete with a text editor, paint program, and more.

The program comes with several programs, along with a utility to add many more which can be found on the Internet.

From the outside, Perl OS looks like a simple operating system. But inside, it is a powerful system for working with Perl and Tk.

For more details please visit the Perl OS home page:

http://perlos.sourceforge.net/

<<less
Download (0.14MB)
Added: 2007-08-04 License: GPL v3 Price:
812 downloads
SDL 1.2.11

SDL 1.2.11


Simple DirectMedia Layer is a cross-platform multimedia library. more>>
Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. SDL is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of "Civilization: Call To Power."
Simple DirectMedia Layer supports Linux, Windows, BeOS, MacOS Classic, MacOS X, FreeBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX. There is also code, but no official support, for Windows CE, AmigaOS, Dreamcast, Atari, NetBSD, AIX, OSF/Tru64, RISC OS, and SymbianOS.
SDL is written in C, but works with C++ natively, and has bindings to several other languages, including Ada, Eiffel, Java, Lua, ML, Perl, PHP, Pike, Python, and Ruby.
Enhancements:
- Dynamic X11 loading is only enabled with gcc 4 supporting -fvisibility=hidden. This fixes crashes related to symbol collisions, and allows building on Solaris and IRIX.
- Fixed building SDL with Xinerama disabled.
- Fixed DRI OpenGL library loading, using RTLD_GLOBAL in dlopen().
- Added pkgconfig configuration support.
<<less
Download (0.21MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
704 downloads
BSD::Ipfwgen 1.5

BSD::Ipfwgen 1.5


BSD::Ipfwgen is a Perl module to aid in the creation of ipfw-based firewalls. more>>
BSD::Ipfwgen is a Perl module to aid in the creation of ipfw-based firewalls.

SYNOPSIS

use BSD::Ipfwgen;

outside qw(**interface list**);
leaf qw(**interface list**);

consolidate qw(**network list**);
us qw(**network list**);
not_us qw(**network list**);
to_us qw(**network list**);
from_us qw(**network list**);
symmetric qw(**network list**);

count_by_interface();
count_by_address qw(**network list**);
count_by_udp qw(**port list**);
count_by_tcp qw(**port list**);

no_looping()
no_spoofing_us()
no_spoofing_by_us()
no_leaf_spoofing()

tcp_from_rules($port, $rules);
tcp_to_rules($port, $rules);
udp_from_rules($port, $rules);
udp_to_rules($port, $rules);

from_net_rules($network, $rules);
to_net_rules($network, $rules);

to_me_rules($rules)
not_to_me_rules($rules)
from_me_rules($rules)
not_from_me_rules($rules)

in_interface_rules($interface, $rules);
out_interface_rules($interface, $rules);

drop_unwanted qw(**network list**);

generate qw(**options**)

**port list** is a list of integers. 80, 23, etc.
**network list** is a list of network address. 207.33.90.32/27 etc.
**interface list** is a list of interface names. de0, fxp1 etc
**options** is a list of the valid options: DEFAULT-ACCEPT, INSECURE
$rules is a newline separated set of L< ipfw > rules.

Ipfwgen is designed to make writing complex firewalls easier and safer. It handles generating some of the harder rulesets: anti-spoofing, anti-looping, and anti land-attack.

Ipfwgen does not try to reduce the complexity of firewall building. What it does do is allow you to write a perl program which generates a firewal. Its expected that the firewalls generated by Ipfwgen will be examined by a human and installed manually.

Ipfwgen commands must be given in a particular sequence. First are the declaritive commands: outside, leaf, consolidate, us, not_us, and symmetric.

Then the rule-specification commands: almost everything else. Ipfwgen keeps an internal database of the rules that are in progress. After all the rule-specification commands are done, then the firewall gets compiled.

The generate command compiles the specifications into actuall ipfw commands and dumps them on STDOUT.

<<less
Download (0.012MB)
Added: 2006-10-11 License: Perl Artistic License Price:
1108 downloads
libphidgets

libphidgets


libphidgets is a user-space access library for the Phidget devices, written in C. more>>
libphidgets is a user-space access library for the Phidget devices, written in C. libphidgets provides a generic and flexible way to access and interact with the Phidgets and comes with all the advantages of a user-space library.

It is based on libhid (which is based on libusb), thus it requires no HID support in the kernel. Furthermore, it aims to support all operating system supported by libusb/libhid: Linux, BSD, OS X, and Windows.

libphidgets is still under development and it does not have a proper homepage (if you want to write one, please contact us!). Until one is ready, you are welcome to download the software and try it out, it should be easy to use if you have some knowledge of C and are willing to read someone else s code.
<<less
Download (MB)
Added: 2006-08-17 License: Artistic License Price:
1164 downloads
SDLmm 0.1.8

SDLmm 0.1.8


SDLmm is a C++ Wrapper for the Simple DirectMedia Layer. more>>
SDLmm is a C++ glue for SDL, or the Simple DirectMedia Layer, which is a generic API that provides low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D framebuffer across multiple platforms.
SDLmm aims to stay as close as possible to the C API while taking advantage of native C++ features like object orientation. We will also aim at being platform independent as much as possible. I.e well try to support ever platform supported by SDL.
This library is, like SDL, distributed under GNU LGPL version 2 license, which can be found in the file COPYING. This license allows you to use SDLmm freely in commercial programs as long as you link with the dynamic library.
Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of "Civilization: Call To Power."
Simple DirectMedia Layer supports Linux, Windows, BeOS, MacOS Classic, MacOS X, FreeBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX. There is also code, but no official support, for Windows CE, AmigaOS, Dreamcast, Atari, NetBSD, AIX, OSF/Tru64, RISC OS, and SymbianOS.
SDL is written in C, but works with C++ natively, and has bindings to several other languages, including Ada, Eiffel, Java, Lua, ML, Perl, PHP, Pike, Python, and Ruby.
Enhancements:
- Programs using SDLmm 0.1.5 will have to be rewritten to work with 0.1.8.
- Hopefully this new interface wont change.
- See the test files or documentation for details.
- Added Win32 Visual C++ 6.0 build files (dll and static)
- New SPoint class and Color classes
- Some SDLmm timer functionality added
- Rewrote surface classes, use SDL reference counting etc
- BaseSurface::SetPixel functions added
- PixelFormat class added and pixel related functions moved from BaseSurface to PixelFormat.
- Some corrections in functions which return a bool.
- Added assertions for certain problems (disable with --disable-assertions).
- Added utility operators to SRect class, plus functions to get the SPoint of each of the corners.
<<less
Download (0.54MB)
Added: 2005-09-16 License: GPL (GNU General Public License) Price:
1499 downloads
libdnet 1.11

libdnet 1.11


libdnet provides a simplified, portable interface to several low-level networking routines. more>>
libdnet provides a simplified, portable interface to several low-level networking routines.
Main features:
- network address manipulation
- kernel arp(4) cache and route(4) table lookup and manipulation
- network firewalling (IP filter, ipfw, ipchains, pf, PktFilter, ...)
- network interface lookup and manipulation
- IP tunnelling (BSD/Linux tun, Universal TUN/TAP device)
- raw IP packet and Ethernet frame transmission
Supported languages:
- C, C++
- Python
- Perl, Ruby (see below)
Supported platforms:
- BSD (OpenBSD, FreeBSD, NetBSD, BSD/OS)
- Linux (Redhat, Debian, Slackware, etc.)
- MacOS X
- Windows (NT/2000/XP)
- Solaris
- IRIX
- HP-UX
- Tru64
<<less
Download (0.43MB)
Added: 2006-03-03 License: GPL (GNU General Public License) Price:
1339 downloads
LSE/OS 1.7.1

LSE/OS 1.7.1


LSE/OS is a nanokernel based operating system dedicated for the x86. more>>
LSE/OS is a nanokernel based operating system dedicated for the x86. LSE/OS is a good choice for PC/104 embedded systems.

<<less
Download (1.2MB)
Added: 2006-06-29 License: MPL (Mozilla Public License) Price:
1215 downloads
SDL_net 1.2.6

SDL_net 1.2.6


SDL_net is a small sample cross-platform networking library. more>>
SDL_net library is a small sample cross-platform networking library, with a sample chat client and server application. The chat client uses the GUIlib GUI framework library.

Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of "Civilization: Call To Power."

Simple DirectMedia Layer supports Linux, Windows, BeOS, MacOS Classic, MacOS X, FreeBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX. There is also code, but no official support, for Windows CE, AmigaOS, Dreamcast, Atari, NetBSD, AIX, OSF/Tru64, RISC OS, and SymbianOS.

SDL is written in C, but works with C++ natively, and has bindings to several other languages, including Ada, Eiffel, Java, Lua, ML, Perl, PHP, Pike, Python, and Ruby.

<<less
Download (0.018MB)
Added: 2006-05-18 License: GPL (GNU General Public License) Price:
1267 downloads
SDL_ttf 2.0.8

SDL_ttf 2.0.8


SDL_ttf is a sample library which allows you to use TrueType fonts in your SDL applications. more>>
SDL_ttf is a sample library which allows you to use TrueType fonts in your SDL applications. SDL_ttf library comes with an example program "showfont" which displays an example string for a given TrueType font file.

Unpack and build. Run "showfont fontfile" to display a font using the library.

Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of "Civilization: Call To Power."

Simple DirectMedia Layer supports Linux, Windows, BeOS, MacOS Classic, MacOS X, FreeBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX. There is also code, but no official support, for Windows CE, AmigaOS, Dreamcast, Atari, NetBSD, AIX, OSF/Tru64, RISC OS, and SymbianOS.

SDL is written in C, but works with C++ natively, and has bindings to several other languages, including Ada, Eiffel, Java, Lua, ML, Perl, PHP, Pike, Python, and Ruby.

<<less
Download (0.023MB)
Added: 2006-05-18 License: GPL (GNU General Public License) Price:
1272 downloads
libhid 0.2.16

libhid 0.2.16


libhid is a user-space HID access library written in C. more>>
libhid is a user-space HID access library written in C. It provides a generic and flexible way to access and interact with USB HID devices, much like libusb does for plain USB devices.
It is based on libusb, thus it requires no HID support in the kernel. Furthermore, it aims to support all operating system supported by libusb: Linux, BSD, OS X, and Windows.
libhid is still under development and it does not have a proper homepage (if you want to write one, please contact us!).
Until one is ready, you are welcome to download the software and try it out, it should be easy to use if you have some knowledge of C and are willing to read someone elses code. Documentation does not yet exist, but we are working to provide it using Doxygen
Enhancements:
- This release of libhid adds a few new functions and a new Python HID wrapper library, but it is mostly a maintenance release.
<<less
Download (0.42MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
928 downloads
syncpasswd 0.4

syncpasswd 0.4


syncpasswd is an Expect script that synchronizes passwords via SSH on multiple platforms (Linux/BSD, OS X, and Solaris). more>>
syncpasswd is an Expect script that synchronizes passwords via SSH on multiple platforms (Linux/BSD, OS X, and Solaris).

It takes hostnames as a list of arguments and changes the specified user passwords on those hosts. syncpasswd outputs results to stdout and logs to /var/log/syncpasswd.log (by default).
<<less
Download (0.003MB)
Added: 2006-08-15 License: GPL (GNU General Public License) Price:
1166 downloads
DragonFly BSD 1.10.1

DragonFly BSD 1.10.1


DragonFly is an operating system and environment designed to be the logical continuation of the FreeBSD-4.x OS series. more>>
DragonFly is an Linux operating system and environment designed to be the logical continuation of the FreeBSD-4.x OS series. These operating systems belong in the same class as Linux in that they are based on UNIX ideals and APIs. DragonFly is a fork in the path, so to speak, giving the BSD base an opportunity to grow in an entirely new direction from the one taken in the FreeBSD-5 series.

It is our belief that the correct choice of features and algorithms can yield the potential for excellent scalability, robustness, and debuggability in a number of broad system categories. Not just for SMP or NUMA, but for everything from a single-node UP system to a massively clustered system. It is our belief that a fairly simple but wide-ranging set of goals will lay the groundwork for future growth.

The existing BSD cores, including FreeBSD-5, are still primarily based on models which could at best be called strained as they are applied to modern systems. The true innovation has given way to basically just laying on hacks to add features, such as encrypted disks and security layering that in a better environment could be developed at far less cost and with far greater flexibility.

We also believe that it is important to provide API solutions which allow reasonable backwards and forwards version compatibility, at least between userland and the kernel, in a mix-and-match environment. If one considers the situation from the ultimate in clustering... secure anonymous system clustering over the internet, the necessity of having properly specified APIs becomes apparent.

Finally, we believe that a fully integrated and feature-full upgrade mechanism should exist to allow end users and system operators of all walks of life to easily maintain their systems. Debian Linux has shown us the way, but it is possible to do better.

DragonFly is going to be a multi-year project at the very least. Achieving our goal set will require a great deal of groundwork just to reposition existing mechanisms to fit the new models. The goals link will take you to a more detailed description of what we hope to accomplish.

1.2.0 is our second major DragonFly release and the first one which we have created a separate CVS branch for. DragonFlys policy is to only commit bug fixes to release branches.

This release represents a significant milestone in our efforts to improve the kernel infrastructure. DragonFly is still running under the Big Giant Lock, but this will probably be the last release where that is the case.

The greatest progress has been made in the network subsystem. The TCP stack is now almost fully threaded (and will likely be the first subsystem we remove the BGL from in coming months). The TCP stack now fully supports the SACK protocol and a large number of bug and performance fixes have gone in, especially in regard to GigE performance over LANs.

The namecache has been completely rewritten and is now considered to be production-ready with this release. The rewrite will greatly simplify future filesystem work and is a necessary precursor for our ultimate goal of creating a clusterable OS.

This will be last release that uses GCC 2.95.x as the default compiler. Both GCC 3.4.x and GCC 2.95.x are supported in this release through the use of the CCVER environment variable (gcc2 or gcc34). GCC 2.95.x is to be retired soon due to its lack of TLS support. The current development branch will soon start depending heavily on TLS support and __thread both within the kernel and in libc and other libraries. This release fully supports TLS segments for programs compiled with gcc-3.4.x.

It goes without saying that this release is far more stable then our 1.0A release. A huge number of bug fixes, performance improvements, and design changes have been made since the 1.0A release.
<<less
Download (112MB)
Added: 2007-08-21 License: BSD License Price:
796 downloads
snownews 1.5.7

snownews 1.5.7


Snownews is a text mode RSS/RDF newsreader. more>>
Snownews is a text mode RSS/RDF newsreader. This is a full feature RSS/RDF reader for text mode which implements all versions of RSS and other formats via plugins
Main features:
- runs on Linux, *BSD, OS X (Darwin), Solaris and probably many more Unices.
- fast and very resource friendly.
- builtin HTTP client will follow server redirects and update feed URLs that point to permanent redirects (301) automatically.
- snownews understands "Not-Modified" (304) server replies and handles gzip compression.
- local cache for minimal network traffic.
- HTTP proxy support.
- HTTP authentication support (basic and digest methods).
- optional, basic cookie support
- a help menu available throughout the program
- automatic update checking (can be deactivated)
- few dependencies on external libraries; ncurses and libxml2
- import feature for OPML subscription lists
- fully customizable key bindings of all program functions
- type Ahead Find for quick and easy navigation
- color support
- extensible via plugins
- feed categories and many other useful features
<<less
Download (0.734MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1235 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5