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

Comparing Linux-Clone/Changes (file contents):
Revision 1.8 by root, Sat Sep 3 23:56:10 2022 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 2
3TODO: ioctl_ns, NS_GET_USERNS, NS_GET_PARENT 3TODO: clone3()
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 4
61.3 51.3
7 - add Linux::Clone::configure_loopback helper function. 6 - add Linux::Clone::configure_loopback helper function.
8 - add CLONE_PIDFD, CSIGNAL, NS_GET_USERNS, NS_GET_PARENT, NS_GET_NSTYPE 7 - add CLONE_PIDFD, CLONE_NEWTIME, CSIGNAL, NS_GET_USERNS, NS_GET_PARENT,
9 and NS_OWNER_UID symbols. 8 NS_GET_NSTYPE and NS_OWNER_UID symbols.
10 - use "official" sched.h include. 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.
11 12
121.2 Tue Nov 7 19:15:11 CET 2017 131.2 Tue Nov 7 19:15:11 CET 2017
13 - the CLONE constants wrongly acquired a CLONE_ prefix, remove 14 - the CLONE constants wrongly acquired a CLONE_ prefix, remove
14 it again (reported by Ryan Voots). 15 it again (reported by Ryan Voots).
15 - use __has_include to check for existance of linux/kcmp.h, if the 16 - use __has_include to check for existance of linux/kcmp.h, if the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines