Commit Graph

64 Commits

Author SHA1 Message Date
sin 4a8e5b14ab Add reboot(8)
This is a very barebones reboot cmd.  Please make sure that your
system is in a proper state to reboot 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:36:53 +01:00
sin 423e002098 Add mkswap(8)
No manpage yet.
2013-08-09 14:30:40 +01:00
sin 92895baad0 Add lsmod(8)
No manpage yet.
2013-08-09 11:31:19 +01:00
sin 691c4ae503 If opts is NULL just pass "" as expected by the kernel 2013-08-09 11:27:54 +01:00
sin 03a234e7f9 Add rmmod(8)
No manpage yet.
2013-08-09 11:27:47 +01:00
sin 5da030ecec Dump build options during make 2013-08-07 11:56:03 +01:00
sin b90db5b7f7 Add insmod(8) 2013-08-07 11:52:36 +01:00
sin acb55413b6 Add missing copyright + LICENSE details 2013-08-07 13:42:35 +03:00
sin 9fbe1e6e66 Implement -l support for umount
This operation is not supported on OpenBSD so just
set errno to ENOTSUP.
2013-08-07 10:33:19 +01:00
sin d4c1710911 Add umount(8)
No manpage yet.
2013-08-07 10:13:21 +01:00
sin 7efb360b3c Add comment for grabmntinfo in ubase.h 2013-08-06 20:58:15 +01:00
sin 7b228e69b7 Add dmesg(1)
No manpage yet.
2013-08-06 20:58:13 +01:00
sin 353b8a2c0b Remove -pedantic for now
This causes all sorts of warnings including certain system
headers on OpenBSD.  We'll revisit this in the future.
2013-08-06 20:34:44 +01:00
sin 987ec1ef09 Initial commit of ubase - the ugly/unportable base 2013-08-06 13:17:14 +01:00