Successfully Unbreak Adobe Reader 7.0.8 for the New Linux Emulator

2007-01-03 Thread Intron is my alias on the Internet
It's dawning in Beijing now. I'm quite tired. Here, I only summarize the solution as is. I will write a complete hacking report after a rest. 1. Restore your /sys/compat/linux/linux_file.c to the original revision 1.99 (7.0-CURRENT) if you have applied my yesterday's patch. You have two con

Partially Unbreak Adobe Reader 7.0.8 for the New Linux Emulator

2007-01-02 Thread Intron is my alias on the Internet
My patch for /sys/compat/linux/linux_file.c (7.0-CURRENT) can partially unbreak Adobe Reader 7.0.8 for Linux when the sysctl compat.linux.osrelease is set to "2.6.16". You may download the patch at: http://ftp.intron.ac/tmp/linux_file.c.diff But probably to your disappointment, the prob

Survey on Video Capture API: BSD meteor(4) vs. Video for Linux 1/2

2006-10-04 Thread Intron is my alias on the Internet
If I would code to enhance video capture support for FreeBSD, what video capture API do you prefer? Your choices: 1. BSD Brooktree 848 (See bktr(4) and meteor(4)) This is *BSD-specific video capture API. So far only Brooktree (Conexant) 848/878 chip is supported by *BSD. Thus, actually this API

Re: A Bug in linker_reference_module() ?

2006-09-21 Thread Intron is my alias on the Internet
John Baldwin wrote: On Thursday 21 September 2006 14:12, Intron is my alias on the Internet wrote: Please have a look at the function linker_reference_module() in /sys/kern/kern_linker.c of 7.0-CURRENT. If the module is loaded on demand, why not increase its reference counter after loading? In

A Bug in linker_reference_module() ?

2006-09-21 Thread Intron is my alias on the Internet
Please have a look at the function linker_reference_module() in /sys/kern/kern_linker.c of 7.0-CURRENT. If the module is loaded on demand, why not increase its reference counter after loading? In my opinion, linker_reference_module() behaves differently from linker_load_file(). --

Re: PERFORCE change 105930 for review

2006-09-11 Thread Intron is my alias on the Internet
Alexander Leidinger wrote: Quoting John Baldwin <[EMAIL PROTECTED]> (Mon, 11 Sep 2006 11:45:52 -0400): On Sunday 10 September 2006 05:56, Alexander Leidinger wrote: >PROBLEMS: > >1. Why does uma_zdestroy(9) print message like: > > Freed UMA keg was not empty (100 items

Re: How to change kernel version?

2006-08-25 Thread Intron is my alias on the Internet
Yuan, Jue wrote: Hi all. Could I change the kernel version tag manually? say, I have a kernel which is 7.0-CUREENT, but for some reasons I wanna it be something like 6.1-RELEASE, while the kernel itself does't change from 7.0-CURRENT to 6.1-RELEASE. All I want is the change of tag. For examp