summaryrefslogtreecommitdiff
path: root/usr.bin/reboot/reboot.c
AgeCommit message (Collapse)Author
10 hoursusr: reboot: Fix typoIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
10 hoursosh: Seperate 'shutdown' command from builtinsIan Moffett
Gives the shutdown command its own binary in /usr/bin/shutdown Signed-off-by: Ian Moffett <ian@osmora.org>
11 hoursusr: reboot: Add default case for bad flagsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
11 hoursusr: reboot: Add method flagsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
11 hoursusr: osh: Seperate 'reboot' command from builtinsmainIan Moffett
Gives the reboot command its own binary in /usr/bin/reboot Signed-off-by: Ian Moffett <ian@osmora.org>