Changeset 5147ff1 in mainline


Ignore:
Timestamp:
2016-02-21T23:48:18Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a62ceaf
Parents:
ae7bbfd0
Message:

Bring back netecho for testing UDP.

Files:
5 added
5 edited

Legend:

Unmodified
Added
Removed
  • .bzrignore

    rae7bbfd0 r5147ff1  
    5555uspace/app/nettest3/nettest3
    5656uspace/app/nic/nic
     57uspace/app/netecho/netecho
    5758uspace/app/nterm/nterm
    5859uspace/app/ping/ping
     
    112113uspace/dist/app/nettest3
    113114uspace/dist/app/nic
     115uspace/dist/app/netecho
    114116uspace/dist/app/nterm
    115117uspace/dist/app/ping
  • boot/Makefile.common

    rae7bbfd0 r5147ff1  
    205205        $(USPACE_PATH)/app/tetris/tetris \
    206206        $(USPACE_PATH)/app/trace/trace \
     207        $(USPACE_PATH)/app/netecho/netecho \
    207208        $(USPACE_PATH)/app/nterm/nterm \
    208209        $(USPACE_PATH)/app/ping/ping \
  • uspace/Makefile

    rae7bbfd0 r5147ff1  
    6060        app/mkmfs \
    6161        app/modplay \
     62        app/netecho \
    6263        app/nterm \
    6364        app/redir \
  • uspace/app/nterm/conn.h

    rae7bbfd0 r5147ff1  
    2727 */
    2828
    29 /** @addtogroup edit
     29/** @addtogroup nterm
    3030 * @{
    3131 */
  • uspace/app/nterm/nterm.h

    rae7bbfd0 r5147ff1  
    2727 */
    2828
    29 /** @addtogroup edit
     29/** @addtogroup nterm
    3030 * @{
    3131 */
Note: See TracChangeset for help on using the changeset viewer.