diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-03 22:58:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-03 22:58:13 +0000 |
commit | a93196544c6b61c5de52329c4177b4254c85de4b (patch) | |
tree | c55c6dff84607f921f4516d5980e330c4cd30306 /hurd | |
parent | f640405cd265d49f5508608d7fa490c8b83e3b40 (diff) |
.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog index e847d296..690cdfb5 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,3 +1,18 @@ +2002-05-03 Roland McGrath <roland@frob.com> + + * auth.defs (auth_user_authenticate): Add sreplyport argument. + * auth_request.defs: New file. + +2002-02-17 Roland McGrath <roland@frob.com> + + * hurd_types.h (after #include <mach/thread_info.h>) + [! THREAD_SCHED_INFO]: Include <mach/policy.h> for OSF Mach + scheduler definitions. + (struct procinfo) [TASK_SCHED_TIMESHARE_INFO]: + Add new member `timeshare_base_info'. + (struct procinfo.threadinfos) [! THREAD_SCHED_INFO]: + Use `struct policy_infos' in place of `struct thread_sched_info'. + 2002-03-23 Roland McGrath <roland@frob.com> * default_pager.defs (default_pager_object_set_size): New RPC. |