|
Lines 205-216
Link Here
|
| 205 |
system call generally do not flush dirty NOSYNC VM data. |
205 |
system call generally do not flush dirty NOSYNC VM data. |
| 206 |
The |
206 |
The |
| 207 |
.Xr msync 2 |
207 |
.Xr msync 2 |
| 208 |
system call is obsolete since |
208 |
system call may be used to associate dirty VM pages with file system |
| 209 |
.Bx |
209 |
buffers and thus cause them to be flushed to physical media sooner |
| 210 |
implements a coherent file system buffer cache. |
210 |
rather than later. |
| 211 |
However, it may be |
|
|
| 212 |
used to associate dirty VM pages with file system buffers and thus cause |
| 213 |
them to be flushed to physical media sooner rather than later. |
| 214 |
.It Dv MAP_PREFAULT_READ |
211 |
.It Dv MAP_PREFAULT_READ |
| 215 |
Immediately update the calling process's lowest-level virtual address |
212 |
Immediately update the calling process's lowest-level virtual address |
| 216 |
translation structures, such as its page table, so that every memory |
213 |
translation structures, such as its page table, so that every memory |