Mirror of Suckless' ubase (git://git.suckless.org/ubase)
Go to file
sin ff85b15939 Add comment to clarify why we skip '-' in pidof(8) 2013-09-04 13:13:44 +01:00
util Add watch(1) 2013-09-04 11:35:36 +01:00
LICENSE Add oblique to LICENSE file 2013-08-12 11:22:42 +01:00
Makefile Add watch(1) 2013-09-04 11:35:36 +01:00
README Add README 2013-09-04 11:56:22 +01:00
TODO Update TODO 2013-09-04 11:41:07 +01:00
arg.h Initial commit of ubase - the ugly/unportable base 2013-08-06 13:17:14 +01:00
chvt.1 Add chvt(1) 2013-08-15 16:50:51 +01:00
chvt.c Staticise table 2013-08-31 17:42:14 +01:00
clear.c Add clear(1) 2013-08-16 11:15:36 +01:00
config.mk Remove OpenBSD support 2013-08-14 14:40:47 +01:00
df.c df(1) supports -a 2013-09-01 17:53:21 +01:00
dmesg.c Add raw flag for dmesg 2013-08-17 17:22:30 +01:00
fallocate.c Implement -o support for fallocate(1) 2013-09-01 17:57:59 +01:00
free.c Check return value of sysinfo() 2013-08-16 15:51:37 +01:00
grabmntinfo.h Remove OpenBSD support 2013-08-14 14:40:47 +01:00
halt.c Make ubase compile with musl-gcc 2013-08-19 16:34:18 +01:00
insmod.c Fix usage lines 2013-08-14 14:40:49 +01:00
lsmod.c Add lsmod(8) 2013-08-09 11:31:19 +01:00
lsusb.c Add barebones lsusb(8) 2013-09-03 13:52:47 +01:00
mkswap.c Fix usage lines 2013-08-14 14:40:49 +01:00
mount.c We do not update /etc/mtab for mount/umount - update usage 2013-09-04 10:55:44 +01:00
mountpoint.c Implement -x option for mountpoint(1) 2013-09-03 13:24:08 +01:00
pidof.c Add comment to clarify why we skip '-' in pidof(8) 2013-09-04 13:13:44 +01:00
pivot_root.c Add pivot_root(8) 2013-08-14 14:40:49 +01:00
proc.h Rename validps() to pidfile() 2013-08-16 16:42:59 +01:00
ps.c Limit ps(1) output based on the current terminal width 2013-09-03 14:11:37 +01:00
reboot.c Make ubase compile with musl-gcc 2013-08-19 16:34:18 +01:00
reboot.h Make ubase compile with musl-gcc 2013-08-19 16:34:18 +01:00
rmmod.c Fix usage lines 2013-08-14 14:40:49 +01:00
stat.c Fix usage lines 2013-08-14 14:40:49 +01:00
swapoff.c Fix usage lines 2013-08-14 14:40:49 +01:00
swapon.c Fix usage lines 2013-08-14 14:40:49 +01:00
truncate.c Add truncate(1) 2013-08-16 11:34:52 +01:00
umount.c We do not update /etc/mtab for mount/umount - update usage 2013-09-04 10:55:44 +01:00
unshare.c Add unshare(1) 2013-08-12 11:20:17 +01:00
uptime.c Ignore `LOGIN' name when counting the number of users 2013-09-01 17:50:03 +01:00
util.h Add watch(1) 2013-09-04 11:35:36 +01:00
watch.c Clear screen before cmd invocation 2013-09-04 11:48:43 +01:00

README

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

To build a statically linked version with musl:

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

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