sin 1392fce27a Don't prefix error messages with the program name
Do not escape error codes/error messages for no reason.
2014-04-11 23:47:28 +01:00
2013-11-25 21:33:58 +00:00
2013-08-15 16:50:51 +01:00
2014-02-09 12:30:22 +00:00
2014-02-24 13:00:54 +00:00
2014-02-07 16:38:53 +00:00
2014-03-18 14:20:58 +00:00
2013-10-07 19:15:00 +01:00
2013-10-07 19:15:00 +01:00
2013-10-07 19:15:00 +01:00
2014-02-27 14:30:30 +00:00
2014-03-17 12:29:34 +00:00
2014-02-14 14:11:44 +00:00
2014-03-06 12:13:49 +00:00
2014-01-28 16:52:37 +00:00
2014-04-05 18:56:08 +01:00
2013-08-16 16:42:59 +01:00
2014-03-31 12:22:15 +01:00
2013-08-19 16:34:18 +01:00
2014-01-30 16:24:03 +00:00
2014-04-04 20:09:17 +01:00
2014-02-15 18:27:46 +00:00
2014-02-15 18:27:46 +00:00
2014-03-17 12:55:41 +00:00
2014-03-18 14:29:14 +00:00
2013-10-08 16:49:40 +01:00
2014-03-12 14:23:19 +00:00

ubase - suckless linux base utils
=================================

ubase is  a collection of  tools similar  in spirit to  util-linux but
much simpler.

The following programs are currently implemented:

    chvt clear ctrlaltdel df dmesg  eject fallocate free getty halt id
    insmod killall5 lsmod lsusb mknod mkswap mount mountpoint pagesize
    pidof pivot_root ps  rmmod stat su swapoff  swapon truncate umount
    unshare uptime watch who

The complement  of ubase  is sbase[1] which  mostly follows  POSIX and
provides all the portable tools.  Together they are intended to form a
base system similar to busybox but much smaller and suckless.

Building
--------

To  build ubase,  simply  type  make.  You  may  have  to fiddle  with
config.mk depending on your system.

You  can  also  build  ubase-box,  which  generates  a  single  binary
containing  all  the  required  tools.    You  can  then  symlink  the
individual tools to ubase-box.

Ideally you will  want to statically link ubase.   We highly recommend
using musl-libc[2].

[1] http://git.suckless.org/sbase/
[2] http://www.musl-libc.org/
Description
Mirror of Suckless' ubase (git://git.suckless.org/ubase)
Readme 481 KiB
2022-02-11 10:57:15 -05:00
Languages
C 80.4%
Roff 15.9%
Makefile 3.7%