summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2008-07-20 17:40:19 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:18 +0200
commitca9d48e5538e0e0088a6d865091d3b9992d7378c (patch)
tree6bf763e6ee6d24c78e0454f2a5126658d6064242 /ChangeLog
parentcdab6fb231fd19ef1ae22db7c1cc98b8f7fbf98c (diff)
2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
* device/net_io.c (net_set_filter): Reference the proper member instead of casting pointers. * device/subrs.c (ether_sprintf): Set type of `i' to `int'. * i386/i386/trap.c (kernel_trap): Pass page fault address to printf. * i386/i386at/rtc.c (rtcget): Fix parenthesis to really test the bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d4fddce..33dfcba7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,11 @@
* kern/mach_clock.c (timeout): Make the `fcn' parameter take a void *
instead of char *.
* kern/mach_clock.h (timeout): Likewise.
+ * device/net_io.c (net_set_filter): Reference the proper member
+ instead of casting pointers.
+ * device/subrs.c (ether_sprintf): Set type of `i' to `int'.
+ * i386/i386/trap.c (kernel_trap): Pass page fault address to printf.
+ * i386/i386at/rtc.c (rtcget): Fix parenthesis to really test the bit.
2008-07-19 Barry deFreese <bddebian@comcast.net>