summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2008-03-08 00:42:53 +0000
committerSamuel Thibault <sthibault@debian.org>2008-03-08 00:42:53 +0000
commit7fa0bd477017afdbef4e6af3990cd9b8be5d0549 (patch)
treefb96c34eb6b8fae435148db269cf87832ae2db29
parentb0b59d0f43994cce7374599d5ecfe89bdbe2bb8f (diff)
* New patch from CVS to fix direction flag on syscall entry.
- debian/patches/70_cld.patch
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/70_cld.patch16
-rw-r--r--debian/patches/series1
3 files changed, 19 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index edcb36e..2c0acf0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ gnumach (2:1.3.99.dfsg.cvs20070809-2) unstable; urgency=low
- debian/patches/30_net_multicast.patch
* New patch from CVS to enable Bus Mastering on triton chipsets.
- debian/patches/50_ide_bm.patch
+ * New patch from CVS to fix direction flag on syscall entry.
+ - debian/patches/70_cld.patch
-- Guillem Jover <guillem@debian.org> Thu, 09 Aug 2007 01:45:22 +0300
diff --git a/debian/patches/70_cld.patch b/debian/patches/70_cld.patch
new file mode 100644
index 0000000..1cb6abc
--- /dev/null
+++ b/debian/patches/70_cld.patch
@@ -0,0 +1,16 @@
+Index: i386/i386/locore.S
+===================================================================
+RCS file: /cvsroot/hurd/gnumach/i386/i386/locore.S,v
+retrieving revision 1.6.2.11
+diff -u -p -r1.6.2.11 locore.S
+--- i386/i386/locore.S 7 Aug 2007 13:07:25 -0000 1.6.2.11
++++ i386/i386/locore.S 7 Mar 2008 23:17:16 -0000
+@@ -966,6 +966,8 @@ syscall
+ syscall_entry:
+ pushf /* save flags as soon as possible */
+ syscall_entry_2:
++ cld /* clear direction flag */
++
+ pushl %eax /* save system call number */
+ pushl $0 /* clear trap number slot */
+
diff --git a/debian/patches/series b/debian/patches/series
index 0d2f695..ccbf871 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,4 +12,5 @@
30_net_multicast.patch -p0
40_iopl_mmap.patch -p0
50_ide_bm.patch -p0
+70_cld.patch -p0
90_autoconf_autogen.patch