diff options
author | Roland McGrath <roland@gnu.org> | 1999-06-05 21:18:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-06-05 21:18:44 +0000 |
commit | ad3265017080f9f0755ad6c42f3e5b23986fb5cb (patch) | |
tree | 2d349936f7bf8a1b7c4978287abf57954cb64d37 /proc/ChangeLog | |
parent | b3f1204d64a0aacf71710fbe2f9d3b98fa1679e6 (diff) |
.
Diffstat (limited to 'proc/ChangeLog')
-rw-r--r-- | proc/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/proc/ChangeLog b/proc/ChangeLog index 11a62628..9e36394a 100644 --- a/proc/ChangeLog +++ b/proc/ChangeLog @@ -1,3 +1,18 @@ +1999-06-05 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 + out of new_proc. Remove magic handling of PIDs 0 and 1. + (new_proc): Now just call those two. Made static. + (create_startup_proc): New function, also broken out of old new_proc. + Do special setup for PID 1 (init) proc structure here. + * proc.h: Update decls. + * main.c (main): Use create_startup_proc for startup_proc, and + allocate_proc + complete_proc (with PID 0) for self_proc. + + * mgt.c (make_ids): Add const to arguments. + 1999-05-29 Roland McGrath <roland@baalperazim.frob.com> * mgt.c (add_tasks): Skip invalid (null) rights in tasks array. |