akuma icon indicating copy to clipboard operation
akuma copied to clipboard

Embeddable daemonization library

Results 8 akuma issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Please add support for more operating systems (e.g. AIX and Windows) #6 would allow that, since the new JNA library has support for many more operating systems now, but your...

Reading the command line arguments often fails on Solaris x64, because of a bug in the big-endian to little-endian conversion code.

When we are running on Java 9 we should be able to use [`ProcessHandle.current()`](http://download.java.net/java/jdk9/docs/api/java/lang/ProcessHandle.html) to avoid using JNA. This would be more compatible across platforms; for example, the following has...

Please remove the use of `_` as an identifier in: https://github.com/kohsuke/akuma/blob/9d832605eef753e895c8125e7d32bd4917e4d19a/src/main/java/com/sun/akuma/JavaVMArguments.java#L380 This breaks compilation on Java 9: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.4:jar (default-cli) on project akuma: MavenReportException: Error...

Clicking on issues in the left bar here: http://akuma.kohsuke.org/index.html results in a "site has closed" message

…eams Allow user to redirect stdout, stderr after fork() instead of closing them. Expose dup() and dup2() in CLibrary to accomplish the above. Add dup2() unit test. I have a...

http://mvnrepository.com/artifact/net.java.dev.jna/jna https://github.com/twall/jna/blob/6533f85d9dae35e988ab86bff1636d34970548b0/CHANGES.md