summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-28 23:59:05 +0000
committerRoland McGrath <roland@gnu.org>2002-05-28 23:59:05 +0000
commit9ddd3e4ffe133a2e60c16e1156324b3095c7d792 (patch)
tree3e06506d9d1bac287ebd310f5cd1cf2772d86e6a
parent8a0aed3adca2f991cef7374d55a9957009f273a4 (diff)
.
-rw-r--r--libfshelp/ChangeLog5
-rw-r--r--libthreads/ChangeLog7
-rw-r--r--libtrivfs/ChangeLog11
-rw-r--r--term/ChangeLog5
-rw-r--r--tmpfs/ChangeLog11
-rw-r--r--trans/ChangeLog5
-rw-r--r--utils/ChangeLog23
7 files changed, 67 insertions, 0 deletions
diff --git a/libfshelp/ChangeLog b/libfshelp/ChangeLog
index 4ce05dd1..0e11dbef 100644
--- a/libfshelp/ChangeLog
+++ b/libfshelp/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-10 Roland McGrath <roland@frob.com>
+
+ * exec-reauth.c (fshelp_exec_reauth): Always set *SECURE if nonnull,
+ as the comment says we do.
+
2002-05-07 Roland McGrath <roland@frob.com>
* fetch-root.c (fshelp_fetch_root): int -> size_t
diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog
index 2cdb2840..f5fca749 100644
--- a/libthreads/ChangeLog
+++ b/libthreads/ChangeLog
@@ -1,5 +1,12 @@
2002-05-28 Roland McGrath <roland@frob.com>
+ * cthreads.h (hurd_condition_wait, condition_implies,
+ condition_unimplies): Restore decls lost in merge.
+ (mutex_clear): Define as mutex_init instead of bogon (lost in merge).
+
+ * cthreads.c (cthread_fork_prepare, cthread_fork_parent,
+ cthread_fork_child): Don't call malloc_fork_* (lost in merge).
+
* lockfile.c: Use __attribute__ magic instead of #pragma magic
for alias definitions. Don't bother to make them weak.
diff --git a/libtrivfs/ChangeLog b/libtrivfs/ChangeLog
index feae3cbf..e43f8bfd 100644
--- a/libtrivfs/ChangeLog
+++ b/libtrivfs/ChangeLog
@@ -1,3 +1,14 @@
+2002-05-28 Roland McGrath <roland@frob.com>
+
+ * dir-readdir.c (trivfs_S_dir_readdir): u_int -> size_t
+ * file-get-trans.c (trivfs_S_file_get_translator): Likewise.
+ * file-set-trans.c (trivfs_S_file_set_translator): Likewise.
+ * file-getfh.c (trivfs_S_file_getfh): Likewise.
+ * fsys-getroot.c (trivfs_S_fsys_getroot): Likewise.
+ * io-restrict-auth.c (trivfs_S_io_restrict_auth): Likewise
+ * fsys-stubs.c (trivfs_S_fsys_getfile): Likewise.
+ (trivfs_S_fsys_startup): Fix argument type.
+
2001-04-01 Neal H Walfield <neal@cs.uml.edu>
* dir-lookup.c (trivfs_S_dir_lookup): Use iohelp_dup_iouser as
diff --git a/term/ChangeLog b/term/ChangeLog
index 69b274f2..9e922536 100644
--- a/term/ChangeLog
+++ b/term/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-28 Roland McGrath <roland@frob.com>
+
+ * devio.c (device_open_reply): int -> size_t
+ (devio_set_bits, devio_mdmctl, devio_mdmstate): Likewise.
+
2002-05-08 Roland McGrath <roland@frob.com>
* main.c (main): Add a return after `error' call to clue compiler in.
diff --git a/tmpfs/ChangeLog b/tmpfs/ChangeLog
index 6ed2150d..397be4e0 100644
--- a/tmpfs/ChangeLog
+++ b/tmpfs/ChangeLog
@@ -1,3 +1,14 @@
+2002-05-28 Roland McGrath <roland@frob.com>
+
+ * dir.c (diskfs_get_directs): u_int -> size_t
+ * tmpfs.c (diskfs_append_args): unsigned -> size_t
+
+2002-03-31 Roland McGrath <roland@frob.com>
+
+ * dir.c (diskfs_lookup_hard): Pass new argument to
+ diskfs_cached_lookup.
+ * node.c (diskfs_alloc_node): Likewise.
+
2002-05-13 Marcus Brinkmann <marcus@gnu.org>
* tmpfs.c (diskfs_extra_version): New variable.
diff --git a/trans/ChangeLog b/trans/ChangeLog
index 0bd306a7..1637397e 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-28 Roland McGrath <roland@frob.com>
+
+ * streamio.c (device_open_reply): size_t -> int for dev_status_t
+ * crash.c (S_msg_report_wait): int -> mach_msg_id_t
+
2002-05-26 Marcus Brinkmann <marcus@gnu.org>
* magic.c (trivfs_S_dir_readdir): Increment I after comparing it
diff --git a/utils/ChangeLog b/utils/ChangeLog
index 84e2fbb0..1bdc6b25 100644
--- a/utils/ChangeLog
+++ b/utils/ChangeLog
@@ -1,3 +1,26 @@
+2002-05-28 Roland McGrath <roland@frob.com>
+
+ * fakeauth.c (idvec_copyout): Fix argument type.
+
+ * rpctrace.c (print_data): Use if instead of switch to handle FP type
+ sizes, in case double == long double.
+
+ * storeinfo.c (print_store): Use %z format.
+
+ * pids.c (add_fn_pids): unsigned -> size_t
+ * w.c (add_utmp_procs): Likewise.
+ * login.c (add_canonical_host): Likewise.
+ * ps.c (main): Likewise.
+ * login.c (add_entry, main): Likewise.
+ * settrans.c (main): int -> size_t
+ * showtrans.c (main): Likewise.
+ * fsysopts.c (main): Likewise.
+ * vmstat.c (main): Use int for FWIDTHS.
+ * ping.c (main): size_t -> socklen_t
+ * fakeauth.c (S_auth_getids, S_auth_makeauth,
+ S_auth_server_authenticate): u_int -> size_t
+ * showtrans.c (main): Cast field width/precision args to int.
+
2002-05-20 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
* rpctrace.c (parse_msgid_list): Fixed the check that tests if we