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 | |
parent | f640405cd265d49f5508608d7fa490c8b83e3b40 (diff) |
.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | auth/ChangeLog | 4 | ||||
-rw-r--r-- | exec/ChangeLog | 6 | ||||
-rw-r--r-- | hurd/ChangeLog | 15 | ||||
-rw-r--r-- | nfs/ChangeLog | 4 | ||||
-rw-r--r-- | nfsd/ChangeLog | 5 | ||||
-rw-r--r-- | sutils/ChangeLog | 5 | ||||
-rw-r--r-- | utils/ChangeLog | 13 |
8 files changed, 57 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2002-04-27 Roland McGrath <roland@frob.com> + + * configure.in: Match $host_cpu of powerpc*, not just powerpc. + Match $host_cpu of alpha* to set asm_syntax=alpha. + 2002-03-21 Roland McGrath <roland@frob.com> * Makeconf ($(libname).so.$(hurd-version)): Reorder link arguments so diff --git a/auth/ChangeLog b/auth/ChangeLog index 0ef5d5dc..c8fdf3ba 100644 --- a/auth/ChangeLog +++ b/auth/ChangeLog @@ -1,3 +1,7 @@ +2002-05-03 Roland McGrath <roland@frob.com> + + * auth.c (S_auth_server_authenticate): Take reply port args. + 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * auth.c (main): New variable ARGP defining a doc string. diff --git a/exec/ChangeLog b/exec/ChangeLog index 2b1de990..e3f9339d 100644 --- a/exec/ChangeLog +++ b/exec/ChangeLog @@ -1,3 +1,9 @@ +2002-05-01 Roland McGrath <roland@frob.com> + + * elfcore.c [ALPHA_THREAD_STATE] + (ELF_MACHINE, fetch_thread_regset, fetch_thread_fpregset): + New definitions for Alpha CPU. + 2002-04-27 Roland McGrath <roland@frob.com> * priv.h: Include <link.h> to get ElfW macro. 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. diff --git a/nfs/ChangeLog b/nfs/ChangeLog index e0909237..7a60ba12 100644 --- a/nfs/ChangeLog +++ b/nfs/ChangeLog @@ -1,3 +1,7 @@ +2002-05-03 Roland McGrath <roland@frob.com> + + * mount.c: Include <error.h>. + 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca> * main.c (main): Use error, not perror and exit. Use ERR, not errno. diff --git a/nfsd/ChangeLog b/nfsd/ChangeLog index da395af0..030ab57f 100644 --- a/nfsd/ChangeLog +++ b/nfsd/ChangeLog @@ -1,3 +1,8 @@ +2002-05-03 Roland McGrath <roland@frob.com> + + * main.c: Include <error.h>. + * fsys.c: Likewise. + 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca> * fsys.c (init_filesystems): Use error, not fprintf. Use diff --git a/sutils/ChangeLog b/sutils/ChangeLog index 506cc45b..f4d15b58 100644 --- a/sutils/ChangeLog +++ b/sutils/ChangeLog @@ -1,3 +1,8 @@ +2002-05-03 Roland McGrath <roland@frob.com> + + * reboot.c: Include <error.h>. + * halt.c: Likewise. + 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca> * halt.c (main): Use error, not perror. diff --git a/utils/ChangeLog b/utils/ChangeLog index 5fe6d319..86300b75 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,16 @@ +2002-05-03 Roland McGrath <roland@frob.com> + + * fakeauth.c: New file. + * Makefile (fakeauth): New target. + (targets): Add it. + (SRCS): Add fakeauth.c. + (auth-MIGSFLAGS, fakeauth-CPPFLAGS, authServer-CPPFLAGS, + auth_requestUser-CPPFLAGS): New variables. + + * shd.c: Include <error.h> for `error' decl. + + * Makefile (rpctrace): Put libthreads before libports. + 2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca> * rpctrace.c (parse_msgid_list): Use ERR, not errno. |