0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 9 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... over 19 years ago
readme More... over 19 years ago
Load libraries from /usr/share/java or from ext_dir/lib More... over 19 years ago
Solaris broken stdio, 64 Bit VM, Win98 support More... over 19 years ago
Solaris and Win98 support More... over 19 years ago
solaris test More... over 19 years ago
check_broken_gcc_installation More... over 19 years ago
add -lsocket to the link line of the module and the server part More... over 19 years ago
pthreads More... over 19 years ago
only catch SIGABRT, all other signals are used by the VM More... over 19 years ago
error messages More... over 19 years ago
correct author More... over 19 years ago
threads check More... over 19 years ago
solaris 64 More... over 19 years ago
tests for broken stdio added More... over 19 years ago
Added support for Slowlaris' broken stdio: SFREAD SFWRITE SFDOPEN SFCLOSE SFEOF SFERROR: Use these instead of the stdio versions. On Solaris these functions access the raw socket, which is slow but at least it works More... over 19 years ago
Fixed a bug that appeared on Slowlaris 9 stdio implementations. More... over 19 years ago
more expressive error messages More... over 19 years ago
gcc2 More... over 19 years ago
set the classloader for the context More... over 19 years ago
docu More... over 19 years ago
new file More... over 19 years ago
The client receives the bridge instance as the first element. This fixes the classpath bug. More... over 19 years ago
The client receives the bridge instance as the first element. This fixes the classpath bug. To work around a problem in the IBM VM (it crashes if one creates a class which implements Runnable and extends from Classloader, the java code had to be re-organized to use an inner class. More... over 19 years ago
Bugfix/Workaround for gcj 'AttachCurrentThread' bug More... over 19 years ago
anon socket: create a guard process More... over 19 years ago
anon socket/use jniRegisterNatives to inject the native code into the JVM (doesn't need a dynamic loader anymore) More... over 19 years ago
terminate with result code More... over 19 years ago
version More... over 19 years ago
anon socket: examine guard's fd More... over 19 years ago