# # ChangeLog for uspace/app/getvc/getvc.c in mainline # # Generated by Trac 1.6 # 2025-02-08T17:23:27Z Mon, 06 Jul 2009 20:16:15 GMT Jiri Svoboda [adb49f58] * uspace/app/bdsh/exec.c (modified) * uspace/app/getvc/getvc.c (modified) * uspace/lib/libc/generic/task.c (modified) * uspace/lib/libc/include/task.h (modified) * uspace/srv/ns/task.c (modified) Allow to determine whether a task returned value before terminatign. Mon, 06 Jul 2009 16:02:27 GMT Jiri Svoboda [7114d83] * uspace/app/bdsh/exec.c (modified) * uspace/app/getvc/getvc.c (modified) * uspace/lib/libc/generic/libc.c (modified) * uspace/lib/libc/generic/task.c (modified) * uspace/lib/libc/include/ipc/ns.h (modified) * uspace/lib/libc/include/task.h (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/ns/task.h (modified) Allow task to return value (will be improved). Tue, 16 Jun 2009 18:31:55 GMT Jiri Svoboda [e3fa92aa] * uspace/app/getvc/getvc.c (modified) Replace one hack with another. Mon, 15 Jun 2009 22:24:18 GMT Jakub Jermar [103e7d7] * uspace/app/getvc/getvc.c (modified) Flush stdout before spawning shell. Tue, 02 Jun 2009 17:21:54 GMT Martin Decky [49f78c7] * uspace/app/getvc/Makefile (added) * uspace/app/getvc/getvc.c (added) * uspace/app/getvc/getvc.h (added) * uspace/app/getvc/version.c (added) * uspace/app/getvc/version.h (added) getvc: a task which acquires a console device (this is a preliminary ...