| 1 |
Revision history for Perl extension Linux::Clone |
| 2 |
|
| 3 |
1.2 Tue Nov 7 19:15:11 CET 2017 |
| 4 |
- the CLONE constants wrongly acuqired a CLONE_ prefix, remove |
| 5 |
it again (reported by Ryan Voots). |
| 6 |
- use __has_include to check for existance of linux/kcmp.h, if the |
| 7 |
compiler defines it in case there is a kernel/libc mismatch. |
| 8 |
|
| 9 |
1.1 Thu Nov 2 08:30:45 CET 2017 |
| 10 |
- added pivot_root. |
| 11 |
- added kcmp. |
| 12 |
|
| 13 |
1.0 Wed Aug 24 05:33:54 CEST 2016 |
| 14 |
- add setns (untested). |
| 15 |
- add CLONE_NEWCGROUP and update documentation for newer kernels. |
| 16 |
|
| 17 |
0.01 Mon Nov 28 02:12:50 CET 2011 |
| 18 |
- cloned from Convert::Scalar. |
| 19 |
|