1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
--- binfmtc-0.17.orig/NEWS
+++ binfmtc-0.17/NEWS
@@ -1,6 +1,8 @@
-0.17 XXXXXXXX
+0.17 21 Sep 2011
+ -g option added to default for C++/C for easy debugging.
++ realksh.c kernel printk message handling is more deterministic.
+! removed pascal support.
0.16 4 Oct 2008
--- binfmtc-0.17.orig/tests/realksh.sh
+++ binfmtc-0.17/tests/realksh.sh
@@ -5,7 +5,6 @@
# a kernel module, with an interface similar to linux 2.6.14-
if [ -d /lib/modules/$(uname -r)/build ]; then
- # This only succeeds once every X times.
echo 'printk("Hello world\n");' | sudo ${srcdir}/realksh.c | grep ^KMSG:
else
# ignore this test if it's within a chroot, or without access to kernel tree.
|