diff options
-rw-r--r-- | init/ChangeLog | 8 | ||||
-rw-r--r-- | libdiskfs/ChangeLog | 5 | ||||
-rw-r--r-- | nfs/ChangeLog | 6 | ||||
-rw-r--r-- | nfsd/ChangeLog | 7 | ||||
-rw-r--r-- | sutils/ChangeLog | 6 | ||||
-rw-r--r-- | term/ChangeLog | 8 | ||||
-rw-r--r-- | trans/ChangeLog | 9 | ||||
-rw-r--r-- | utils/ChangeLog | 8 |
8 files changed, 57 insertions, 0 deletions
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 <ja2morri@uwaterloo.ca> + + * 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 <roland@frob.com> * 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 <ja2morri@uwaterloo.ca> + + * init-startup.c (_diskfs_init_completed): Use error, not + fprintf. + 2002-03-25 Neal H Walfield <neal@cs.uml.edu> * 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 <ja2morri@uwaterloo.ca> + + * 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 <roland@frob.com> * 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 <ja2morri@uwaterloo.ca> + + * 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 <roland@frob.com> * ops.c: Include <string.h> 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 <ja2morri@uwaterloo.ca> + + * 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 <roland@frob.com> * 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 <ja2morri@uwaterloo.ca> + + * main.c: Include <error.h>. + (main): Use error, not fprintf and exit or perror and exit. Use + ERR, not errno. Use MACH_PORT_NULL explicitly. + * users.c: Include <error.h>. + (init_users): Use ERR, not errno. Use error, not perror and exit. + 2002-03-05 Marcus Brinkmann <marcus@gnu.org> * 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 <ja2morri@uwaterloo.ca> + + * ifsock.c (main): Use ERR, not errno. + * symlink.c: Include <error.h> and <errno.h>. + (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 <roland@frob.com> * 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 <ja2morri@uwaterloo.ca> + + * 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 <roland@frob.com> * rpctrace.c (struct msgid_info): New type. |