From a7d306054eca86dddc314c4e8a736f79cebd8114 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Tue, 26 Mar 2002 19:12:43 +0000 Subject: *** empty log message *** --- init/ChangeLog | 8 ++++++++ libdiskfs/ChangeLog | 5 +++++ nfs/ChangeLog | 6 ++++++ nfsd/ChangeLog | 7 +++++++ sutils/ChangeLog | 6 ++++++ term/ChangeLog | 8 ++++++++ trans/ChangeLog | 9 +++++++++ utils/ChangeLog | 8 ++++++++ 8 files changed, 57 insertions(+) diff --git a/init/ChangeLog b/init/ChangeLog index 1056199e..47868587 100644 --- a/init/ChangeLog +++ b/init/ChangeLog @@ -1,3 +1,11 @@ +2002-03-23 James A. Morrison + + * init.c (reboot_mach): Use ERR, not errno. + (run): Likewise. + (lauch_core_servers): Likewise. + (run_for_real): Use MACH_PORT_NULL explicitly. + (start_child): Likewise. + 2002-01-02 Roland McGrath * init.c [KERN_INVALID_LEDGER]: diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index 8c56adaf..349781c0 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,8 @@ +2002-03-23 James A. Morrison + + * init-startup.c (_diskfs_init_completed): Use error, not + fprintf. + 2002-03-25 Neal H Walfield * peropen-make.c (diskfs_make_peropen): Instead of returning the diff --git a/nfs/ChangeLog b/nfs/ChangeLog index 6e658a45..e0909237 100644 --- a/nfs/ChangeLog +++ b/nfs/ChangeLog @@ -1,3 +1,9 @@ +2002-03-23 James A. Morrison + + * main.c (main): Use error, not perror and exit. Use ERR, not errno. + * mount.c (mount_root): Likewise. + * rpc.c (rpc_receive_thread): Use error, not perror. + 2002-01-03 Roland McGrath * storage-info.c (netfs_file_get_storage_info): Set *PORTS_TYPE. diff --git a/nfsd/ChangeLog b/nfsd/ChangeLog index 90b91386..da395af0 100644 --- a/nfsd/ChangeLog +++ b/nfsd/ChangeLog @@ -1,3 +1,10 @@ +2002-03-23 James A. Morrison + + * fsys.c (init_filesystems): Use error, not fprintf. Use + MACH_PORT_NULL explicitly. + (write_filesystems): Use error, not fprintf. Use ERR, not errno. + * main.c (main): Use error, not perror and exit. + 2001-02-25 Roland McGrath * ops.c: Include for decls of built-ins. diff --git a/sutils/ChangeLog b/sutils/ChangeLog index f00d42b6..506cc45b 100644 --- a/sutils/ChangeLog +++ b/sutils/ChangeLog @@ -1,3 +1,9 @@ +2002-03-23 James A. Morrison + + * halt.c (main): Use error, not perror. + * reboot.c (main): Likewise. + * update.c (main): Use error, not perror and exit. + 2002-03-23 Roland McGrath * MAKEDEV.sh (mkdev: shm): Change tmpfs size argument to 50%. diff --git a/term/ChangeLog b/term/ChangeLog index 1441a370..e2f2bc41 100644 --- a/term/ChangeLog +++ b/term/ChangeLog @@ -1,3 +1,11 @@ +2002-03-23 James A. Morrison + + * main.c: Include . + (main): Use error, not fprintf and exit or perror and exit. Use + ERR, not errno. Use MACH_PORT_NULL explicitly. + * users.c: Include . + (init_users): Use ERR, not errno. Use error, not perror and exit. + 2002-03-05 Marcus Brinkmann * main.c (main): Use memset instead bzero. diff --git a/trans/ChangeLog b/trans/ChangeLog index 581d021d..ed01c8bf 100644 --- a/trans/ChangeLog +++ b/trans/ChangeLog @@ -1,3 +1,12 @@ +2002-03-23 James A. Morrison + + * ifsock.c (main): Use ERR, not errno. + * symlink.c: Include and . + (main): Use err, not fprintf and exit. Use error, not perror and + exit. Use err, not error. Check for MACH_PORT_NULL + explicitly. Check for proper usage of symlink before checking if + symlink is started as a translator. + 2002-03-11 Roland McGrath * crash.c: Add `corelimit' parameter to `dump_core' forward decl. diff --git a/utils/ChangeLog b/utils/ChangeLog index 2123c400..5fe6d319 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,11 @@ +2002-03-23 James A. Morrison + + * rpctrace.c (parse_msgid_list): Use ERR, not errno. + * shd.c (reap): Use error, not perror. + (command): Likewise. + (main): Likewise. + (run): Use error, not perror. Use ERR, not errno. + 2002-01-30 Roland McGrath * rpctrace.c (struct msgid_info): New type. -- cgit v1.2.3