ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-Clone/Changes
(Generate patch)

Comparing Linux-Clone/Changes (file contents):
Revision 1.2 by root, Wed Aug 24 03:34:24 2016 UTC vs.
Revision 1.9 by root, Sun Sep 4 00:17:26 2022 UTC

1Revision history for Perl extension Linux::Clone 1Revision history for Perl extension Linux::Clone
2
3TODO: clone3()
4
51.3
6 - add Linux::Clone::configure_loopback helper function.
7 - add CLONE_PIDFD, CLONE_NEWTIME, CSIGNAL, NS_GET_USERNS, NS_GET_PARENT,
8 NS_GET_NSTYPE and NS_OWNER_UID symbols.
9 - use "official" sched.h include.
10 - add KCMP_EPOLL_TFD enum, hardcoded to value 7, and require linux/kcmp.h
11 for the rest.
12
131.2 Tue Nov 7 19:15:11 CET 2017
14 - the CLONE constants wrongly acquired a CLONE_ prefix, remove
15 it again (reported by Ryan Voots).
16 - use __has_include to check for existance of linux/kcmp.h, if the
17 compiler defines it in case there is a kernel/libc mismatch.
18
191.1 Thu Nov 2 08:30:45 CET 2017
20 - added pivot_root.
21 - added kcmp.
2 22
31.0 Wed Aug 24 05:33:54 CEST 2016 231.0 Wed Aug 24 05:33:54 CEST 2016
4 - add setns (untested). 24 - add setns (untested).
5 - add CLONE_NEWCGROUP and update documentation for newer kernels. 25 - add CLONE_NEWCGROUP and update documentation for newer kernels.
6 26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines