Mirror of Suckless' ubase (git://git.suckless.org/ubase)
Go to file
sin 051ed9a79c Add halt(8)
This is a very barebones halt cmd.  Please make sure that your
system is in a proper state to halt before using this.  This is
likely only useful for very barebones systems like an emergency
shell or similar.

Normally this command would be part of an actual init system.
2013-08-09 15:37:04 +01:00
linux Add missing copyright + LICENSE details 2013-08-07 13:42:35 +03:00
openbsd Add missing copyright + LICENSE details 2013-08-07 13:42:35 +03:00
util Initial commit of ubase - the ugly/unportable base 2013-08-06 13:17:14 +01:00
arg.h Initial commit of ubase - the ugly/unportable base 2013-08-06 13:17:14 +01:00
config.mk Remove -pedantic for now 2013-08-06 20:34:44 +01:00
df.c Initial commit of ubase - the ugly/unportable base 2013-08-06 13:17:14 +01:00
dmesg.c Add dmesg(1) 2013-08-06 20:58:13 +01:00
halt.c Add halt(8) 2013-08-09 15:37:04 +01:00
insmod.c If opts is NULL just pass "" as expected by the kernel 2013-08-09 11:27:54 +01:00
LICENSE Initial commit of ubase - the ugly/unportable base 2013-08-06 13:17:14 +01:00
lsmod.c Add lsmod(8) 2013-08-09 11:31:19 +01:00
Makefile Add halt(8) 2013-08-09 15:37:04 +01:00
mkswap.c Add mkswap(8) 2013-08-09 14:30:40 +01:00
reboot.c Add reboot(8) 2013-08-09 15:36:53 +01:00
rmmod.c Add rmmod(8) 2013-08-09 11:27:47 +01:00
ubase.h Implement -l support for umount 2013-08-07 10:33:19 +01:00
umount.c Add missing copyright + LICENSE details 2013-08-07 13:42:35 +03:00
util.h Initial commit of ubase - the ugly/unportable base 2013-08-06 13:17:14 +01:00