Changeset bc18d63 in mainline for uspace/srv/loader/main.c


Ignore:
Timestamp:
2009-03-01T15:00:24Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4b241f3
Parents:
4c7257b
Message:

task_set_name() syscall so that we can have names (for userspace-loaded) tasks again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/loader/main.c

    r4c7257b rbc18d63  
    271271static void loader_run(ipc_callid_t rid, ipc_call_t *request)
    272272{
     273        /* Set the task name. */
     274        task_set_name(pathname);
     275
    273276        if (is_dyn_linked == true) {
    274277                /* Dynamically linked program */
Note: See TracChangeset for help on using the changeset viewer.