Displaying 16 results from an estimated 16 matches for "miscellani".
Did you mean:
miscellany
2016 Jul 03
2
Status of stack walking in LLVM on Win64?
Hi all,
I'm developing a novel language that has historically used LLVM for code
generation, behind a custom self-hosted front-end. The runtime for this
language offers a garbage collector.
In the past I've been on 32-bit Windows where precise garbage collection is
relatively straightforward (as long as FPO is disabled). Walking the stack
is a simple bit of pointer chasing and some
2001 Dec 03
2
ext3-0.9.16 against linux-2.4.17-pre2
An ext3 update which also applies to linux-2.4.16 is available at
http://www.zip.com.au/~akpm/linux/ext3/
Quite a lot of miscellany here. It would be appreciated if interested
parties could please test it in preparation for sending upstream. Thanks.
Changelog:
- Merged several ext2 sync-up patches from Christoph Hellwig
- Drop the big kernel lock across the call to block_prepare_write.
2002 Apr 29
1
Inode/Blocksize questions
Hi!
I'm going to build a maildir-based mailserver with a ~56 gb
mail-partition. What blocksize/bytes-per-inode/number of inodes should i
use (i don't want to ran out of inodes and don't want to sacrifice too
much space for filefragments)?
Is there a drawback when lowering the blocksize/increasing the number of
inodes (except the maximum filesystem size)?
The inodes used by a file is
2001 Nov 05
0
CoolEdit2000+Wine
I tried execute Cooledit2000.exe with these versions of wine.
tillarium:/home/tilleyrw# dpkg -l | grep wine
ii libwine 0.0.20011004-1 Windows Emulator (Library)
ii libwine-dev 0.0.20011004-1 Windows Emulator (Development files)
ii wine 0.0.20011004-1 Windows Emulator (Binary Emulator)
ii wine-doc 0.0.20011004-1 Windows Emulator (Documentation)
ii wine-utils
2001 Nov 19
0
CoolEdit Pro 2000 Crashes Under Wine -- But Only For Me?
According to the application database at the Wine home page, other people
have successfully run the audio app. CoolEdit. On my Debian unstable
system Wine begins to open CoolEdit Pro 2000 ('wine
/home/tilleyrw/Cool2000/cool2000.exe') and then fails midway through the
initialization process with the following log:
tillarium:/home/tilleyrw# cat /tmp/wine.log.i1J5ID
2011 Mar 16
1
[Downgrading] Wine 1.1.17
GOAL: Install Wine v. 1.1.17
WHY: Only version which can install Adobe Photoshop CS4 from my legal copy (CD)
PROBLEM: The is no .deb file in the official archive for version 1.1.17
Instead source files are provided
I recently had Wine 1.2 which unfortunately could not install Adobe Photoshop CS4 nor Maxon Cinema 4D, which are the only two programs I can ever wish to have running on my Ubuntu
2001 Jan 06
0
R/S-Plus compatibility package
We're starting work on an R package and corresponding S-Plus library
to help programmers write software that will work in both systems.
Some descriptions and downloadable software are available on the
Omegahat web site, at
http://www.omegahat.org/SLanguage/
The strategy, as described there, is to be as back-compatible within R
and within S-Plus as possible, but provide tools and guidelines
2000 Aug 29
2
Mount point goes invisible
...xperienced using W95 sharing or with Samba.
Thanks, Hal
Hal Morris: hal@panix.com -- Editor of:
* H-SHEAR Web pages: http://www.h-net.msu.edu/~shear
* Tales of the Early Republic: http://WWW.EarlyRepublic.net
Web Resources: Bibliography, Biographical Dict... (work in progress)
* Jacksonian Miscellanies: free email bi-weekly of source excerpts.
2016 Jul 03
2
Status of stack walking in LLVM on Win64?
For JITs it would appear that there is a patch needed for some kind of
relocations.
https://llvm.org/bugs/show_bug.cgi?id=24233
Is the patch really needed? What does it do? I'm not an expert here so asking.
On Sun, Jul 3, 2016 at 2:48 AM, David Majnemer via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
>
> On Sat, Jul 2, 2016 at 5:22 PM, Michael Lewis via llvm-dev
>
2001 Nov 05
1
Oops! Cooledit, wine, and data!
I forgot the attached file the last time!
I tried execute Cooledit2000.exe with these versions of wine.
tillarium:/home/tilleyrw# dpkg -l | grep wine
ii libwine 0.0.20011004-1 Windows Emulator (Library)
ii libwine-dev 0.0.20011004-1 Windows Emulator (Development files)
ii wine 0.0.20011004-1 Windows Emulator (Binary Emulator)
ii wine-doc 0.0.20011004-1 Windows
2001 Nov 19
2
CoolEdit -- More Errors
When I did a 'wine --debugmsg warn+all
/home/tilleyrw/Cool2000/cool2000.exe' the following core dump file resulted.
Due to its length, I'm attaching it as a file. The most interesting
section is where it reads:
warn:dosfs:DOSFS_FindUnixName 'KERNEL32.dll' not found in
'/home/tilleyrw/Cool2000'
warn:dosfs:DOSFS_FindUnixName 'KERNEL32.dll' not found in
2001 Feb 16
12
canonical correspondence analysis
Is there an R function that does canonical correspondence analysis. Can
it be done using the VR function corresp()?
If not, how hard it be to write R code to do it? I am a population
biologist with long but patchy programming experience in C, Smalltalk,
Java and other languages.
Thanks,
Patrick Foley
patfoley at csus.edu
2005 Oct 25
6
ipf stopped working on 5.3
I've had ipf working on a few 5.3 servers for quite awhile. Not too long ago
some developers had to do some coding work and were coming from dynamic
IP's. I (reluctantly) opened up SSH to the world. Immediately I started
seeing the attacks where bots of some sort would try to break in with a
variety of different users.
So, I (thought) I closed it up again and told the developers to use a
2001 Nov 19
2
Wine Errors Revisited
CoolEdit -- More Errors
From:
Robert Tilley <tilleyrw@cfl.rr.com>
Date:
Monday 19 November 2001 08:05:31
Groups:
comp.emulators.ms-windows.wine
no references
When I did a 'wine --debugmsg warn+all
/home/tilleyrw/Cool2000/cool2000.exe' the following core dump file resulted.
Due to its length, I'm attaching it as a file. The most interesting
section is where it
2007 Aug 18
1
[LLVMdev] Soft floating point support
This patch supplies software IEEE floating point support.
The comment from the patch reproduced below says all there is
to say.
This patch contains the prior "cleanup" patch; please don't apply
that one.
Please let me know of any bugs. It is tested reasonably well,
but until I put together random tests it's hard to have 100%
confidence.
Neil.
/* A self-contained host- and
2008 Sep 21
3
UNEXPECTED SOFT UPDATE INCONSISTENCY; RUN fsck MANUALLY
Sep 21 08:57:54 belle fsck: /dev/ad4s1d: 1 DUP I=190
Sep 21 08:57:54 belle fsck: /dev/ad4s1d: UNEXPECTED SOFT UPDATE INCONSISTENCY; RUN fsck MANUALLY.
Ok, so I ran fsck manually (even with -y), but yet it refuses to clear/fix
whatever to the questions posed as fsck runs. What does this all mean?
Thanks,
-Clint
--
This message has been scanned for viruses and
dangerous content by MailScanner,