diff options
author | Roland McGrath <roland@gnu.org> | 1999-06-05 21:36:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-06-05 21:36:53 +0000 |
commit | 37f880a27bf2cd70c0ad247886fc5b949d776096 (patch) | |
tree | 3c9a352d2fe1ab7cd24bd09e006c1a9af9d8c38d /proc | |
parent | aed7aaa19467e6bdaca0f7b7def60ff02972ec45 (diff) |
.
Diffstat (limited to 'proc')
-rw-r--r-- | proc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/proc/ChangeLog b/proc/ChangeLog index 9e36394a..f56ddd69 100644 --- a/proc/ChangeLog +++ b/proc/ChangeLog @@ -1,5 +1,10 @@ 1999-06-05 Roland McGrath <roland@baalperazim.frob.com> + * mgt.c (create_startup_proc): Don't call add_proc_to_hash here. + * main.c (main): Do it here instead, after we have the task port. + +1999-06-04 Roland McGrath <roland@baalperazim.frob.com> + * proc.h (struct proc): Use unsigned int for flag bitfields. * mgt.c (allocate_proc, complete_proc): New functions, broken |