Small library of JNI bindings to libc to work with processes on linux/POSIX systems. Covered calls:
- fork
- execv
- waitpid
- posix_spawn
- prctl (linux)
- setName (linux)
- getNameLimit (linux)
The code for these JNI bindings is licenced under BSD license - see the LICENSE for full copythight and conditions.