From ad3265017080f9f0755ad6c42f3e5b23986fb5cb Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 5 Jun 1999 21:18:44 +0000 Subject: . --- proc/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'proc/ChangeLog') 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 + + * 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 * mgt.c (add_tasks): Skip invalid (null) rights in tasks array. -- cgit v1.2.3