Changeset c4faa0c in mainline


Ignore:
Timestamp:
2011-01-05T13:59:29Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
196ef08
Parents:
fdb9c39c
Message:

add the well-known 'killall' command (also with the usual race condition feature :))

Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    rfdb9c39c rc4faa0c  
    126126        $(USPACE_PATH)/app/edit/edit \
    127127        $(USPACE_PATH)/app/kill/kill \
     128        $(USPACE_PATH)/app/killall/killall \
    128129        $(USPACE_PATH)/app/mkfat/mkfat \
    129130        $(USPACE_PATH)/app/sbi/sbi \
  • uspace/Makefile

    rfdb9c39c rc4faa0c  
    3939        app/init \
    4040        app/kill \
     41        app/killall \
    4142        app/klog \
    4243        app/mkfat \
Note: See TracChangeset for help on using the changeset viewer.