[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
hurd/task task.h task.c Makefile.am ChangeLog t...
From: |
Marcus Brinkmann |
Subject: |
hurd/task task.h task.c Makefile.am ChangeLog t... |
Date: |
Wed, 27 Oct 2004 16:46:08 -0400 |
CVSROOT: /cvsroot/hurd
Module name: hurd
Branch:
Changes by: Marcus Brinkmann <address@hidden> 04/10/27 20:39:55
Modified files:
task : task.h task.c Makefile.am ChangeLog
Added files:
task : task-class.c physmem-user.h physmem-user.c
mmap.c malloc.c malloc-wrap.c
Log message:
2004-10-27 Marcus Brinkmann <address@hidden>
* Makefile.am (task_SOURCES): Add physmem-user.h, physmem-user.c,
malloc-wrap.c, mmap.c and task-class.c.
(EXTRA_task_SOURCES): New target.
* physmem-user.h, physmem-user.h, malloc.c, malloc-wrap.c, mmap.c,
task-class.c: New files.
* task.h (task_class_init, task_alloc): Add prototypes.
* task.c: Include <hurd/startup.h> and <hurd/wortel.h>
(__hurd_startup_data): New declaration.
(create_bootstrap_caps, get_task_id, setup_threads, task_server):
New functions.
(first_free_thread_no): New global variable.
(main): Call setup_threads and initialize server_thread. Call
task_class_init. Create task bucket. Create manager thread and
start it.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/task/task-class.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/task/physmem-user.h?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/task/physmem-user.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/task/mmap.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/task/malloc.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/task/malloc-wrap.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/task/task.h.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/task/task.c.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/task/Makefile.am.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/task/ChangeLog.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- hurd/task task.h task.c Makefile.am ChangeLog t...,
Marcus Brinkmann <=