A collection of tiny, permissively-licensed Linux system tools; deprecated in favor of sdaemons
License
dimkr/lazy-utils
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
_ _ _ _ | | __ _ _____ _ _ _| |_(_) |___ | |/ _` |_ / | | |_____| | | | __| | / __| | | (_| |/ /| |_| |_____| |_| | |_| | \__ \ |_|\__,_/___|\__, | \__,_|\__|_|_|___/ |___/ Overview ======== lazy-utils is a permissively-licensed set of system tools that complement toybox (http://www.landley.net/toybox/). It provides lighweight, independent implementations of init and standard daemons, suitable for use in lighweight distributions. In the past, lazy-utils used to be a complete replacement for toybox (http://www.landley.net/toybox/) and BusyBox (http://www.busybox.net/), but now it focuses on extra applets or lighter alternatives to existing ones, with emphasis on short, easy to understand and solid code. Dependencies ============ lazy-utils is designed for static linking and tested against the musl (http://www.musl-libc.org/) C library. At run-time, lazy-utils relies on the following file systems: - A proc file system mounted at /proc - A sysfs file system mounted at /sys - A devtmpfs file system mounted at /dev - A writable file systems at /run Therefore, lazy-utils depends on Linux (http://www.kernel.org/) version 2.6.32 or above, built with CONFIG_SYSFS, CONFIG_PROC_FS and CONFIG_DEVTMPFS on. Credits and Legal Information ============================= lazy-utils is licensed under a 2-clause BSD license, see COPYING for the license text. For a list of its authors and contributors, see AUTHORS. The ASCII art logo at the top was made using FIGlet (http://www.figlet.org/).
About
A collection of tiny, permissively-licensed Linux system tools; deprecated in favor of sdaemons
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published