From 5b57d28ffb6e1ef86b50f7d05d977826eae89bfe Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Fri, 1 Feb 2019 22:55:37 +0000 Subject: initial population --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..ec406f1 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Userland + +This project is a port of NetBSD userland (`bin`, `sbin`, `usr.bin`, and `usr.sbin` in the NetBSD `src` distribution) to the musl implementation of the C standard library. It aims to provide a complete POSIX userland, with support for user-friendly extensions. + +# Rationale + +There are a multitude of other projects which aim to provide a Linux userland. None of them are POSIX-compliant, and many have no interest in becoming 100% POSIX-compliant. Some of those projects additionally do not wish to support extensions provided by other projects. + +# License + +All code in this repository is licensed under `BSD-3-Clause`; see `LICENSE` for a copy of the license text. + +# Contributing + +Contributions may be made in several ways: + +* Write code. +* Write manual pages. +* Write ancillary documentation. +* File tickets in the issue tracker for features which are missing but implemented by another project. +* Participate constructively in project discussions. + -- cgit v1.2.3-60-g2f50