summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2006-11-13 22:07:32 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:55 +0200
commit628f717ec2fbc9c0b59fd747df5b0e2d4e75a5ac (patch)
tree836be4490302a3cba43a3a32e3bc7a9919e110d3 /ChangeLog
parenta42c7a969bfbc6d556179bd19d1fda7cf80f25a8 (diff)
2006-11-13 Samuel Thibault <samuel.thibault@ens-lyon.org>
* i386/i386at/iopl.c (ioplmmap): Add `int' return type. * i386/i386at/model_dep.c (halt_all_cpus): Fix typo in declaration. * kern/assert.h (Assert): Add __attribute__ ((noreturn)) to declaration. * kern/debug.c (Debugger): Add __attribute__ ((noreturn)) to declaration. (Debugger): Add call to panic(). * kern/debug.h (panic): Add __attribute__ ((noreturn)) to declaration.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e34b8d1..9071325 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
-2006-11-14 Barry deFreese <bddebian@comcast.net>
+2006-11-13 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ * i386/i386at/iopl.c (ioplmmap): Add `int' return type.
+ * i386/i386at/model_dep.c (halt_all_cpus): Fix typo in declaration.
+ * kern/assert.h (Assert): Add __attribute__ ((noreturn)) to
+ declaration.
+ * kern/debug.c (Debugger): Add __attribute__ ((noreturn)) to
+ declaration.
+ (Debugger): Add call to panic().
+ * kern/debug.h (panic): Add __attribute__ ((noreturn)) to declaration.
+
+2006-11-13 Barry deFreese <bddebian@comcast.net>
* device/chario.c (tty_cts): Add `void' return type.
* device/cons.c (cninit, cnputc): Add `void' return type.