Changeset bb580548 in mainline


Ignore:
Timestamp:
2019-07-18T17:18:34Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
b79207d
Parents:
0116f21
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-07-18 15:31:43)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-07-18 17:18:34)
Message:

Adding a shutdown command

This commits adds a new application with which
the systemcall shutdown can be called. This
allows users to shutdown (halt, reboot) the system

Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r0116f21 rbb580548  
    138138uspace/app/redir/redir
    139139uspace/app/sbi/sbi
     140uspace/app/shutdown/shutdown
    140141uspace/app/sportdmp/sportdmp
    141142uspace/app/stats/stats
  • boot/Makefile.common

    r0116f21 rbb580548  
    207207        nic \
    208208        sbi \
     209        shutdown \
    209210        sportdmp \
    210211        redir \
  • uspace/Makefile

    r0116f21 rbb580548  
    7070        app/redir \
    7171        app/sbi \
     72        app/shutdown \
    7273        app/sportdmp \
    7374        app/stats \
Note: See TracChangeset for help on using the changeset viewer.