Open Source BSD Operating System Kernels - Page 3

Operating System Kernels for BSD

  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
  • 1
    We intend to provide a development system for the Rabbit2000/3000 microcontrollers. On Linux: a cross C-compiler, assembler, linker chain. On the rabbit: a BIOS including download and debugging facilities. Later a realtime kernel + TCP/IP stack
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    Zydas 1201 based wireless adapters Linux driver. As Sweex is not longer supporting Linux for this device, but they did in the past using MPL and GPL licenses, we have posted the original and evolved driver.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3

    amforth: Interpreter on Microcontrollers

    amforth is an extendible interpreter on microcontrollers

    amforth is an extendable command interpreter running on AVR ATmega and TI MSP430 microcontrollers. The Risc-V and ARM architectures are ascending. Turnkey actions for IoT workloads are possible as well. The command language is close to the Forth 2012 standard.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    THIS PROJECT IS OBSOLETE AND UNMONITORED Current discussion regarding bonding occurs on the netdev mailing list: netdev@vger.kernel.org Linux kernel driver for aggregating multiple network links into a single link, using a variety of methods. Stable driver source is part of the linux kernel; source releases here are either pre-release patches, experimental or historical.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 5
    Repository for the Kernel and tools sources for Agenda VR3. Including Gnu/Gcc, binutils, and kernel
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6

    FreeBSD GNOME LiveCD

    FreeBSD GNOME LiveCD built using the latest development ports

    Latest stable version - GNOME 3.26 - working Latest unstable version - GNOME 3.27 - working This project provides live systems built using the latest FreeBSD release and the latest GNOME ports from the FreeBSD GNOME project. Scripts used to build the LiveCDs are also available for downloading. The scripts are largely based on this article: https://wiki.freebsd.org/AndriyGapon/AvgLiveCD Note: This is not a general-purpose LiveCD! I track the development version instead of the stable version. If you want to do things other than previewing the latest (possibly unstable) GNOME release, please download the scripts to make your own LiveCDs. If any bug is found, please download the debug version LiveCD to find the cause and report it to the FreeBSD GNOME project or GNOME bugzilla. Starting from GNOME 3.12, most portability patches are merged upstream, so you can also directly use JHBuild on FreeBSD to check whether an issue is already fixed in the upstream.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    Kldfind is a small script for turn easy, a search by FreeBSD Kernel Modules
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    Project to run ARM linux on Psion PDAs.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 9
    A Java 2 (JDK 1.3/1.4) compatible virtual machine. joeq is unique in that it is almost entirely implemented in Java, making it reliable and efficient. It is also language-independent, so code from any language can be seamlessly and dynamically compiled.
    Downloads: 4 This Week
    Last Update:
    See Project
  • EBizCharge Payment Platform for Accounts Receivable Icon
    EBizCharge Payment Platform for Accounts Receivable

    Getting paid has never been easier.

    Don’t let unpaid invoices limit your business’s growth. EBizCharge plugs directly into the tools your business already uses to speed up payment collection.
  • 10
    acpid - a configurable ACPI policy daemon for Linux
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11

    Recursive LDD

    Recursive implementation of List Dynamic Dependencies (LDD)

    Recursive LDD (recursive-ldd) is a Perl script that allows displaying a tree-like hierarchy of shared library dependencies. The script calls on the standard Linux ldd utility in a recursion for every listed binary and library. It completes running when no matches are found in the current branch. It can also print unique values only as well as environment variables that affect the loading of libraries: LD_LIBRARY_PATH and LD_PRELOAD. Same limitations to standard ldd apply. Recursive-ldd cannot check libraries without read permissions.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 12
    SunshineOS

    SunshineOS

    SunshineOS customized Debian Distro with Kali Linux Tools

    SunshineOS customized Debian Distro with Kali Linux Tools
    Downloads: 7 This Week
    Last Update:
    See Project
  • 13
    This project lives now under http://ivtvdriver.org/. Old description: The primary goal of this project is to provide an Open Source driver for the Hauppauge 250/350 series of MPEG video capture cards and other cards based on the iCompression iTVC15.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    The scsirastools package adds several Linux SCSI tools that can be used to service and maintain disk storage devices. It handles SCSI, Linux SW RAID, SAS, SATA, and USB devices via SCSI emulation. For details & rpms, see http://scsirastools.sf.net.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    TORO kernel
    TORO is demonstrating an innovative operating system by integrating at the same ring level both kernel and the user application server. The threads of the user application server are distributed evenly on all CPUs and running independently in parallel. The memory model chosen is NUMA without pagination. During the initialization, the memory is divided proportionally for each processor installed on the system. When a thread needs memory, the memory allocator returns a free block of memory depending on which CPU the thread is running. In the same way, TORO can dedicate resources to specific processor, i.e. a FileSystem. This only CPU then can access to this instance of FileSystem. The scheduler is based on the cooperative threading model, therefore due to this design, TORO can migrate threads between CPUs and send messages between threads without using any lock instruction. TORO is well suited for integrated system to run at high pace application servers like web servers.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    UFFS: Ultra-low-cost Flash File System, designed for NAND flash working in embedded system. UFFS typically consumes less then 200K ram for 1Gb(page 512)/4Gb(page 2K) NAND flash. It supports direct flash interface, works with or without OS.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Source level debugging for linux kernel. Allows debugging of linux kernel using gdb over a serial line
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    Database Test Suite

    Mirror of: https://github.com/osdldbt/

    Mirror of: https://github.com/osdldbt/ This Database Test Suite aims to create database workload test kits used to simulate heavy user loads for OLTP, Decision Support, and e-commerce database transactions. These test kits can also be used to gather performance results for Linux and other
    Downloads: 7 This Week
    Last Update:
    See Project
  • 19
    Aiptek Hyperpen USB tablet drivers for Linux and X.Org/XFree86. Also includes GUI front-end for configuring the tablet while in-use. Supports Aiptek 6000U, 8000U, 12000U. May work with 4000U/5000U, also reported to work with off-brand clones such as LT95
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    MPLS for Linux is a project to implement a MPLS (Multi Protocol Label Switching) stack for the Linux kernel, and portable versions of the signaling protocols associated with MPLS.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    Library for filesystems intended to be used in embedded projects. The library currently supports FAT12/16/32 reading & writing on SD-cards, and is easily expandable for use with other devices on any platform.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    LainOS is an OpenSource project that seeks to revolutionize the the user experience by bridging the realm between \"Alien Elegance\" and Human Usability, and thus create a truly new and unique interface that is user savvy and beautiful.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    Linux support for PCMCIA and CardBus devices, including kernel services, client drivers, and user-level utilities. The kernel components are deprecated for 2.4 and later kernels. The user-level tools are deprecated for 2.6.13 and later kernels.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    Support for Handspring Visor USB support in Linux, including apps that utilize features useable in Linux only and some that can be used for other OSes. NOTE: MAILING LISTS ARE CLOSED
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25
    Open OS aims to be a Linux-based operating system with true and complete Win16 and Win32 compatibility as well as enhanced features. OpenOS will rely on the XWindows server, but will use its own desktop environment and window manager.
    Downloads: 5 This Week
    Last Update:
    See Project