summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-08 09:28:28 +0000
committerRoland McGrath <roland@gnu.org>2002-05-08 09:28:28 +0000
commit3a9ca55bf348e7ba8450fa32860be1a8a358e562 (patch)
treea71ebde4a35c85643ecf1912c9b52cdecee947e5
parent94ae465a44066c95031af93aac00ccdd9eb99e5e (diff)
.
-rw-r--r--auth/ChangeLog6
-rw-r--r--hurd/ChangeLog6
-rw-r--r--init/ChangeLog6
-rw-r--r--libdiskfs/ChangeLog4
-rw-r--r--libfshelp/ChangeLog5
-rw-r--r--libftpconn/ChangeLog5
-rw-r--r--libiohelp/ChangeLog4
-rw-r--r--libnetfs/ChangeLog8
-rw-r--r--libpager/ChangeLog7
-rw-r--r--libps/ChangeLog16
-rw-r--r--libshouldbeinlibc/ChangeLog13
-rw-r--r--libstore/ChangeLog9
-rw-r--r--proc/ChangeLog20
-rw-r--r--sutils/ChangeLog4
14 files changed, 113 insertions, 0 deletions
diff --git a/auth/ChangeLog b/auth/ChangeLog
index c8fdf3ba..2bf57316 100644
--- a/auth/ChangeLog
+++ b/auth/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-07 Roland McGrath <roland@frob.com>
+
+ * auth.c (S_auth_getids): u_int -> size_t
+ (S_auth_makeauth, S_auth_server_authenticate): Likewise.
+ (idvec_copyout): Fix argument type; make static.
+
2002-05-03 Roland McGrath <roland@frob.com>
* auth.c (S_auth_server_authenticate): Take reply port args.
diff --git a/hurd/ChangeLog b/hurd/ChangeLog
index 690cdfb5..88aeecf3 100644
--- a/hurd/ChangeLog
+++ b/hurd/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-07 Roland McGrath <roland@frob.com>
+
+ * msg.defs (msg_report_wait): int -> mach_msg_id_t
+ * hurd_types.h: Include <mach/message.h>.
+ (struct procinfo): int -> mach_msg_id_t for rpc_block.
+
2002-05-03 Roland McGrath <roland@frob.com>
* auth.defs (auth_user_authenticate): Add sreplyport argument.
diff --git a/init/ChangeLog b/init/ChangeLog
index 47868587..d66981d6 100644
--- a/init/ChangeLog
+++ b/init/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-07 Roland McGrath <roland@frob.com>
+
+ * init.c (reboot_system): u_int -> size_t
+ (reboot_system): Likewise.
+ (S_msg_report_wait): int -> mach_msg_id_t
+
2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>
* init.c (reboot_mach): Use ERR, not errno.
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index d5b96c45..1d7183ca 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-08 Roland McGrath <roland@frob.com>
+
+ * io-restrict-auth.c (diskfs_S_io_restrict_auth): Remove unused var.
+
2002-05-04 Roland McGrath <roland@frob.com>
* io-restrict-auth.c (diskfs_S_io_restrict_auth): Use
diff --git a/libfshelp/ChangeLog b/libfshelp/ChangeLog
index 38cd25c3..4ce05dd1 100644
--- a/libfshelp/ChangeLog
+++ b/libfshelp/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-07 Roland McGrath <roland@frob.com>
+
+ * fetch-root.c (fshelp_fetch_root): int -> size_t
+ * delegate.c (fshelp_delegate_translation): Likewise.
+
2002-03-05 Marcus Brinkmann <marcus@gnu.org>
* fshelp.h: Refer to dir_lookup, not dir_pathtrans, in comment.
diff --git a/libftpconn/ChangeLog b/libftpconn/ChangeLog
index c6dbe6de..779646ae 100644
--- a/libftpconn/ChangeLog
+++ b/libftpconn/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-07 Roland McGrath <roland@frob.com>
+
+ * xfer.c (ftp_conn_start_open_actv_data): size_t -> socklen_t
+ (ftp_conn_finish_open_actv_data): Likewise.
+
2002-04-13 Moritz Schulte <moritz@chaosdorf.de>
* unix.c: Include <libgen.h>.
diff --git a/libiohelp/ChangeLog b/libiohelp/ChangeLog
index 53c326ed..34d8c817 100644
--- a/libiohelp/ChangeLog
+++ b/libiohelp/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-07 Roland McGrath <roland@frob.com>
+
+ * iouser-reauth.c (iohelp_reauth): u_int -> size_t
+
2002-05-04 Roland McGrath <roland@frob.com>
* iouser-create.c (iohelp_create_complex_iouser): Add const to args.
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog
index 12ad79d1..2524d2cf 100644
--- a/libnetfs/ChangeLog
+++ b/libnetfs/ChangeLog
@@ -1,3 +1,11 @@
+2002-05-07 Roland McGrath <roland@frob.com>
+
+ * fsys-getroot.c (netfs_S_fsys_getroot): Fix arg type in decl.
+ * append-std-options.c (netfs_append_std_options): Likewise.
+
+ * file-exec.c (netfs_S_file_exec): u_int -> size_t in decl.
+ * netfs.h (netfs_append_args): unsigned -> size_t in decl.
+
2002-05-04 Roland McGrath <roland@frob.com>
* io-restrict-auth.c (netfs_S_io_restrict_auth): Use
diff --git a/libpager/ChangeLog b/libpager/ChangeLog
index 6d58f5f1..4a0b7b22 100644
--- a/libpager/ChangeLog
+++ b/libpager/ChangeLog
@@ -1,3 +1,10 @@
+2002-05-07 Roland McGrath <roland@frob.com>
+
+ * data-request.c (_pager_seqnos_memory_object_data_request): Use %z
+ format modifier for vm_size_t argument.
+ * data-return.c (_pager_do_write_request): Likewise.
+ * data-unlock.c (_pager_seqnos_memory_object_data_unlock): Likewise.
+
2002-04-10 Neal H Walfield <neal@cs.uml.edu>
* pager-memcpy.c (pager_memcpy): Pass not the block but the byte
diff --git a/libps/ChangeLog b/libps/ChangeLog
index 034a8b40..18f58509 100644
--- a/libps/ChangeLog
+++ b/libps/ChangeLog
@@ -1,3 +1,19 @@
+2002-05-07 Roland McGrath <roland@frob.com>
+
+ * context.c (ps_context_find_tty_by_cttyid): int -> mach_port_t
+ * proclist.c (proc_stat_list_add_all): unsigned -> size_t
+ (proc_stat_list_add_login_coll): Likewise.
+ (proc_stat_list_add_session): Likewise.
+ (proc_stat_list_add_fn_pids): Likewise.
+ (proc_stat_list_add_id_fn_pids): Likewise.
+
+ * host.c (ps_host_basic_info): int -> size_t
+ (ps_host_basic_info, ps_host_load_info): Likewise.
+ * ps.h: Update decls.
+ (struct proc_stat): unsigned -> size_t for task_events_info_size,
+ args_len, env_len.
+ * procstat.c (summarize_thread_waits): Fix argument type.
+
2001-12-31 Roland McGrath <roland@frob.com>
* host.c (ps_get_host): Use mach_port_t instead of host_t.
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog
index 5fa381e4..4522ef9b 100644
--- a/libshouldbeinlibc/ChangeLog
+++ b/libshouldbeinlibc/ChangeLog
@@ -1,3 +1,16 @@
+2002-05-08 Roland McGrath <roland@frob.com>
+
+ * portinfo.c (print_port_info): Use %z formats for port names.
+
+ * idvec-verify.c (verify_passwd): Cast to intptr_t before int.
+
+ * idvec-auth.c (idvec_merge_auth): int -> size_t.
+
+ * portxlate.c (port_name_xlator_xlate): Use mach_msg_type_name_t
+ instead of mach_port_type_t, to match RPC prototype.
+
+ * wire.c: Use ElfW(TYPE) in place of Elf32_TYPE throughout.
+
2002-02-06 Roland McGrath <roland@frob.com>
* Makefile (CFLAGS): Don't add -DHAVE_LINEWRAP_H -DHAVE_CTHREADS_H.
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index e1004674..3945965d 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,3 +1,12 @@
+2002-05-07 Roland McGrath <roland@frob.com>
+
+ * module.c (open_class): Add cast to int for %* arg.
+
+ * kids.c (store_open_children): Dereference pointer in isalnum call.
+
+ * set.c (store_set_runs): Fix argument type.
+ * kids.c (store_set_children): Likewise.
+
2002-03-15 Roland McGrath <roland@frob.com>
* Makefile (OBJS): Remove hack for part.o.
diff --git a/proc/ChangeLog b/proc/ChangeLog
index 837ed006..a21a7b7b 100644
--- a/proc/ChangeLog
+++ b/proc/ChangeLog
@@ -1,3 +1,23 @@
+2002-05-07 Roland McGrath <roland@frob.com>
+
+ * host.c (S_proc_setexecdata, S_proc_getexecdata): u_int -> size_t
+ (initialize_version_info): Likewise. Fix cast in host_info arg.
+ (get_string_array): Likewise.
+ * info.c (get_string, S_proc_getprocargs, S_proc_getprocenv): Likewise.
+ (S_proc_getprocinfo, S_proc_getloginpids): Likewise.
+ (S_proc_getprocinfo): int -> size_t; fix casts in *_info argument.
+
+ * mgt.c (S_proc_reauthenticate, S_proc_getallpids): Likewise.
+ (add_tasks, S_proc_dostop): Likewise.
+ (S_proc_exception_raise): int -> integer_t
+ * pgrp.c (S_proc_getsessionpids, S_proc_getsessionpgids): Likewise.
+ (S_proc_getpgrppids): Likewise.
+
+2002-02-17 Roland McGrath <roland@frob.com>
+
+ * info.c (S_proc_getprocinfo) [TASK_SCHED_TIMESHARE_INFO]: Do a second
+ task_info call to fill in PI->timeshare_base_info.
+
2001-12-22 Roland McGrath <roland@frob.com>
* proc.h (check_owner): Move this extern inline function ...
diff --git a/sutils/ChangeLog b/sutils/ChangeLog
index f4d15b58..5e827b72 100644
--- a/sutils/ChangeLog
+++ b/sutils/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-07 Roland McGrath <roland@frob.com>
+
+ * swapon.c (check_signature): Use %zu for size_t arg.
+
2002-05-03 Roland McGrath <roland@frob.com>
* reboot.c: Include <error.h>.