search for: spelunk

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

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/l...
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 link to be broken since our servers are not on that domain. > No big deal, just change it to lists.llvm.org: > >...
2014 Nov 10
2
[LLVMdev] External names for LTO in gold plugin
...ing phase, and all would be well. However, since the gold plugin has been changed significantly, this no longer works, since the flags from Internalize.cpp don't get up to the gold plugin, and I don't know the new gold plugin bits well enough to see immediately how to replace it. I could go spelunking for the answer, but I wanted to ask here first. Is there currently a way for me to give the gold plugin a list of names that shouldn't be internalized? Thanks, Tom -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/...
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
...c:/ruby/lib/ruby/1.8/irb/init.rb:250:in `load_modules'' from c:/ruby/lib/ruby/1.8/irb/init.rb:21:in `setup'' from c:/ruby/lib/ruby/1.8/irb.rb:54:in `start'' from c:/ruby/bin/irb.bat:20 After pulling out what was left of my hair and doing some code spelunking, I eventually tracked down my problem. It was, of course, self-inflicted. A while back I discovered that the windows ''cmd.exe'' program checks the registry for an ''autorun'' key and then executes immediately. Being lazy, I had set up mine to do a '&...
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)
...environment variable to "xterm" and I believe it ran the "tty" graphics-driver and worked just great. However, I've set up a new box running FC11 and this same configuration doesn't seem to work... as the kernel/machine freezes as it tries to load graphics drivers. In spelunking through the source-code for the latest WINE, I see that there's been some changes to the null-driver and renaming it to winetty... but I can't seem to find much more information on it through google-searches. QUESTION: How can I configure a Wine 1.1.32 installation to run console-based...
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
...hunk makes peoples lives easier. OK, got another question. OGG format has a limited form of tagging (looks like a few comment fields). Is there a standard for what information goes there? Can you just put and ID3V2 tag in there so a player can leverage all the MP3 handlers? Shawn Pourchot Code Spelunker Sonic Foundry ShawnP@SonicFoundry.com -----Original Message----- From: Michael Smith [mailto:msmith@labyrinth.net.au] Sent: Thursday, August 10, 2000 10:47 AM To: vorbis-dev@xiph.org Subject: RE: [vorbis-dev] WAV header (hey Mike) On Fri, 11 Aug 2000 01:00:51 Shawn Pourchot wrote: > People a...
2019 Jul 28
3
RFC: changing variable naming rules in LLVM codebase & git-blame
...y. Again: sounds great, do we *know* that it’ll work? Hi JF, As discussed on other posts, there is good reason to believe that the forthcoming git feature will cover this case. We aren’t the only project that has been held up by similar concerns about sweeping changes adversely affecting history spelunking. Similarly, as James Knight points out, this isn’t really that big of a problem in practice even without the feature. Sub projects in LLVM have gone through similar phases, including LLDB which switched from 4 space indentation to 2 (as well as 80 columns iirc), which affected literally everyt...
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