ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-Clone/Changes
Revision: 1.12
Committed: Wed Apr 8 20:28:05 2026 UTC (5 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +3 -0 lines
Error occurred while calculating annotation data.
Log Message:
*** empty log message ***

File Contents

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