search for: unmolested

Displaying 17 results from an estimated 17 matches for "unmolested".

2010 Aug 17
5
apache rewrite
Is there some easy way to rewrite just the base URL to another URL but leave all other URL's unmolested? i.e. http://www.example.com = rewrite to another URL http://www.example.com/files = deliver from the assigned subdirectory obviously this... Redirect / http://www.other_url.com redirects everything and I don't want /files to be redirected Craig -- This message has been scanned for vi...
2012 Oct 23
7
Not updating the updated_at field
...ens is UPDATE "blah" SET "last_seen" = ''2012-10-23 08:57:46.179288'', "updated_at" = ''2012-10-23 08:57:54.872808'' WHERE "blah"."id" = 2673 Now, just for this one attribute, I would like the updated_at field to be unmolested. Is there some way of updating the last_seen field without ActiveRecord updating the updated_at field? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/...
2015 Mar 13
2
[LLVMdev] Alias analysis issue with structs on PPC
...could do the opposite, too, pretty cheaply. You could write a new pass or AA. It traverses chains in the reverse direction (IE it goes from the arguments, and walks down the immediate use chain, marking things as based on arguments or not), and makes a lookup table of things it can prove are also unmolested identified objects. (which would be the result of inttoptr in your case). You can then use this simple lookup table to answer the isIdentifiedObject question better. (You'd have to make isIdentifiedObject part of the AA interface, or take an optional table, blah blah blah) -------------- next...
2008 Oct 26
0
[LLVMdev] Turning on LegalizeTypes by default
...getting. > or improve > the PPC so it better handles the code coming out of LegalizeTypes. Another option would be to have legalizetypes invoke the ppc custom lowering hook for BUILD_VECTOR when it sees the build_vector of i16. This way, the ppc backend would see the input build_vector unmolested. Thanks for spearheading this Duncan! -Chris
1999 Sep 13
0
Solaris printer filter incantation?
...administration, here but i've looked everywhere else i can think of to no > avail. i've got a LaserJet 1100 hooked up to a Solaris box and i want to > print to it from W98 clients. for this to happen, the PCL coming from the > W98 boxes needs to be passed through the print system unmolested. i can't > figure out the correct set of filters to place in /etc/lp/fd and the > correct lpadmin incantations to make this happen. When creating an HP printer say: lpadmin -p <HP-printer-name> -I "simple,postscript,pcl" Then set: print command = lp -c -d %p -T pcl...
2015 Nov 06
2
[RFC] A new intrinsic, `llvm.blackbox`, to explicitly prevent constprop, die, etc optimizations
...s I'm aware). Rust doesn't have pragmas, and besides, that would also affect the whole module (or the whole crate, to use Rust's vernacular), whereas this intrinsic would be used in a much more targeted manner (ie at the SSA value level) by the developer and leave the rest of the module unmolested. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151106/f0d8f5e9/attachment.html>
2003 Nov 06
2
Dialing an outside number -- QUESTION --
...but... devilishly hard to make it work so far! 1. I'd like to dial 9 to get an outside line. 2. If the number dialed after the 9 is 754XXXX, I'd like it to go thru unmodified. It's the only local number available here. 3. I'd like all 1 XXX XXX XXXX numbers to go thru after the 9, unmolested. 4. After the 9, I'd like all other 7 digit numbers to be dialed 1307NXXXXXX. Simple enough, right? I wrote up the following: [outwork] ignorepat => 9 exten => _91XXXXXXXXXX,1,StripMSD,1 exten => _1XXXXXXXXXX,2,Dial,Zap/2/BYEXTENSION exten => _9754XXXX,1,StripMSD,1 exten => _7...
2015 Mar 15
5
[LLVMdev] Alias analysis issue with structs on PPC
...>> You could write a new pass or AA. >> It traverses chains in the reverse direction (IE it goes from the >> arguments, and walks down the immediate use chain, marking things as based >> on arguments or not), and makes a lookup table of things it can prove are >> also unmolested identified objects. >> (which would be the result of inttoptr in your case). >> >> You can then use this simple lookup table to answer the >> isIdentifiedObject question better. >> (You'd have to make isIdentifiedObject part of the AA interface, or take >> an...
2006 Mar 04
2
Do i have to open port 631 for LAN printing
Hi, I have a Samsung printer(ML-2010) connect to my centos 4.2 machine by usb. I want to share this printer with 3 windowsXP mchines in my LAN. Although i have install driver for the printer on all machines, use samba to share the printer, from the windows machine i still have an error"access denied, can not connect to printer" or something similar. In Security Level, i have checked
2012 Apr 12
1
[LLVMdev] Catching C++ exceptions, cleaning up, rethrowing
On Apr 11, 2012, at 8:41 AM, Paul J. Lucas wrote: > On Apr 8, 2012, at 10:40 PM, Bill Wendling wrote: > >> On Apr 8, 2012, at 8:47 AM, Paul J. Lucas wrote: >> >>> But I assume [the personality function] works only for a *nix/g++ system. My code also needs to work when compiled on Windows using Visual Studio and I'm guessing that it needs a different personality
2008 Oct 26
6
[LLVMdev] Turning on LegalizeTypes by default
Hi all, I plan to turn on the new type legalization infrastructure "LegalizeTypes" by default tomorrow. This is a redesign/reimplementation of the logic currently in LegalizeDAG that turns (for example) 64 bit arithmetic on a 32 bit machine into a series of 32 bit operations. As well as being a cleaner design, it also supports code generation for arbitrary precision integers such as
2015 Mar 13
2
[LLVMdev] Alias analysis issue with structs on PPC
Hi, I have the following C loop to vectorize: struct box { double* source; }; void test(double* restrict result, struct box my_struct, int len) { for (int i=0 ; i<len; i++) { result[i] = my_struct.source[i] * my_struct.source[i]; } } There are two references in the loop, result[i] (restrict) and my_struct.source[i] (readonly). The compiler should easily figure out that
2015 Feb 01
18
[Bug 88893] New: [NV46] GPU lockup with Quadro NVS 110M
https://bugs.freedesktop.org/show_bug.cgi?id=88893 Bug ID: 88893 Summary: [NV46] GPU lockup with Quadro NVS 110M Product: xorg Version: 7.7 (2012.06) Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau Assignee:
2015 Nov 02
8
[RFC] A new intrinsic, `llvm.blackbox`, to explicitly prevent constprop, die, etc optimizations
Hey all, I'd like to propose a new intrinsic for use in preventing optimizations from deleting IR due to constant propagation, dead code elimination, etc. # Background/Motivation In Rust we have a crate called `test` which provides a function, `black_box`, which is designed to be a no-op function that prevents constprop, die, etc from interfering with tests/benchmarks but otherwise
2012 May 23
17
[PATCH] bug-fixes to hvc-xen driver in v3.4 (and earlier).
Three of the patches could be squashed in one, but it makes more sense to review them as three. These patches fix the case of an PVHVM guest not being able to resume propely b/c of hitting: 142 BUG_ON(info->type != IRQT_UNBOUND && info->type != type); (in events.c) and also adds a WARN to catch situations like these. The reason for this is that the Xen python toolstack
2008 Dec 20
0
Wine release 1.1.11
...inst. msvcrt: Avoid truncated relocations on 64-bit. winegcc: Fix the file mode check. server: Add an apc_param_t type to store APC client-side parameters. server: Make async I/O transfer sizes always 32-bit. include: Allow 64-bit pointers to pass through LDT functions unmolested. ntdll: NtCurrentTeb is not exported on x86_64. msvcrt: The _CI* math functions are only exported on i386. msvcrt: Add a few more *_func functions to replace the __p_* ones. msvcrt: The __p_* functions are only exported on i386. msvcrt: Rename _ftime to avoid conflicts...
2013 Feb 26
16
Call for testing: OpenSSH-6.2
Hi, It's that time again... OpenSSH 6.2 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This release contains some substantial new features and a number of bugfixes. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: