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

Comparing Linux-Clone/Changes (file contents):
Revision 1.1 by root, Mon Nov 28 05:43:03 2011 UTC vs.
Revision 1.6 by root, Sat Sep 3 23:47:02 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)
5TODO: CLONE_PIDFD, pidfd_send_signal
6
7 - add Linux::Clone::configure_loopback helper function.
8 - add CLONE_PIDFD and CSIGNAL symbols.
9 - add "official" sched.h include.
10
111.2 Tue Nov 7 19:15:11 CET 2017
12 - the CLONE constants wrongly acquired a CLONE_ prefix, remove
13 it again (reported by Ryan Voots).
14 - use __has_include to check for existance of linux/kcmp.h, if the
15 compiler defines it in case there is a kernel/libc mismatch.
16
171.1 Thu Nov 2 08:30:45 CET 2017
18 - added pivot_root.
19 - added kcmp.
20
211.0 Wed Aug 24 05:33:54 CEST 2016
22 - add setns (untested).
23 - add CLONE_NEWCGROUP and update documentation for newer kernels.
2 24
30.01 Mon Nov 28 02:12:50 CET 2011 250.01 Mon Nov 28 02:12:50 CET 2011
4 - cloned from Convert::Scalar. 26 - cloned from Convert::Scalar.
5 27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines