search for: pristin

Displaying 20 results from an estimated 255 matches for "pristin".

Did you mean: pristine
2006 Feb 24
2
r56 - trunk/debian
...ive domain Modified: trunk/debian/linux-2.6.12-xen.patch =================================================================== --- trunk/debian/linux-2.6.12-xen.patch 2006-02-24 19:29:40 UTC (rev 55) +++ trunk/debian/linux-2.6.12-xen.patch 2006-02-24 23:45:10 UTC (rev 56) @@ -1,6 +1,6 @@ diff -Nurp pristine-linux-2.6.12/arch/i386/Kconfig linux-2.6.12-xen/arch/i386/Kconfig --- pristine-linux-2.6.12/arch/i386/Kconfig 2005-06-17 21:48:29.000000000 +0200 -+++ linux-2.6.12-xen/arch/i386/Kconfig 2006-02-17 00:45:18.271515652 +0100 ++++ linux-2.6.12-xen/arch/i386/Kconfig 2006-02-25 00:12:33.828985656 +0100...
2006 May 09
0
[PATCH] build: make linux download more flexible
...uot; buildconfigs/mk.linux-2.6-xen | sed -e ''s/.*=[ ]*//'') # Setup Linux search path -LINUX_SRC_PATH ?= .:.. -vpath linux-%.tar.bz2 $(LINUX_SRC_PATH) -vpath patch-%.bz2 $(LINUX_SRC_PATH) +vpath linux-%.tar.bz2 $(DOWNLOAD_PATH) +vpath patch-%.bz2 $(DOWNLOAD_PATH) # download a pristine Linux kernel tarball if there isn''t one in LINUX_SRC_PATH +ifndef LINUX_REPO_KERNEL_PATH linux-%.tar.bz2: override _LINUX_VDIR = $(word 1,$(subst ., ,$*)).$(word 2,$(subst ., ,$*)) +linux-%.tar.bz2: LINUX_REPO_KERNEL_PATH = v$(_LINUX_VDIR) +endif linux-%.tar.bz2: @echo "Cannot fi...
2010 Mar 02
1
[LLVMdev] Build Errors on Snow Leopard (tblgen assertion)
On the trunk version of LLVM I am getting the following build error on Snow Leopard (v10.6.2): llvm[3]: Building X86.td DAG instruction selector implementation with tblgen Assertion failed: (LHS->ID != RHS->ID), function operator(), file /Users/peckw/Projects/llvm/llvm-pristine/utils/TableGen/DAGISelEmitter.cpp, line 183. ... <cut - see full_stack_trace.txt> 0. Program arguments: /Users/peckw/Projects/llvm/build/pristine/Debug+Checks/bin/tblgen -I /Users/peckw/Projects/llvm/llvm-pristine/lib/Target/X86 -I /Users/peckw/Projects/llvm/llvm-pristine/include -I /Users...
2008 Jul 11
0
[LLVMdev] Cloning Functions
...function > > generate_ir > > convert_to_llvm_ir > > optimize_llvm_ir > > Yep. Ok, I've mostly got a mechanism to do what I want: 1. As each function comes in for op/codegen, clone it and save off the clone and its associated ValueMap (I call these clones "pristine" functions. 2. After all processing is done, clone the resulting Module (this has all of the global data and the optimized functions). Save the ValueMap from this operation. 3. Merge the ValueMaps from the Module clone and all the pristine function ValueMaps so that if V->...
2008 Jul 11
2
[LLVMdev] Cloning Functions
...t; convert_to_llvm_ir >>> optimize_llvm_ir >> >> Yep. > > Ok, I've mostly got a mechanism to do what I want: > > 1. As each function comes in for op/codegen, clone it and save off > the clone and its associated ValueMap (I call these clones > "pristine" > functions. > > 2. After all processing is done, clone the resulting Module (this > has all of > the global data and the optimized functions). Save the ValueMap > from this > operation. The global data is also optimized at this point. Will it map properly...
2008 Jul 09
2
[LLVMdev] Cloning Functions
On Wednesday 09 July 2008 13:24, Devang Patel wrote: > Is it possible to explain intended use of original unoptimized version ? bugpoint. I want to run it on the IR produced by our frontend. This will help us generate new LLVM tests we can send upstream. We've fixed bugs that aren't caught by the upstream tests and it would be nice to capture the problem and make the test
2014 Aug 11
2
Sieve: Saving "pristine" messages for backups and spam training
Hello, I'm trying to work out a way to have my Sieve filter save a "pristine" version of email messages as a backup, primarily to use for training the spam filter. I would like is to have every message saved into a single, site-wide directory (in the global sieve) before being processed additionally and delivered. The messages in that directory will be used to...
2007 Jun 14
4
Can''t run RSpec files in TextMate
Hi Not sure if this is the place to ask this or not. I''ve upgraded to RSpec 1.0.5, installed the latest TextMate bundle, but whenever I do "Run Behaviour Descriptions in selected files/directories" I get this: /Users/ashleymoran/Library/Application Support/TextMate/Pristine Copy/ Bundles/RSpec.tmbundle/Support/lib/spec_mate.rb:18:in `run_files'': private method `split'' called for nil:NilClass (NoMethodError) from / tmp/temp_textmate.ii9VqG:4 If I try the "Run Behaviour Description" I get this: /opt/local/lib/ruby/vendor_ruby/1.8/rubyg...
2008 Jul 11
1
[LLVMdev] Cloning Functions
...uly 2008 12:05, Devang Patel wrote: > > > Ok, I've mostly got a mechanism to do what I want: > > > > > > 1. As each function comes in for op/codegen, clone it and save off > > > the clone and its associated ValueMap (I call these clones > > > "pristine" > > > functions. > > > > > > 2. After all processing is done, clone the resulting Module (this > > > has all of > > > the global data and the optimized functions). Save the ValueMap > > > from this > > > operation. > &g...
2017 Oct 04
7
Minimal glibc version supported by LLVM build
Hi All, The landed patch https://reviews.llvm.org/D38481 introduced the usage of CPU_COUNT defined in glibc sched.h header. I failed to find this symbol in sched.h of glibc version 2.5-24, so compilation just fails. /home/dolphin/merge-from-upstream-area/ws/pristine/lib/Support/Threading.cpp: In function 'unsigned int llvm::hardware_concurrency()': /home/dolphin/merge-from-upstream-area/ws/pristine/lib/Support/Threading.cpp:80:26: error: 'CPU_COUNT' was not declared in this scope return CPU_COUNT(&Set); ^ It...
2015 May 29
0
[LLVMdev] Pristine Register Semantics
This is just a short heads-up for out-of-tree targets relying on the concept of pristine registers. I slightly changed their semantics in r238524 (see http://reviews.llvm.org/D10101 <http://reviews.llvm.org/D10101> for details). If you happened to not use the RegisterScavenger to get liveness past the PrologueEpilogue inserted and relied on MachineFrameInfo::getPristineRegs() wi...
2008 Jul 11
0
[LLVMdev] Cloning Functions
On Friday 11 July 2008 12:05, Devang Patel wrote: > > Ok, I've mostly got a mechanism to do what I want: > > > > 1. As each function comes in for op/codegen, clone it and save off > > the clone and its associated ValueMap (I call these clones > > "pristine" > > functions. > > > > 2. After all processing is done, clone the resulting Module (this > > has all of > > the global data and the optimized functions). Save the ValueMap > > from this > > operation. > > The global data is also optimize...
2011 Mar 11
1
[PATH 9/12] VTPM mini-os: New stubdom applications
This patch ports 5 new applications to the stubdom makefile structure for inclusion into stubdom domains. While these are required for vtpm-stubdom and vtpmmgrdom they could be used with other stubdom applications. -libgmp 4.3.2 -openssl 1.0.0a -polarssl 0.12.1 -berlios tpm_emulator 0.6.1 -vtpm_manager (from the tools directory) Signed off by: Matthew Fioravante
2005 Oct 27
4
monolithic versus modules
I spun a new xen kernel from pristine sources using modules, had the APCI errors and scsi timeouts. I took pristine source and spun a monolithic kernel and everything appears to be working. gcc version 3.4.4 20050721 (Red Hat 3.4.4-2) if it matter. xen_changeset : Wed Oct 26 11:59:13 2005 +0100 7500:20d1a79ebe31 I have had this...
2006 Apr 25
0
Pristine 2.6.16 kernel fails to build with hg9646 patches
Not sure if this is a pkg-xen issue or for the debian kernel people, trying here first since the patch I applied is created from the pkg-xen project % apt-get source xen-3.0 % cd xen-3.0-3.0.2+hg9646/ % make mkpatches % cd /usr/src/linux-source-2.6.16 % patch -p1 < ../linux-2.6-xen.patch % cp ../config-2.6.16-1-amd64-k8 .config % make-kpkg --append-to-version -1-xen-3.2.0-d0 binary
2010 Feb 26
1
klibc pristine $(srctree) builds
Hi Peter, I'm looking at using klibc for a small initramfs for our production servers as a way for us to change a bunch of sysctls at boot as well as handle root= logic. To make my life easier in our build environment, I'd like to build klibc outside of the linux tree and in an always clean source tree (potentially a read-only nfs share), so I'd like to extend the build to support
2007 May 18
1
problems with textmate and rspec bundle
...b:84:in `load_specs'' from /opt/local/lib/ruby/gems/1.8/gems/rspec-0.9.4/lib/spec/runner/behaviour_runner.rb:22:in `run'' from /opt/local/lib/ruby/gems/1.8/gems/rspec-0.9.4/lib/spec/runner/command_line.rb:17:in `run'' from /Users/johnpaul/Library/Application Support/TextMate/Pristine Copy/Bundles/RSpec.tmbundle/Support/lib/spec_mate.rb:47:in `run'' from /Users/johnpaul/Library/Application Support/TextMate/Pristine Copy/Bundles/RSpec.tmbundle/Support/lib/spec_mate.rb:46:in `chdir'' from /Users/johnpaul/Library/Application Support/TextMate/Pristine Copy/Bundles/R...
2007 Jun 27
2
Controller specs not shareable?
.../rspec/lib/ spec/dsl/behaviour_factory.rb:36:in `create'' from /Users/ashleymoran/ Documents/Development/YourMoney/trunk/src/vendor/plugins/rspec/lib/ spec/runner/extensions/kernel.rb:24:in `describe'' ... 8 levels... from /Users/ashleymoran/Library/Application Support/TextMate/Pristine Copy/Bundles/RSpec.tmbundle/Support/lib/spec_mate.rb:46:in `chdir'' from /Users/ashleymoran/Library/Application Support/TextMate/Pristine Copy/Bundles/RSpec.tmbundle/Support/lib/spec_mate.rb:46:in `run'' from /Users/ashleymoran/Library/Application Support/TextMate/Pristine...
2005 Jan 27
2
ttylinux instructions
...ne in the devel team recall how the ttylinux rootfs was created, by which I mean what changes were needed? Nothing detailed, just "oh, just /etc/fstab" or whatever. I haven''t yet compared myself, though I''ll figure it eventually. For XenCD, I''d like to ship a pristine ttylinux instance on the ISO image, and have the XenCD startup process copy that the pristine tree, and make a few tweaks after the copy to produce a functional rootfs. PS. Networking seems broken in the XenCD ttylinux VMs; advice is welcomed. -- jared@wordzoo.com "One cannot mark the poin...
2015 Mar 29
2
Invalid memory access / read stack overflow when reading config with zero bytes
..., 30 Mar 2015 09:19:02 +1100 (AEDT) > > Damien Miller <djm at mindrot.org> wrote: > > > >> What version of OpenSSH is this? > > > > 6.8 portable on Linux. > > There are a *lot* of Linux flavors. Which one? That doesn't matter much if he's using pristine sources. -d