X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=prochand.tex;h=62b02a4556d9f72754cf2ce3378461497d803a05;hp=2fb0f7c09e21a4396f284e3d111f176d4d727cdc;hb=7e19b798d0cc09960daad695d8f3b242170bb3b4;hpb=2270d0dd8cf9460e3aef8d5ffa2bf5c825707e58 diff --git a/prochand.tex b/prochand.tex index 2fb0f7c..62b02a4 100644 --- a/prochand.tex +++ b/prochand.tex @@ -1,6 +1,6 @@ %% prochand.tex %% -%% Copyright (C) 2000-2016 by Simone Piccardi. Permission is granted to +%% Copyright (C) 2000-2018 by Simone Piccardi. Permission is granted to %% copy, distribute and/or modify this document under the terms of the GNU Free %% Documentation License, Version 1.1 or any later version published by the %% Free Software Foundation; with the Invariant Sections being "Un preambolo", @@ -3967,6 +3967,9 @@ Introdotta a partire dal kernel 2.4.21, solo su PowerPC. % codice e dati, stack, brack pointer ecc. vedi % http://git.kernel.org/linus/f606b77f1a9e362451aca8f81d8f36a3a112139e +% TODO documentare ARCH_SET_CPUID e ARCH_GET_CPUID, introdotte con il kernel +% 4.12, vedi https://lwn.net/Articles/721182/ + \label{sec:prctl_operation} \end{basedescript} @@ -4194,6 +4197,10 @@ elenco, che illustra quelle attualmente disponibili:\footnote{si fa % \item[\constd{CLONE\_NEWPID}] % \item[\constd{CLONE\_NEWUTS}] + +% TODO trattare CLONE_NEWCGROUP introdotto con il kernel 4.6, vedi +% http://lwn.net/Articles/680566/ + \item[\constd{CLONE\_PARENT}] \item[\constd{CLONE\_PARENT\_SETTID}] \item[\constd{CLONE\_PID}] @@ -4237,6 +4244,10 @@ elenco, che illustra quelle attualmente disponibili:\footnote{si fa % http://lwn.net/Articles/531498/ +% TODO trattare le funzioni di protezione della memoria pkey_alloc, pkey_free, +% pkey_mprotect, introdotte con il kernel 4.8, vedi +% http://lwn.net/Articles/689395/ e Documentation/x86/protection-keys.txt + %TODO trattare kcmp aggiunta con il kernel 3.5, vedi % https://lwn.net/Articles/478111/ @@ -4302,6 +4313,8 @@ elenco, che illustra quelle attualmente disponibili:\footnote{si fa %TODO trattare membarrier, introdotta con il kernel 4.3 % vedi http://lwn.net/Articles/369567/ http://lwn.net/Articles/369640/ % http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=5b25b13ab08f616efd566347d809b4ece54570d1 +% vedi anche l'ulteriore opzione "expedited" introdotta con il kernel 4.14 +% (https://lwn.net/Articles/728795/) \section{Problematiche di programmazione multitasking} \label{sec:proc_multi_prog}