ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-Clone/Changes
Revision: 1.8
Committed: Sat Sep 3 23:56:10 2022 UTC (20 months, 2 weeks ago) by root
Branch: MAIN
Changes since 1.7: +4 -2 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl extension Linux::Clone
2
3 TODO: ioctl_ns, NS_GET_USERNS, NS_GET_PARENT
4 TODO: 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 1.3
7 - add Linux::Clone::configure_loopback helper function.
8 - add CLONE_PIDFD, CSIGNAL, NS_GET_USERNS, NS_GET_PARENT, NS_GET_NSTYPE
9 and NS_OWNER_UID symbols.
10 - use "official" sched.h include.
11
12 1.2 Tue Nov 7 19:15:11 CET 2017
13 - the CLONE constants wrongly acquired a CLONE_ prefix, remove
14 it again (reported by Ryan Voots).
15 - use __has_include to check for existance of linux/kcmp.h, if the
16 compiler defines it in case there is a kernel/libc mismatch.
17
18 1.1 Thu Nov 2 08:30:45 CET 2017
19 - added pivot_root.
20 - added kcmp.
21
22 1.0 Wed Aug 24 05:33:54 CEST 2016
23 - add setns (untested).
24 - add CLONE_NEWCGROUP and update documentation for newer kernels.
25
26 0.01 Mon Nov 28 02:12:50 CET 2011
27 - cloned from Convert::Scalar.
28