https://github.com/dimkr/lobsder
An OpenBSD compatibility layer for Linux; orphaned
https://github.com/dimkr/lobsder
Last synced: over 1 year ago
JSON representation
An OpenBSD compatibility layer for Linux; orphaned
- Host: GitHub
- URL: https://github.com/dimkr/lobsder
- Owner: dimkr
- License: bsd-2-clause
- Created: 2014-04-16T09:10:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-16T09:12:39.000Z (over 12 years ago)
- Last Synced: 2025-01-23T14:29:55.457Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 113 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
_ _ _
| | ___ | |__ ___ __| | ___ _ __
| |/ _ \| '_ \/ __|/ _` |/ _ \ '__|
| | (_) | |_) \__ \ (_| | __/ |
|_|\___/|_.__/|___/\__,_|\___|_|
Overview
========
Lobsder is a thin Linux (https://www.kernel.org/) compatibility layer designed
to ease the porting of user-mode tools from OpenBSD (http://www.openbsd.org/).
Legal Information
=================
All original code in Lobsder is licensed under a 2-clause BSD license, see COPYING
for the license text. For a list of its authors and contributors, see AUTHORS
and THANKS.
arc4random.c was taken from MirBSD (https://www.mirbsd.org/a4rcontrb.htm); see
COPYING.arc4random for its license.
The ASCII art logo at the top was made using FIGlet (http://www.figlet.org/).