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.7 by root, Sat Sep 3 23:48:17 2022 UTC

1Revision history for Perl extension Linux::Clone 1Revision history for Perl extension Linux::Clone
2
3TODO: ioctl_ns, NS_GET_USERNS, NS_GET_PARENT
4TODO: docs, nsenter(1), unshare(1), unshare(2), setns(2), ioctl_ns(2), cgroup_namespaces(7) pid_namespaces(7), user_namespaces(7), ip-netzns(8), lsns(8), switch_root(8)
5
6 - add Linux::Clone::configure_loopback helper function.
7 - add CLONE_PIDFD and CSIGNAL symbols.
8 - add "official" sched.h include.
9
101.2 Tue Nov 7 19:15:11 CET 2017
11 - the CLONE constants wrongly acquired a CLONE_ prefix, remove
12 it again (reported by Ryan Voots).
13 - use __has_include to check for existance of linux/kcmp.h, if the
14 compiler defines it in case there is a kernel/libc mismatch.
15
161.1 Thu Nov 2 08:30:45 CET 2017
17 - added pivot_root.
18 - added kcmp.
2 19
31.0 Wed Aug 24 05:33:54 CEST 2016 201.0 Wed Aug 24 05:33:54 CEST 2016
4 - add setns (untested). 21 - add setns (untested).
5 - add CLONE_NEWCGROUP and update documentation for newer kernels. 22 - add CLONE_NEWCGROUP and update documentation for newer kernels.
6 23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines