Displaying 8 results from an estimated 8 matches for "machinaries".
Did you mean:
macbinaries
2013 Oct 06
1
[LLVMdev] JIT has no EH, what RegisterTable and friends doing there?
RegisterTable() is never called and so the whole machinary is without use.
Shouldn't all these functions be removed ?
Yaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131007/3c3274ad/attachment.html>
2013 Jul 12
17
RFC: removing hardcoded "modprobe blktap" in xencommons
Hi Jan
Back before 4.3 release you complaint about the hardcoded modprobe for
blktap / blktap2 in xencommons script. I started to look into it this
week and tried to do this modprobe automatically in libxl (that''s the
idea we discussed before 4.3 IIRC).
Unfortunately I didn''t manage to find any canonical documents on how a
user space process can trigger a modprobe.
2011 Aug 10
3
drop manitu.net
listadmin,
Can you PLEASE, PLEASE find *any* other blacklist than manitu? This
asshole's method was ok a dozen years ago; these days, with hosting sites
hosting tens or hundreds of thousands of domains, with too many running
Windows, and so infected and sending out spam. They then send all mail via
one mailhost, with the result that those of us with *no* spam coming out
are frequently
2013 Jan 01
4
(Trying) to understand Print properties saving
Hi,
some weeks ago I wrote to this list about a problem I have saving print
properties (samba 3.4.7 - ubuntu-lucid + XP-pro)
I never managed to solve it, I also tried with samba 3.6+ (Ubuntu precise)
but had aother problems I wrote about in this list ending opening a bug
[1].
Now I had to go back to my 3.4.7 installation. I'd like at least to bettere
understand how print properties work so
2012 Jun 20
13
acpidump crashes on some machines
Hi,
we have some problems with acpidump running on Xen Dom0. On 64 bit Dom0
it will trigger the OOM killer, on 32 bit Dom0s it will cause a kernel
crash.
The hypervisor does not matter, I tried 4.1.3-rc2 as well as various
unstable versions including 25467, also 32-bit versions of 4.1.
The Dom0 kernels were always PVOPS versions, the problems starts with
3.2-rc1~194 and is still in 3.5.0-rc3.
2012 Mar 21
15
[PATCH RFC V6 0/11] Paravirtualized ticketlocks
From: Jeremy Fitzhardinge <jeremy.fitzhardinge at citrix.com>
Changes since last posting: (Raghavendra K T)
[
- Rebased to linux-3.3-rc6.
- used function+enum in place of macro (better type checking)
- use cmpxchg while resetting zero status for possible race
[suggested by Dave Hansen for KVM patches ]
]
This series replaces the existing paravirtualized spinlock mechanism
with a
2012 Mar 21
15
[PATCH RFC V6 0/11] Paravirtualized ticketlocks
From: Jeremy Fitzhardinge <jeremy.fitzhardinge at citrix.com>
Changes since last posting: (Raghavendra K T)
[
- Rebased to linux-3.3-rc6.
- used function+enum in place of macro (better type checking)
- use cmpxchg while resetting zero status for possible race
[suggested by Dave Hansen for KVM patches ]
]
This series replaces the existing paravirtualized spinlock mechanism
with a
2015 Jul 31
14
[PATCH v2 00/14] tests: Introduce test harness for running tests.
This is a more complete patch to add the test harness.
The only parts missing now are the language bindings (except OCaml).
The language bindings need a bit more thought. At the moment most
language binding tests are done through some sort of shell script like
perl/run-perl-tests which either runs each test itself or uses some
language-specific machinary to run each test. The problem with that