search for: machinary

Displaying 8 results from an estimated 8 matches for "machinary".

Did you mean: macbinary
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
...the unlock sequence just has a 5-byte nop added to it, and the PV case is reasonable straightforward aside from requiring a "lock add". Note that the patch series needs jumplabel split posted in https://lkml.org/lkml/2012/2/21/167 to avoid cyclic dependency of headers (to use jump label machinary) TODO: remove CONFIG_PARAVIRT_SPINLOCK when everybody convinced. Results: ======= machine IBM xSeries with Intel(R) Xeon(R) x5570 2.93GHz CPU with 8 core , 64GB RAM OS: enterprise linux Gcc Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bug...
2012 Mar 21
15
[PATCH RFC V6 0/11] Paravirtualized ticketlocks
...the unlock sequence just has a 5-byte nop added to it, and the PV case is reasonable straightforward aside from requiring a "lock add". Note that the patch series needs jumplabel split posted in https://lkml.org/lkml/2012/2/21/167 to avoid cyclic dependency of headers (to use jump label machinary) TODO: remove CONFIG_PARAVIRT_SPINLOCK when everybody convinced. Results: ======= machine IBM xSeries with Intel(R) Xeon(R) x5570 2.93GHz CPU with 8 core , 64GB RAM OS: enterprise linux Gcc Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bug...
2015 Jul 31
14
[PATCH v2 00/14] tests: Introduce test harness for running tests.
...ness. 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 is the test harness should be running individual tests, otherwise we cannot parallelize them, nor run fast-only tests. That won't work however until the test harness knows how to run language tests, which it doesn't at the moment (except for OCaml)....