Backward compatibility of Java libraries API in FreeBSD

2010-12-13 Thread Andrey Ponomarenko
Hello, I am preparing a service for automatic monitoring changes in Java libraries and testing backward binary/source compatibility [1]. First hundred or more libraries will be included to the tracker freely for testing purposes. If anyone want to add some library then feel free to write me a

Re: syscall provider naming convention. Re: kern/152822: [patch] DTrace: syscall provider for compat/freebsd32

2010-12-13 Thread Alexander Leidinger
On Sat, 11 Dec 2010 23:38:32 -0800 Artem Belevich fbsdl...@src.cx wrote: Functionally both approaches are about the same functionally. Each has pluses and minuses. Using module, though, looks somewhat cleaner. I agree. Bye, Alexander. ___

Re: syscall provider naming convention. Re: kern/152822: [patch] DTrace: syscall provider for compat/freebsd32

2010-12-13 Thread Andriy Gapon
on 13/12/2010 11:35 Alexander Leidinger said the following: On Sat, 11 Dec 2010 23:38:32 -0800 Artem Belevich fbsdl...@src.cx wrote: Functionally both approaches are about the same functionally. Each has pluses and minuses. Using module, though, looks somewhat cleaner. I agree. +1, just

Re: Is it possible to have file removed upon process exit?

2010-12-13 Thread Garance A Drosehn
On 11/29/10 3:20 AM, Xin LI wrote: On 11/28/10 20:43, Garrett Cooper wrote: On Thu, Nov 25, 2010 at 12:14 PM, Xin LIdelp...@delphij.net wrote: -BEGIN PGP SIGNED MESSAGE- For certain applications it is sometimes desirable to (e.g. for unix domain sockets) have file removed

Re: syscall provider naming convention. Re: kern/152822: [patch] DTrace: syscall provider for compat/freebsd32

2010-12-13 Thread Artem Belevich
I've posted updated version of the patch here: https://sites.google.com/site/abc678site/files/dt-systrace.patch.gz This patch uses DTrace module field to specify syscall's compat variant in the syscall probe name. The patch also adds syscall probe for linux32 binaries on amd64. I'll try to add