Changeset 24345a5 in mainline for uspace/lib/libc/generic/task.c


Ignore:
Timestamp:
2008-11-08T10:01:59Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
24d6efc
Parents:
7faabb7
Message:

Set meaningful names for loaded programs. Now 'tasks' kconsole command is much less obscure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/task.c

    r7faabb7 r24345a5  
    6565
    6666        /* Spawn a program loader. */   
    67         ldr = loader_spawn();
     67        ldr = loader_spawn(path);
    6868        if (ldr == NULL)
    6969                return 0;
Note: See TracChangeset for help on using the changeset viewer.