Mirror of Suckless' ubase (git://git.suckless.org/ubase)
Go to file
sin efe687ef94 Update TODO 2013-09-23 16:59:53 +01:00
util Don't use 'tty/' rather use 'tty' 2013-09-06 10:29:00 +01:00
LICENSE Add oblique to LICENSE file 2013-08-12 11:22:42 +01:00
Makefile Add support for rebooting the system through halt 2013-09-17 16:34:26 +01:00
README Add README 2013-09-04 11:56:22 +01:00
TODO Update TODO 2013-09-23 16:59:53 +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 Fix tcc target in config.mk 2013-09-04 13:52:19 +01:00
df.c df(1) supports -a 2013-09-01 17:53:21 +01:00
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 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 Correct function name in error 2013-09-17 16:44:45 +01:00
insmod.c Fix usage lines 2013-08-14 14:40:49 +01:00
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
mkswap.c Fix usage lines 2013-08-14 14:40:49 +01:00
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 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.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 Handle correctly the -n option for mount and umount 2013-09-06 11:01:03 +01:00
unshare.c Add unshare(1) 2013-08-12 11:20:17 +01:00
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

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