ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-Clone/Changes
Revision: 1.9
Committed: Sun Sep 4 00:17:26 2022 UTC (20 months, 2 weeks ago) by root
Branch: MAIN
Changes since 1.8: +5 -4 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension Linux::Clone
2    
3 root 1.9 TODO: clone3()
4 root 1.5
5 root 1.8 1.3
6 root 1.6 - add Linux::Clone::configure_loopback helper function.
7 root 1.9 - add CLONE_PIDFD, CLONE_NEWTIME, CSIGNAL, NS_GET_USERNS, NS_GET_PARENT,
8     NS_GET_NSTYPE and NS_OWNER_UID symbols.
9 root 1.8 - use "official" sched.h include.
10 root 1.9 - add KCMP_EPOLL_TFD enum, hardcoded to value 7, and require linux/kcmp.h
11     for the rest.
12 root 1.5
13 root 1.4 1.2 Tue Nov 7 19:15:11 CET 2017
14 root 1.5 - the CLONE constants wrongly acquired a CLONE_ prefix, remove
15 root 1.4 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    
19 root 1.3 1.1 Thu Nov 2 08:30:45 CET 2017
20     - added pivot_root.
21     - added kcmp.
22    
23 root 1.2 1.0 Wed Aug 24 05:33:54 CEST 2016
24     - add setns (untested).
25     - add CLONE_NEWCGROUP and update documentation for newer kernels.
26    
27 root 1.1 0.01 Mon Nov 28 02:12:50 CET 2011
28     - cloned from Convert::Scalar.
29