summaryrefslogtreecommitdiff
path: root/usr.bin/reboot/reboot.c
AgeCommit message (Collapse)Author
17 hoursusr: reboot: Fix typoIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
17 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>
18 hoursusr: reboot: Add default case for bad flagsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
18 hoursusr: reboot: Add method flagsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
18 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>