Mirror of Suckless' ubase (git://git.suckless.org/ubase)
Go to file
2013-09-23 16:59:53 +01:00
util Don't use 'tty/' rather use 'tty' 2013-09-06 10:29:00 +01:00
arg.h
chvt.1
chvt.c
clear.c
config.mk Fix tcc target in config.mk 2013-09-04 13:52:19 +01:00
df.c
dmesg.c Forgot to update usage line for dmesg(1) 2013-09-23 15:25:11 +01:00
eject.c Fix eject(1) so we can specify a device name 2013-09-04 13:34:20 +01:00
fallocate.c
free.c
grabmntinfo.h
halt.c Correct function name in error 2013-09-17 16:44:45 +01:00
insmod.c
LICENSE
lsmod.c Use ferror() if fgets() returns NULL 2013-09-05 09:53:39 +01:00
lsusb.c Use ferror() if fgets() returns NULL 2013-09-05 09:53:39 +01:00
Makefile Add support for rebooting the system through halt 2013-09-17 16:34:26 +01:00
mkswap.c
mount.c Handle correctly the -n option for mount and umount 2013-09-06 11:01:03 +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
proc.h
ps.c Limit ps(1) output based on the current terminal width 2013-09-03 14:11:37 +01:00
README Add README 2013-09-04 11:56:22 +01:00
reboot.h
rmmod.c
stat.c
swapoff.c
swapon.c
TODO Update TODO 2013-09-23 16:59:53 +01:00
truncate.c
umount.c Handle correctly the -n option for mount and umount 2013-09-06 11:01:03 +01:00
unshare.c
uptime.c Use /var/run/utmp for now 2013-09-16 15:58:44 +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

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