summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d4fddc..33dfcba 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>