summary refs log tree commit diff
path: root/pkgs/tools/system/proot
Commit message (Collapse)AuthorAge
* proot: fix static buildDan Peebles2016-08-19
|
* proot: 4.0.3 -> 5.1.0Tobias Geerinckx-Rice2016-02-25
| | | | | | | | | | | | | | | | | | | | | | | New features ------------ * Processes under PRoot now appear with their real names, that is, they are not renamed ld-linux.so or prooted-... anymore. * Own ELF loader. Fixes ----- * Most bugs related to shebang support -- ie. #! at the beginning of a program -- were fixed. * It is now possible to use GDB against multi-threaded programs under PRoot x86_64 and x86. * It is possible to execute x86_64 programs from x86 programs again. * It is possible to use x86 ptrace-based programs (strace, gdb, ...) under PRoot x86_64 again. * The loader is now built with the build-id linker option explicitly disabled. This special section might interfere with loaded programs. * The loader can now load relocatable objects that have a predefined base address.
* proot: generate and install manual pageTobias Geerinckx-Rice2016-02-25
|
* Merge pull request #5142 from bosu/static-prootMichael Raskin2015-04-04
|\ | | | | proot: allow static compilation
| * proot: allow static buildBoris Sukholitko2014-11-26
| |
* | proot: Don't hard-code git-exportShea Levy2015-01-01
|/
* proot: remove self.stdenv.libIan-Woo Kim2014-10-07
|
* proot: remove unnecessary phasesIan-Woo Kim2014-10-07
|
* proot: User-space implementation of chroot, mount --bind and binfmt_miscIan-Woo Kim2014-10-07