--- Linux-Clone/Changes 2022/09/04 00:17:26 1.9 +++ Linux-Clone/Changes 2022/09/06 10:57:00 1.10 @@ -2,13 +2,15 @@ TODO: clone3() -1.3 +1.3 Tue 06 Sep 2022 12:56:21 CEST - add Linux::Clone::configure_loopback helper function. - add CLONE_PIDFD, CLONE_NEWTIME, CSIGNAL, NS_GET_USERNS, NS_GET_PARENT, NS_GET_NSTYPE and NS_OWNER_UID symbols. - use "official" sched.h include. - add KCMP_EPOLL_TFD enum, hardcoded to value 7, and require linux/kcmp.h for the rest. + - changed the prototype of unshare from automatically-generated $ to @, to + avoid it acting as an operator. 1.2 Tue Nov 7 19:15:11 CET 2017 - the CLONE constants wrongly acquired a CLONE_ prefix, remove