RSS 346 projects tagged "Operating System Kernels"

Download Website Updated 15 Apr 2013 ALSA driver

Screenshot
Pop 922.03
Vit 127.05

The Advanced Linux Sound Architecture is composed of several parts. The first is a fully modularized sound driver which supports module autoloading, devfs, isapnp autoconfiguration, and gives complete access to analog audio, digital audio, control, mixer, synthesizer, DSP, MIDI, and timer components of audio hardware. It also includes a fully-featured kernel-level sequencer, a full compatibility layer for OSS/Free applications, an object-oriented C library which covers and enhances the ALSA kernel driver functionality for applications (client/server, plugins, PCM sharing/multiplexing, PCM metering, etc.), an interactive configuration program for the driver, and some simple utilities for basic management.

Download Website Updated 13 May 2013 Kernel Mode Linux

Screenshot
Pop 580.02
Vit 246.14

Kernel Mode Linux is a technology which enables the execution of user programs in a kernel mode. In Kernel Mode Linux, user programs can access kernel address space directly. Unlike kernel modules, user programs are executed as ordinary processes (except for their privilege level), so scheduling and paging are performed as usual. Although it seems dangerous, the safety of the kernel can be ensured through such methods as static type checking, software fault isolation, and so forth.

Download Website Updated 21 Jun 2006 Linux NTFS

Screenshot
Pop 491.76
Vit 11.55

Linux NTFS provides Linux kernel drivers, a multiplatform NTFS library, and tools to create, resize, clone, rescue, query, label and fix NTFS volumes, and to undelete, resize, list, and query files for the filesystem used by Windows XP, 2003, 2000, NT4, and Vista. It also provides support for the Logical Disk Manager (LDM) that controls Windows' Dynamic Disks and is used to create software mirrors, stripes, and RAID.

Download Website Updated 10 Apr 2011 Xen

Screenshot
Pop 438.49
Vit 7.69

Xen is a virtual machine monitor for x86 that supports execution of multiple guest operating systems in isolated environments.

Download Website Updated 07 Aug 2012 Layer-7 Packet Classifier for Linux

Screenshot
Pop 434.61
Vit 41.57

L7-filter is a packet classifier for Netfilter that identifies packets based on application layer (OSI layer 7) data. This means that it is able to classify packets as HTTP, FTP, Gnucleus, Kazaa, etc., regardless of ports. It complements existing matches that classify based on port numbers, packet length, TOS bits, and so on. Combined with Linux QoS, it allows for full layer 7 packet shaping.

Download Website Updated 13 Sep 2004 JBoss

Screenshot
Pop 432.75
Vit 9.05

JBoss is an Open Source, standards-compliant, Enterprise JavaBeans application server implemented in pure Java. JBoss provides JBossServer, the basic EJB container and JMX infrastructure, JBossMQ for JMS messaging, JBossMail for mail, JBossTX for JTA/JTS transactions, JBossSX for JAAS based security, JBossCX for JCA connectivity, and JBossCMP for CMP persistence. It integrates with Tomcat Servlet/JSP container and Jetty Web server/servlet container, and enables you to mix and match these components through JMX by replacing any component you wish with a JMX-compliant implementation for the same APIs. The goal is to provide a full J2EE stack in the Free/Open Source software world.

Download Website Updated 28 Jul 2012 iproute2

Screenshot
Pop 406.83
Vit 11.72

This is `iproute', the professional set of tools to control the networking behavior in kernels 2.2.x and later.

No download Website Updated 29 Aug 2012 Keepalived for Linux

Screenshot
Pop 401.12
Vit 31.51

Keepalived for LVS aims to add a strong and robust keepalive facility to the Linux Virtual Server project. This project is written in C with multilayer TCP/IP stack checks. It implements a framework based on three family checks: Layer3, Layer4, and Layer5. This framework gives the daemon the ability of checking a LVS server pool states.When one of the servers in the LVS server pool is down, keepalived informs the Linux kernel via a setsockopt call to remove this server entry from the LVS topology. In addition, it implements a VRRPv2 stack to handle director failover.

No download Website Updated 13 Dec 2007 grsecurity

Screenshot
Pop 399.50
Vit 12.20

grsecurity is a complete security system for Linux 2.4 and 2.6 that implements a detection/prevention/containment strategy. It prevents most forms of address space modification, confines programs via its Role-Based Access Control system, hardens syscalls, provides full-featured auditing, and implements many of the OpenBSD randomness features. It was written for performance, ease-of-use, and security. The RBAC system has an intelligent learning mode that can generate least privilege policies for the entire system with no configuration. All of grsecurity supports a feature that logs the IP of the attacker that causes an alert or audit.

Download Website Updated 27 Apr 2010 Filesystem in Userspace

Screenshot
Pop 398.45
Vit 10.96

Filesystem in Userspace is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations.

Screenshot

Project Spotlight

NHI1

An attempt to create an artificial (non-human) intelligence.

Screenshot

Project Spotlight

ENet for C#

A wrapper for the C-language ENet networking library.