Mirror of Suckless' ubase (git://git.suckless.org/ubase)
Go to file
2014-03-17 12:55:41 +00:00
util Don't prefix messages with the tool name by default 2014-03-12 14:39:42 +00:00
arg.h
chvt.1
chvt.c remove some signed / unsigned type warnings 2014-02-14 14:11:37 +00:00
clear.1
clear.c
config.def.h
config.mk Add -Wextra in config.mk 2014-02-24 13:00:54 +00:00
ctrlaltdel.c
df.1
df.c Use mntent in df(1) 2014-02-15 18:27:39 +00:00
dmesg.c remove some signed / unsigned type warnings 2014-02-14 14:11:37 +00:00
eject.1
eject.c
fallocate.c
free.c
getty.c Use setenv() instead of putenv() in getty 2014-02-24 13:00:36 +00:00
halt.8
halt.c
id.1 Update manpages - these tools are in ubase now 2014-02-27 14:32:22 +00:00
id.c Import id(1) from sbase 2014-02-27 14:30:30 +00:00
insmod.c remove some signed / unsigned type warnings 2014-02-14 14:11:37 +00:00
killall5.c Implement -o for killall5 2014-03-17 12:29:34 +00:00
LICENSE Add Hiltjo Posthuma to LICENSE 2014-02-14 14:11:44 +00:00
lsmod.8 Update manpages - these tools are in ubase now 2014-02-27 14:32:22 +00:00
lsmod.c Fix some more instances of enprintf(EXIT_FAILURE, ...); 2014-02-27 15:10:39 +00:00
lsusb.8
lsusb.c
Makefile Add initial version of killall5(8) 2014-03-06 12:13:49 +00:00
mknod.1
mknod.c
mkswap.c Fix some more instances of enprintf(EXIT_FAILURE, ...); 2014-02-27 15:10:39 +00:00
mount.c Fix indentation for mount(8) 2014-03-17 12:49:05 +00:00
mountpoint.c Convert mountpoint(1) to use mntent 2014-02-15 18:34:59 +00:00
pagesize.c Fix some more instances of enprintf(EXIT_FAILURE, ...); 2014-02-27 15:10:39 +00:00
pidof.c
pivot_root.c
proc.h
ps.c
README
reboot.h
rmmod.c
stat.1
stat.c stat: assign fn before loop 2014-02-14 14:11:19 +00:00
su.c Simply use eprintf() instead of enprintf() 2014-02-27 14:59:34 +00:00
swapoff.c Check setmntent() for failures 2014-02-15 18:27:46 +00:00
swapon.c Check setmntent() for failures 2014-02-15 18:27:46 +00:00
TODO Remove implemented items from TODO 2014-03-17 12:55:41 +00:00
truncate.c
umount.c Check strdup() for failure 2014-03-15 18:49:38 +00:00
unshare.c The flag for unshare(1) is 'U' not 'u' 2014-02-24 13:53:34 +00:00
uptime.c
util.h Add weprintf() 2014-03-12 14:23:19 +00:00
watch.c
who.1 Update manpages - these tools are in ubase now 2014-02-27 14:32:22 +00:00
who.c Import who from sbase 2014-02-14 15:07:43 +00:00

ubase is a set of tools similar to util-linux to complement sbase[1].

Build a statically linked version of sbase-box with musl:

  make CC=musl-gcc LDFLAGS=-static ubase-box

[1] http://git.suckless.org/sbase