ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Linux-Clone/Changes
Revision: 1.11
Committed: Sat Apr 4 05:08:09 2026 UTC (5 months, 1 week ago) by root
Branch: MAIN
CVS Tags: rel-1_4
Changes since 1.10: +3 -0 lines
Log Message:
1.4

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.11 1.4 Sat 04 Apr 2026 07:07:06 CEST
6     - clean up kcmp mess.
7    
8 root 1.10 1.3 Tue 06 Sep 2022 12:56:21 CEST
9 root 1.6 - add Linux::Clone::configure_loopback helper function.
10 root 1.9 - add CLONE_PIDFD, CLONE_NEWTIME, CSIGNAL, NS_GET_USERNS, NS_GET_PARENT,
11     NS_GET_NSTYPE and NS_OWNER_UID symbols.
12 root 1.8 - use "official" sched.h include.
13 root 1.9 - add KCMP_EPOLL_TFD enum, hardcoded to value 7, and require linux/kcmp.h
14     for the rest.
15 root 1.10 - changed the prototype of unshare from automatically-generated $ to @, to
16     avoid it acting as an operator.
17 root 1.5
18 root 1.4 1.2 Tue Nov 7 19:15:11 CET 2017
19 root 1.5 - the CLONE constants wrongly acquired a CLONE_ prefix, remove
20 root 1.4 it again (reported by Ryan Voots).
21     - use __has_include to check for existance of linux/kcmp.h, if the
22     compiler defines it in case there is a kernel/libc mismatch.
23    
24 root 1.3 1.1 Thu Nov 2 08:30:45 CET 2017
25     - added pivot_root.
26     - added kcmp.
27    
28 root 1.2 1.0 Wed Aug 24 05:33:54 CEST 2016
29     - add setns (untested).
30     - add CLONE_NEWCGROUP and update documentation for newer kernels.
31    
32 root 1.1 0.01 Mon Nov 28 02:12:50 CET 2011
33     - cloned from Convert::Scalar.
34