Displaying 4 results from an estimated 4 matches for "benoar".
Did you mean:
bear
2008 Jun 10
3
[Bug 16285] New: First display corrupted when second screen plugged at boot
...boot
Product: xorg
Version: 7.3
Platform: PowerPC
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: benoar at free.fr
QAContact: xorg-team at lists.x.org
Created an attachment (id=17019)
--> (http://bugs.freedesktop.org/attachment.cgi?id=17019)
drm messages
With card :
0000:00:10.0 VGA compatible controller: nVidia Corporation NV34M [GeForce FX
Go5200] (rev a1)
On a 12" powerbook G4...
2010 Apr 25
2
[git pull] small fixes, sh4, getruage() README's
...| 35 +++++++++++++++++++++++++++++++++++
usr/klibc/arch/sh/syscall.S | 14 +++++++-------
8 files changed, 58 insertions(+), 20 deletions(-)
create mode 100644 usr/klibc/arch/sh/pipe.S
thanks
--
maks
commit a1ffdac59c837f18a35dc9d3f3a0f4f738cb61e8
Author: Benjamin Cama <benoar at free.fr>
Date: Sun Apr 25 22:39:05 2010 +0200
[klibc] fstype: btrfs size endianness fix
Tested OK on both little endian (amd64) and big endian (powerpc).
Signed-off-by: Benjamin Cama <benoar at free.fr>
Signed-off-by: maximilian attems <max at stro.a...
2010 Apr 03
1
[PATCH] btrfs support
Hi,
As I use btrfs as root FS, I wanted fstype to be able to recognize it.
The following patch add support for this FS.
Regards,
benjamin
Signed-off-by: Benjamin Cama <benoar at free.fr>
---
diff --git a/usr/kinit/fstype/btrfs_fs.h b/usr/kinit/fstype/btrfs_fs.h
new file mode 100644
index 0000000..e1f933e
--- /dev/null
+++ b/usr/kinit/fstype/btrfs_fs.h
@@ -0,0 +1,51 @@
+#ifndef __BTRFS_FS_H
+#define __BTRFS_FS_H
+
+/* Extracted from fs/btrfs/ctree.h and shortened a b...
2010 Jul 07
0
[git pull v2] x86_32, sh4, getrusage()
...EQFLAGS := $(call cc-option, -fno-stack-protector, ) \
+ $(call cc-option, -fwrapv, )
KLIBCARCHREQFLAGS :=
KLIBCOPTFLAGS :=
KLIBCWARNFLAGS := -W -Wall -Wno-sign-compare -Wno-unused-parameter
commit 021a3d610276e41e7f95a7469bdc0ea6205162de
Author: Benjamin Cama <benoar at free.fr>
Date: Sun Apr 25 22:39:05 2010 +0200
[klibc] fstype: btrfs size endianness fix
Tested OK on both little endian (amd64) and big endian (powerpc).
Signed-off-by: Benjamin Cama <benoar at free.fr>
Signed-off-by: maximilian attems <max at stro.at>...