11 | | Various pages |
12 | | Fabian Kreutz / aeb |
13 | | Many minor content and formatting bug fixes were made to the math |
14 | | pages, following suggestions from Fabian Kreutz (who recently |
15 | | translated many of the 1.70 math pages into German) and |
16 | | Andries Brouwer. |
| 12 | MEMBARRIER_CMD_GLOBAL_EXPEDITED |
| 13 | (the old enum label MEMBARRIER_CMD_SHARED is now an |
| 14 | alias to preserve header backward compatibility) |
| 15 | MEMBARRIER_CMD_REGISTER_GLOBAL_EXPEDITED |
| 16 | MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE |
| 17 | MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE |
18 | | Various pages |
19 | | mtk |
20 | | For consistency, all instances of "super-user" were changed |
21 | | to the more common "superuser". |
| 19 | mmap.2 |
| 20 | Jan Kara [Ross Zwisler, Michael Kerrisk] |
| 21 | Add description of MAP_SHARED_VALIDATE and MAP_SYNC |
| 22 | Michal Hocko [John Hubbard, Michael Kerrisk, Jann Horn] |
| 23 | Document new MAP_FIXED_NOREPLACE flag |
| 24 | 4.17+ kernels offer a new MAP_FIXED_NOREPLACE flag which allows |
| 25 | the caller to atomically probe for a given address range. |
28 | | In addition: |
29 | | -- erroneous semicolons at the end of _syscallN() were removed |
30 | | on various pages. |
31 | | |
32 | | -- types such as "uint" in syscallN() declarations were changed |
33 | | to "unsigned int", etc. |
34 | | |
35 | | -- various other minor breakages in the synopses were fixed. |
36 | | |
37 | | The affected pages are: |
38 | | |
39 | | getdents.2 |
40 | | gettid.2 |
41 | | llseek.2 |
42 | | mmap2.2 |
43 | | modify_ldt.2 |
44 | | pivot_root.2 |
45 | | quotactl.2 |
46 | | readdir.2 |
47 | | sysctl.2 |
48 | | syslog.2 |
49 | | tkill.2 |
50 | | |
51 | | Typographical or grammatical errors have been corrected in several |
52 | | other places. |
| 32 | capabilities.7 |
| 33 | Michael Kerrisk |
| 34 | Describe file capability versioning |
| 35 | Michael Kerrisk [Serge E. Hallyn] |
| 36 | Document namespaced-file capabilities |
| 37 | [There's still more work to be done on this new text] |