jhb
04bb6e10cd
Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use
...
an address in the first 2GB of the process's address space. This flag should
have the same semantics as the same flag on Linux.
To facilitate this, add a new parameter to vm_map_find() that specifies an
optional maximum virtual address. While here, fix several callers of
vm_map_find() to use a VMFS_* constant for the findspace argument instead of
TRUE and FALSE.
Reviewed by: alc
Approved by: re (kib)
2013-09-09 18:11:59 +00:00
..
2013-08-22 08:15:03 +00:00
2013-06-12 18:48:53 +00:00
2013-05-21 17:47:53 +00:00
2013-03-22 13:36:03 +00:00
2013-01-01 18:29:25 +00:00
2013-09-09 18:11:59 +00:00
2013-09-04 15:02:14 +00:00
2013-06-03 21:52:19 +00:00
2013-08-31 08:50:45 +00:00
2012-11-07 22:03:59 +00:00
2013-02-03 20:40:41 +00:00
2012-12-15 18:19:48 +00:00
2013-06-30 21:06:47 +00:00
2013-03-03 14:42:15 +00:00
2013-08-31 18:13:20 +00:00
2013-09-03 13:31:43 +00:00
2013-02-26 00:58:44 +00:00
2013-08-22 07:43:36 +00:00
2013-07-19 06:42:15 +00:00
2013-08-13 08:12:57 +00:00
2013-09-06 10:40:38 +00:00
2013-05-03 23:51:32 +00:00
2013-08-13 07:15:01 +00:00
2013-07-10 19:44:43 +00:00
2013-09-08 19:39:18 +00:00
2013-06-18 04:50:20 +00:00
2012-12-21 20:37:38 +00:00
2013-03-11 13:05:11 +00:00
2013-09-08 10:04:26 +00:00
2013-05-30 08:02:00 +00:00
2013-05-03 08:20:10 +00:00
2013-08-10 07:39:15 +00:00
2013-09-05 00:09:56 +00:00
2013-05-12 22:22:12 +00:00
2013-06-30 08:59:33 +00:00
2013-04-11 19:50:10 +00:00
2013-02-16 20:17:31 +00:00
2013-07-01 17:23:13 +00:00
2013-05-12 22:22:12 +00:00
2013-06-19 04:47:41 +00:00
2013-08-17 14:42:40 +00:00
2013-09-05 12:21:11 +00:00
2013-08-30 11:21:52 +00:00
2013-04-25 20:42:21 +00:00
2013-03-05 13:06:40 +00:00
2013-05-05 06:20:49 +00:00
2013-09-07 14:04:10 +00:00
2013-06-02 11:44:23 +00:00
2013-09-03 15:22:04 +00:00