search for: spelunked

Displaying 20 results from an estimated 22 matches for "spelunked".

2016 Jul 22
3
Old mailing list links broken.
Hi Tanya, I was spelunking through bugzilla and ran into an old mailing list link http://lists.cs.uiuc.edu/pipermail/llvmdev/2006-January/005137.html (found in PR36). I expect this link to be broken since our servers are not on that domain. No big deal, just change it to lists.llvm.org: http://lists.llvm.org/pipermail/llvmdev/2006-January/005137.html Looks like that doesn't exist, as the
2004 Sep 06
9
Zaptel 'Under the Hood' Project
...part of the screen and a pdf of "Linux Device Drivers" on another part I've aquainted myself with device driver programming and the interesting hardware on the wildcards. I've always thought Asterisk and Zaptel were two of the coolest FOSS projects around and now that I've spelunked through the code a little bit I'm curious: Has anyone ever wrote a zaptel "under the hood" type of document, discussing how the pseudo tdm bus works, the zaptel hardware, etc? If so, please point me there. If not, I'd like to take a stab at compiling a paper or article about...
2016 Jul 22
2
Old mailing list links broken.
On Fri, Jul 22, 2016 at 2:37 PM, Tanya Lattner <tanyalattner at llvm.org> wrote: > > On Jul 21, 2016, at 11:59 PM, Sean Silva <chisophugis at gmail.com> wrote: > > Hi Tanya, > > I was spelunking through bugzilla and ran into an old mailing list link > http://lists.cs.uiuc.edu/pipermail/llvmdev/2006-January/005137.html > (found in PR36). > > I expect this
2014 Nov 10
2
[LLVMdev] External names for LTO in gold plugin
Hi, In my work applying -flto to Chrome, I need to set some names to be skipped by the InternalizePass; otherwise, the linking stage fails (i.e., when building the chrome binary). In the past, I had a tiny patch that I hadn't submitted to LLVM: it was something like: Index: Internalize.cpp =================================================================== --- Internalize.cpp (revision
2012 Mar 22
1
Question: PV ops Fedora 16 Initialises Hypercall Page Twice?
...ced that my PV ops guests cause the hypervisor to invoke hypercall_page_initialise twice from traps.c (i.e. through wrmsr_hypervisor_regs), for different hypercall_page addresses. Looking at the code, I see hvmloader.c causing one of those, in its main. I read the HVM Loader Xen wiki page, Googled, spelunked the source, etc. but cannot find where / why the other hypercall page is being requested. Is the other hypercall page being initialized by qemu-dm and the hvmloader page is discarded? Sincerely, John McDermott ---- What is the formal meaning of the one-line program #include "/dev/tty"...
2010 Aug 20
0
[LLVMdev] Module management questions
On Fri, Aug 20, 2010 at 12:39 PM, Larry Gritz <lg at larrygritz.com> wrote: > On Aug 18, 2010, at 10:24 AM, Reid Kleckner wrote: > >> You can free the machine code yourself by saying >> EE->freeMachineCodeForFunction(F) .  If you destroy the EE, it will >> also free the machine code. > > Thanks, but unfortunately, this is exactly the opposite of what I want
2006 Mar 15
1
Console load failure on windows
I had a very odd problem recently that manifested itself like this.. C:\rails_apps\cookbook>ruby script/console Loading development environment. c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__'': no such file to load -- ./script/../config/ ../config/environment (LoadError) from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb:21:in
2004 Jan 21
3
How to avoid rsyncing incomplete uploads? (best practice on fileservers?)
Hi, some big files are regularily updated on server A. Rsync should sync that with Server B. If rsync starts in the middle of an upload process, will it copy that incomplete file to Server B? First tests showed it will. How can this be avoided? Comments on rsync-usage with big files and very active users would be very appreciated! Thanks! Peter
2000 Aug 09
2
WAV header (hey Mike)
So, I saw a form of wav header I didn;t know about today. It's not in my (admittedly aging) copy of the RIFF spec from M$, but it's pretty clear how to handle it (mostly in the context of OggEnc). Here's a dump with od -c: 0000000 R I F F 370 357 l 002 W A V E f m t 0000020 020 \0 \0 \0 001 \0 002 \0 D 254 \0 \0 020 261 002 \0 0000040 004 \0
2003 Mar 04
3
6c6c
Has anyone an idea why i always get
2010 Aug 09
3
finding out the time of the second-to-last reboot
Hello all, I've got a CentOS box that became non-responsive today for some obscure reason and had to be rebooted. Is there a way to find out when it last had to be rebooted before today? uptime gives you no history past the very last reboot, so obviously I need to find some other way to get an answer to my question. Thanks for any and all tips. Boris. -------------- next part --------------
2010 Jul 14
3
Headless WINE (nulldrv, winetty)
I'm running a headless Linux installation (FC11) on Amazon EC2 and need to run some console-based (no window) 32-bit DOS executables... I've been running this fine for the past couple years on another installation (FC10) with v1.1.23, by setting the "TERM" environment variable to "xterm" and I believe it ran the "tty" graphics-driver and worked just great.
2010 Aug 20
2
[LLVMdev] Module management questions
On Aug 18, 2010, at 10:24 AM, Reid Kleckner wrote: > You can free the machine code yourself by saying > EE->freeMachineCodeForFunction(F) . If you destroy the EE, it will > also free the machine code. Thanks, but unfortunately, this is exactly the opposite of what I want to do. I need to retain the machine code indefinitely, but I want to free all possible other resources that are
2012 Aug 10
1
Merge scopes with OR
I''d be quite interested in a feature merging scopes with OR - currently the default way is AND. The feature seems to have been requested/reported here: https://github.com/rails/rails/issues/5545 A pull request was sent, but it needs some work. I wrote a quick attempt too here: https://gist.github.com/3312792 It uses the syntax: Jobship.includes(:job).or(Jobship.accepted,
2000 Aug 10
3
WAV Header and Tagging
Thanks for the reply, I have just recently started looking at Ogg streaming and wasn't sure if there was yet another playlist file for them, glad there isn't personally! Are there any sites set up to stream Ogg? Sorry about the confusion I was reading another thread on the discussion of someone that was implementing an Ogg ACM. In that case a FACT chunk makes peoples lives easier. OK,
2019 Jul 28
3
RFC: changing variable naming rules in LLVM codebase & git-blame
On Jul 23, 2019, at 9:17 AM, JF Bastien via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> On Jul 23, 2019, at 8:30 AM, James Y Knight via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> As a very frequent explorer of history, I really don't think this is >> as big an issue as it may seem. Even absent refactorings, you often >> run into the
2013 Jan 11
13
Profiles, Hiera, and create_resources('class','...')
Hi all, We''ve recently started exploring the role / profile / component module described by Craig Dunn in his blog here: http://www.craigdunn.org/2012/05/239/ and discussed on the list the other day. As I was implementing this for a profile using the apache module, I realized that I could make another refinement to our approach by using
2006 May 09
4
Can't there be a cd command?
R is quite a powerful environment. Here's a small way it could be even better. I wanted to change the working directory, so I tried the obvious thing > cd("foo") Error: couldn't find function "cd" Then I looked for `directory' in the FAQ but found nothing. A search for directory in the introduction also turned up nothing. A Google search for "gnu R
2019 Jul 23
4
RFC: changing variable naming rules in LLVM codebase & git-blame
As a very frequent explorer of history, I really don't think this is as big an issue as it may seem. Even absent refactorings, you often run into the "wrong" commit when looking at blame (e.g., someone just added a comma rather than actually changing the code you care about), and have to look past that, to another previous commit. Any interactive blame tool ought to have an easy way
2011 Mar 20
5
The delays on CentOS 5.6 are causing EPEL incompatibilities
There are significant components of the upstream 5.6 release which are stuck behind the CentOS 5.6 release process, but are now incorporated in EPEL 5 components. In particular, the "php53" package is now necessary for the "drupal6" EPEL components, due to the long out of date PHP 5.1 in the default upstream vendor's codebase. I see that some of these components are