Searched hist:"11 c42bcc5406b33b6d4dbb81a097bf9ab8860f60" (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/sys/ |
H A D | mman.h | diff 11c42bcc5406b33b6d4dbb81a097bf9ab8860f60 Thu Jun 19 07:00:39 CEST 2014 Konstantin Belousov <kib@FreeBSD.org> Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED, and prevents the request from deleting existing mappings in the region, failing instead.
Reviewed by: alc Discussed with: jhb Tested by: markj, pho (previous version, as part of the bigger patch) Sponsored by: The FreeBSD Foundation MFC after: 1 week
|
/freebsd/sys/vm/ |
H A D | vm_map.h | diff 11c42bcc5406b33b6d4dbb81a097bf9ab8860f60 Thu Jun 19 07:00:39 CEST 2014 Konstantin Belousov <kib@FreeBSD.org> Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED, and prevents the request from deleting existing mappings in the region, failing instead.
Reviewed by: alc Discussed with: jhb Tested by: markj, pho (previous version, as part of the bigger patch) Sponsored by: The FreeBSD Foundation MFC after: 1 week
|
H A D | vm_mmap.c | diff 11c42bcc5406b33b6d4dbb81a097bf9ab8860f60 Thu Jun 19 07:00:39 CEST 2014 Konstantin Belousov <kib@FreeBSD.org> Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED, and prevents the request from deleting existing mappings in the region, failing instead.
Reviewed by: alc Discussed with: jhb Tested by: markj, pho (previous version, as part of the bigger patch) Sponsored by: The FreeBSD Foundation MFC after: 1 week
|
H A D | vm_map.c | diff 11c42bcc5406b33b6d4dbb81a097bf9ab8860f60 Thu Jun 19 07:00:39 CEST 2014 Konstantin Belousov <kib@FreeBSD.org> Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED, and prevents the request from deleting existing mappings in the region, failing instead.
Reviewed by: alc Discussed with: jhb Tested by: markj, pho (previous version, as part of the bigger patch) Sponsored by: The FreeBSD Foundation MFC after: 1 week
|