search for: meego

Displaying 20 results from an estimated 40 matches for "meego".

2010 Dec 07
9
[PATCH] Btrfs: pwrite blocked when writing from the mmaped buffer of the same page
This problem is found in meego testing: http://bugs.meego.com/show_bug.cgi?id=6672 A file in btrfs is mmaped and the mmaped buffer is passed to pwrite to write to the same page of the same file. In btrfs_file_aio_write(), the pages is locked by prepare_pages(). So when btrfs_copy_from_user() is called, page fault happens and the...
2011 Apr 06
3
[PATCH V2] Btrfs: fix subvolume mount by name problem when default mount subvolume is set
We create two subvolumes (meego_root and meego_home) in btrfs root directory. And set meego_root as default mount subvolume. After we remount btrfs, meego_root is mounted to top directory by default. Then when we try to mount meego_home (subvol=meego_home) to a subdirectory, it failed. The problem is when default mount subvolume...
2017 Oct 12
1
[PATCH] daemon: inspection: Add support for NeoKylin (RHBZ#1476081).
...insertions(+), 1 deletion(-) diff --git a/daemon/inspect_fs.ml b/daemon/inspect_fs.ml index 93a9f4732..f639bf3b9 100644 --- a/daemon/inspect_fs.ml +++ b/daemon/inspect_fs.ml @@ -253,6 +253,7 @@ and check_package_format { distro } = | Some DISTRO_MAGEIA | Some DISTRO_MANDRIVA | Some DISTRO_MEEGO + | Some DISTRO_NEOKYLIN | Some DISTRO_OPENSUSE | Some DISTRO_ORACLE_LINUX | Some DISTRO_REDHAT_BASED @@ -307,6 +308,12 @@ and check_package_management { distro; version } = (* Probably parsing the release file failed, see RHBZ#1332025. *) None + | Some DISTRO_NEOKYLIN...
2011 Jul 11
4
extremely slow syncing on btrfs with 2.6.39.1
...$ btrfs fi df /home Data: total=310.01GB, used=209.53GB System, DUP: total=8.00MB, used=48.00KB System: total=4.00MB, used=0.00 Metadata, DUP: total=11.00GB, used=2.98GB Metadata: total=8.00MB, used=0.00 I''ll switch to 3.0 soon, but, given the fact that we''re going to be running MeeGo on 2.6.39 probably for a while, I was wondering if anyone knows off the top of their heads if this issue is known/identified. If not then I''ll need to make someone do some patching ;). Auke -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of...
2018 Feb 07
2
[PATCH] daemon: add inspector support for MS-DOS distro
..._NETBSD | Some DISTRO_OPENBSD | Some DISTRO_PLD_LINUX diff --git a/daemon/inspect_types.ml b/daemon/inspect_types.ml index 473939a67..464b8c2a6 100644 --- a/daemon/inspect_types.ml +++ b/daemon/inspect_types.ml @@ -82,6 +82,7 @@ and distro = | DISTRO_MAGEIA | DISTRO_MANDRIVA | DISTRO_MEEGO + | DISTRO_MSDOS | DISTRO_NEOKYLIN | DISTRO_NETBSD | DISTRO_OPENBSD @@ -211,6 +212,7 @@ and string_of_distro = function | DISTRO_MAGEIA -> "mageia" | DISTRO_MANDRIVA -> "mandriva" | DISTRO_MEEGO -> "meego" + | DISTRO_MSDOS -> "msdos...
2018 Feb 07
1
[PATCH v2] daemon: add inspector support for MS-DOS distro
..._NETBSD | Some DISTRO_OPENBSD | Some DISTRO_PLD_LINUX diff --git a/daemon/inspect_types.ml b/daemon/inspect_types.ml index 473939a67..464b8c2a6 100644 --- a/daemon/inspect_types.ml +++ b/daemon/inspect_types.ml @@ -82,6 +82,7 @@ and distro = | DISTRO_MAGEIA | DISTRO_MANDRIVA | DISTRO_MEEGO + | DISTRO_MSDOS | DISTRO_NEOKYLIN | DISTRO_NETBSD | DISTRO_OPENBSD @@ -211,6 +212,7 @@ and string_of_distro = function | DISTRO_MAGEIA -> "mageia" | DISTRO_MANDRIVA -> "mandriva" | DISTRO_MEEGO -> "meego" + | DISTRO_MSDOS -> "msdos...
2010 Dec 01
1
copy paste
hey guys! im new and am not exactly sure how things work.. i want to play maplestory and im currently using meego os. so iv been advised to install wine. wine is telling me to copy two .dll files into system37 however i am having trouble doing this... so im using the program WINE FILE.. however i cant copy and paste.. so i dont know how to get those two .dll files into the system37 folder please help? im s...
2012 Aug 17
1
[LLVMdev] Portable OpenCL (pocl) v0.6 released
...running OpenCL applications on a host that supports the pthread library with multithreading at the work group granularity. An optimized kernel library is provided for x86_64. The generic unoptimized (no instruction set extensions used) version has been successfully tested with an ARMv7 CPU under MeeGo, and with several application-specific TTA processors designed using the TCE toolset. Other feature highlights include (experimental) work group autovectorization (create vector instructions out of multiple work-items) and a customized kernel buffer allocator. Even though the OpenCL 1.2 standar...
2014 Dec 03
0
[PATCH 4/4] Add freebsd and netbsd distros
...--git a/generator/actions.ml b/generator/actions.ml index 385b620..d4ec0b1 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -1065,6 +1065,10 @@ Debian. Fedora. +=item \"freebsd\" + +FreeBSD. + =item \"freedos\" FreeDOS. @@ -1089,6 +1093,10 @@ Mandriva. MeeGo. +=item \"netbsd\" + +NetBSD. + =item \"openbsd\" OpenBSD. diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h index c8dd084..0a4a6f2 100644 --- a/src/guestfs-internal.h +++ b/src/guestfs-internal.h @@ -543,6 +543,8 @@ enum inspect_os_distro { OS_DISTRO_SLES,...
2014 Dec 02
0
[PATCH 5/5] Add freebsd and netbsd distros
...--git a/generator/actions.ml b/generator/actions.ml index 385b620..d4ec0b1 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -1065,6 +1065,10 @@ Debian. Fedora. +=item \"freebsd\" + +FreeBSD. + =item \"freedos\" FreeDOS. @@ -1089,6 +1093,10 @@ Mandriva. MeeGo. +=item \"netbsd\" + +NetBSD. + =item \"openbsd\" OpenBSD. diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h index c8dd084..0a4a6f2 100644 --- a/src/guestfs-internal.h +++ b/src/guestfs-internal.h @@ -543,6 +543,8 @@ enum inspect_os_distro { OS_DISTRO_SLES,...
2010 Dec 29
1
Reproducible kernel BUG while using VirtualBox:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 All, I believe that I can pretty reliably reproduce the BUG mentioned in the attached dmesg output. (This doesn''t mean that you can, but I''ll detail what I''ve done here.) [This BUG is the same one that I reported last night.] 1) Create a 2 GB dynamically expanding disk. 2) Attach it to a VirtualBox machine. 3) Start the
2010 May 11
3
Broadening of ZFS open source license
In the article about MeeGo: http://lwn.net/SubscriberLink/387196/103bbafc9266fd0d/ it is stated, that Oracle (together with RedHat) contributes a bulk part of BTRFS development. Given that ZFS and BTRFS both share many similar goals, wouldn''t it be reasonable for Oracle to license ZFS under wider range of FOSS licen...
2010 Jun 28
0
Wine 1.2 is approaching 17 years of succession (1)
This week is a low-key week, MeeGo 1.0 released this week, three low-key, Wine has released the 1.2 version of the first RC version. VMware Workstation 7.1 was also released this week, and last week's release of Virtual Box 3.2.0 distant relative; Nginx and Resin two Web servers have carried out a mbt shoes (http://www.keepbrand...
2011 Jan 14
3
libraries or the packages which are there in windows and not
I am trying to build wine for android, so I am doing a research on this topic. Please could any one help me with this: I want to know what are the libraries or the packages or components which are there in windows and not there in wine.
2011 Sep 18
3
UpToDate Portable
I have Wine 1.3.10 and I am using Meego 1.2. I cannot open UpToDate.exe. I execute the program, but it doesn't open. It's working fine on windows xp. I also have java installed in linux. It's a prerequisite (as far as I know) for UpToDate. Can anybody help me with it? The Portable consists of an .exe and a .dat. Thanks in a...
2011 Jul 25
1
BTRFS Duplicated UUID on /home
I have 4 partitions on my hard drive 1 = /boot on ext2 2 = Swap 3 = / on brtfs 4 = /home on btrfs The uuid on partition 3 on my last boot was cloned to partition 4, so when I try to mount either 3 or 4 they both mount the / partition. We tried 7182011 git, and the current version in the ARCH 1062010, and neither had an option for resetting the UUID that we could find.  Both partitions were
2011 Jan 04
16
[PATCH v2 0/5] add new ioctls to do metadata readahead in btrfs
...use existing syscalls (readahead, mincore or upcoming fincore) to do readahead, but the inode is hidden, there is no easy way for this from my understanding. So we add two ioctls for this. One is like readahead syscall, the other is like micore/fincore syscall. Under a harddisk based netbook with Meego, the metadata readahead reduced about 3.5s boot time in average from total 16s. Last time I posted similar patches to btrfs maillist, which adds the new ioctls in btrfs specific ioctl code. But Christoph Hellwig asks we have a generic interface to do this so other filesystem can share some code,...
2013 Jun 14
3
[PATCH 0/2] Fix inspection of Fedora guests (RHBZ#974489).
Here is a preliminary fix for this bug. I'm running the test suite on this now. Rich.
2013 Dec 12
3
[LLVMdev] [RFC PATCH 1/2] x86: Fix ModR/M byte output in 16-bit addressing mode
...a/test/MC/X86/address-size.s +++ b/test/MC/X86/address-size.s @@ -8,6 +8,6 @@ .code32 movb $0x0, (%si) -// CHECK: encoding: [0x67,0xc6,0x06,0x00] +// CHECK: encoding: [0x67,0xc6,0x04,0x00] movb $0x0, (%esi) // CHECK: encoding: [0xc6,0x06,0x00] -- 1.8.3.1 -- Sent with MeeGo's ActiveSync support. David Woodhouse Open Source Technology Centre David.Woodhouse at intel.com Intel Corporation -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-...
2013 Dec 16
0
[LLVMdev] [RFC PATCH 1/2] x86: Fix ModR/M byte output in 16-bit addressing mode
...> .code32 > movb $0x0, (%si) > -// CHECK: encoding: [0x67,0xc6,0x06,0x00] > +// CHECK: encoding: [0x67,0xc6,0x04,0x00] > movb $0x0, (%esi) > // CHECK: encoding: [0xc6,0x06,0x00] > -- > 1.8.3.1 > > > -- > Sent with MeeGo's ActiveSync support. > > David Woodhouse Open Source Technology Centre > David.Woodhouse at intel.com Intel Corporation > > > > _______________________________________________ > LLVM Developers mailing list > LL...