X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=fileio.tex;h=06aee5dbd419a01eebcdfc0a04545aed9ffc2747;hp=8e17a8d419326a6d0d99996526cb31e4f675901f;hb=8f0d759b2a9864c839d8803b2ea12860f386f17d;hpb=9949b501aea36905b12f069e11743b70b3e2df57 diff --git a/fileio.tex b/fileio.tex index 8e17a8d..06aee5d 100644 --- a/fileio.tex +++ b/fileio.tex @@ -1,6 +1,6 @@ %% fileio.tex (merge fileunix.tex - filestd.tex) %% -%% Copyright (C) 2000-2014 Simone Piccardi. Permission is granted to +%% Copyright (C) 2000-2015 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", @@ -447,7 +447,7 @@ riletti da \func{fcntl} (vedi sez.~\ref{sec:file_fcntl_ioctl}). % TODO: aggiungere O_TMPFILE per la creazione di file temporanei senza che % questi appaiano sul filesystem, introdotto con il 3.11, vedi: % https://lwn.net/Articles/556512/, http://kernelnewbies.org/Linux_3.11 -% https://lwn.net/Articles/558598/ +% https://lwn.net/Articles/558598/ http://lwn.net/Articles/619146/ \footnotetext{acronimo di \itindex{Denial~of~Service~(DoS)} \textit{Denial of Service}, si chiamano così attacchi miranti ad impedire un servizio @@ -1704,6 +1704,11 @@ anche l'aggiunta di un ulteriore argomento finale, \param{flags}. % altre modifiche al riguardo nel 3.11 (AT_EMPTY_PATH?) vedi % http://lwn.net/Articles/562488/ % TODO manca prototipo di utimensat, verificare se metterlo o metter menzione +% TODO manca prototipo di renameat2, introdotta nel 3.15, vedi +% http://lwn.net/Articles/569134/ +% TODO manca prototipo di execveat, introdotta nel 3.19, vedi +% https://lwn.net/Articles/626150/ cerca anche fexecve + Per tutte le funzioni che lo prevedono, a parte \func{unlinkat} e \funcd{faccessat}, l'ulteriore argomento è stato introdotto solo per fornire @@ -2394,7 +2399,7 @@ due funzioni sono rimaste. % TODO trovare qualche posto per la eventuale documentazione delle seguenti % (bassa/bassissima priorità) % EXT4_IOC_MOVE_EXT (dal 2.6.31) - +% ioctl di btrfs, vedi http://lwn.net/Articles/580732/ % \chapter{}