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

Comparing Linux-Clone/Changes (file contents):
Revision 1.3 by root, Thu Nov 2 07:31:16 2017 UTC vs.
Revision 1.10 by root, Tue Sep 6 10:57:00 2022 UTC

1Revision history for Perl extension Linux::Clone 1Revision history for Perl extension Linux::Clone
2
3TODO: clone3()
4
51.3 Tue 06 Sep 2022 12:56:21 CEST
6 - add Linux::Clone::configure_loopback helper function.
7 - add CLONE_PIDFD, CLONE_NEWTIME, CSIGNAL, NS_GET_USERNS, NS_GET_PARENT,
8 NS_GET_NSTYPE and NS_OWNER_UID symbols.
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.
12 - changed the prototype of unshare from automatically-generated $ to @, to
13 avoid it acting as an operator.
14
151.2 Tue Nov 7 19:15:11 CET 2017
16 - the CLONE constants wrongly acquired a CLONE_ prefix, remove
17 it again (reported by Ryan Voots).
18 - use __has_include to check for existance of linux/kcmp.h, if the
19 compiler defines it in case there is a kernel/libc mismatch.
2 20
31.1 Thu Nov 2 08:30:45 CET 2017 211.1 Thu Nov 2 08:30:45 CET 2017
4 - added pivot_root. 22 - added pivot_root.
5 - added kcmp. 23 - added kcmp.
6 24

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines