diff options
author | Roland McGrath <roland@gnu.org> | 2002-01-02 11:22:45 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-01-02 11:22:45 +0000 |
commit | 2a553de988869ede2dd5358a50b17689af4b40e4 (patch) | |
tree | 6e871e7783a1f4a62953436f5d84e79f20daa32f | |
parent | 4f2b31a3012962f2a3cb6d0ebcbdac2de4bdd894 (diff) |
.
-rw-r--r-- | exec/ChangeLog | 5 | ||||
-rw-r--r-- | init/ChangeLog | 5 | ||||
-rw-r--r-- | libdiskfs/ChangeLog | 5 | ||||
-rw-r--r-- | libfshelp/ChangeLog | 5 | ||||
-rw-r--r-- | utils/ChangeLog | 6 |
5 files changed, 26 insertions, 0 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog index ba36df70..b6cedd8e 100644 --- a/exec/ChangeLog +++ b/exec/ChangeLog @@ -1,3 +1,8 @@ +2002-01-02 Roland McGrath <roland@frob.com> + + * exec.c (do_exec) [KERN_INVALID_LEDGER]: + Pass extra arguments to task_create for OSF variant. + 2002-01-01 Roland McGrath <roland@frob.com> * execmutations.h (SERVERCOPY): New macro. diff --git a/init/ChangeLog b/init/ChangeLog index a8c7f6c1..1056199e 100644 --- a/init/ChangeLog +++ b/init/ChangeLog @@ -1,3 +1,8 @@ +2002-01-02 Roland McGrath <roland@frob.com> + + * init.c [KERN_INVALID_LEDGER]: + Pass extra arguments to task_create for OSF variant. + 2001-08-23 Roland McGrath <roland@frob.com> * init.c (main): Pass ARGP_NO_ERRS|ARGP_IN_ORDER to argp_parse. diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index a4e6195a..c846ab27 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,8 @@ +2002-01-02 Roland McGrath <roland@frob.com> + + * boot-start.c (diskfs_start_bootstrap) [KERN_INVALID_LEDGER]: + Pass extra arguments to task_create for OSF variant. + 2001-12-31 Roland McGrath <roland@frob.com> * disk-pager.c (fault_handler): Use sc_pc instead of sc_eip. diff --git a/libfshelp/ChangeLog b/libfshelp/ChangeLog index 067e2d5b..b715c720 100644 --- a/libfshelp/ChangeLog +++ b/libfshelp/ChangeLog @@ -1,3 +1,8 @@ +2002-01-02 Roland McGrath <roland@frob.com> + + * start-translator-long.c (fshelp_start_translator_long) + [KERN_INVALID_LEDGER]: Pass extra args to task_create for OSF variant. + 2001-06-21 Neal H Walfield <neal@cs.uml.edu> * fshelp.h (fshelp_iscontroller): Declare new function. diff --git a/utils/ChangeLog b/utils/ChangeLog index 72533cb4..82130931 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,9 @@ +2002-01-02 Roland McGrath <roland@frob.com> + + * rpctrace.c (traced_spawn) [KERN_INVALID_LEDGER]: + Pass extra arguments to task_create for OSF variant. + * shd.c (run): Likewise. + 2001-12-30 Roland McGrath <roland@frob.com> * storeread.c (main): Fix argument order in `error' call. |