||
Copyright © h-peter recktenwald, berlin, 2000
- free for any related work and, non-commercial distribution.
text mode (Lynx, Printer) tables arranged to 110 chars/line.
[intro] [a:index] [s:index] [#:index] [sys_fcntl]
|
||||||||||
|
- NOTE that <timezone.tz_dsttime> is not a reliable item:
- man 2 (falsely) stating "tz_dsttime" item of struct timezone not being used and, that any such usage in the kernel be a "bug" - which is just plain nonsense: re kernel source (fat, hfs, hpfs, isofs)...
|
||||||||||
|
||||||||||
|
|
||||||||||
|
In fact, i386+ "memory protection" is enabled by a cpu write protection bit for exactly that purpose, thus no distinction for 'executing' (i.e. code reading) mode exists. Which results to the possible memory access modes of rwx, r-x or, no access at all - re mm/mmap.c: map_type prot (i.e. enabled access) PROT_NONE PROT_READ PROT_WRITE PROT_EXEC MAP_SHARED r: (no) no r: (yes) yes r: (no) yes r: (no) yes w: (no) no w: (no) no w: (yes) yes w: (no) no x: (no) no x: (no) yes x: (no) yes x: (yes) yes MAP_PRIVATE r: (no) no r: (yes) yes r: (no) yes r: (no) yes w: (no) no w: (no) no w: (copy) copy w: (no) no x: (no) no x: (no) yes x: (no) yes x: (yes) yes |
[next] [back] [bot] [top]