| | Authored by jhb on May 26 2015, 9:04 PM. | Unknown Object (File) | Mon, Nov 25, 12:56 AM2024-11-25 00:56:27 (UTC+0) |
| Unknown Object (File) | Fri, Nov 22, 3:12 AM2024-11-22 03:12:39 (UTC+0) |
| Unknown Object (File) | Wed, Nov 13, 11:48 PM2024-11-13 23:48:38 (UTC+0) |
| Unknown Object (File) | Tue, Nov 12, 8:38 PM2024-11-12 20:38:57 (UTC+0) |
| Unknown Object (File) | Fri, Nov 8, 2:53 PM2024-11-08 14:53:22 (UTC+0) |
| Unknown Object (File) | Wed, Nov 6, 9:08 PM2024-11-06 21:08:55 (UTC+0) |
| Unknown Object (File) | Wed, Nov 6, 8:33 AM2024-11-06 08:33:20 (UTC+0) |
| Unknown Object (File) | Tue, Oct 29, 11:32 PM2024-10-29 23:32:39 (UTC+0) |
Event Timelinejhb retitled this revision from to Add a file ops hook for mmap().. jhb added a subscriber: np. jhb marked an inline comment as done. jhb added inline comments. jhb marked an inline comment as done. jhb added inline comments. jhb added inline comments. kib added inline comments. jhb added inline comments. kib added inline comments. jhb marked 3 inline comments as done. jhb added inline comments. kib accepted this revision. kib edited edge metadata. kib added inline comments. This revision is now accepted and ready to land. jhb marked an inline comment as done. jhb added inline comments. This revision now requires review to proceed. alc added inline comments. jhb accepted this revision. This revision is now accepted and ready to land. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| | | | | | | 8 lines | | | | 4 lines | | | | 65 lines | | | | 2 lines | | 42 lines | | 96 lines | | | | 17 lines | | 2 lines | | | | 14 lines | | 331 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
f2da949921e4 | 7fc55c87ed3e | 5ef8bdbef8c6 | John Baldwin | Explicitly test error against 0. | Jun 1 2015, 4:56 PM | 5ef8bdbef8c6 | 37034adff6a9 | 95d342251bd2 | John Baldwin | Treat 'prot' passed to fo_mmap() and vm_mmap_*() as vm_prot_t (VM_PROT_*). | Jun 1 2015, 4:20 PM | 95d342251bd2 | 43249c44dddb | c28bad929ef0 | John Baldwin | Use VM_PROT_* with vm_mmap(). | Jun 1 2015, 4:19 PM | c28bad929ef0 | 50c1a25ac64b | c6a9f15e5188 | John Baldwin | Comment tweak. | Jun 1 2015, 3:58 PM | c6a9f15e5188 | 35cbb5a59c17 | 2d6dccb59b4c | John Baldwin | Move thread reference out of vm_mmap_cdev() into vm_mmap(). | Jun 1 2015, 3:53 PM | 2d6dccb59b4c | 713285491398 | 43dd9fde0e45 | John Baldwin | Cache mount for MNT_NOEXEC check and split out devfs_mmap_f(). | May 28 2015, 8:29 PM | 43dd9fde0e45 | 82af9de94a62 | c3ab832d6978 | John Baldwin | Compile. | May 28 2015, 7:29 PM | c3ab832d6978 | e8c4be038fe4 | dacb21cdee6f | John Baldwin | Fail internal mapping requests of size zero but allow it for old binaries. | May 28 2015, 7:26 PM | dacb21cdee6f | d2ba7bdd49ad | 8513496c0235 | John Baldwin | Move cleanup on error out of vm_mmap_object() and update comments. | May 28 2015, 7:13 PM | 8513496c0235 | e1d1a4ad99c5 | 62ba048f2b6d | John Baldwin | Use consistent "test a flag" style. | May 28 2015, 6:17 PM | 62ba048f2b6d | 432fc21ba28e | 37baa3f96a0d | John Baldwin | Remove the nested call to vm_mmap_cdev() by making vn_mmap() call it explicitly… (Show More…) | May 28 2015, 5:31 PM | 37baa3f96a0d | 1d77c0ce5153 | ca6207fcddbf | John Baldwin | Move the foff check back to the shared callback. | May 28 2015, 5:12 PM | ca6207fcddbf | 6998702d66d6 | 20737f01ceb6 | John Baldwin | Tidy and diff-reduce. | May 28 2015, 5:01 PM | 20737f01ceb6 | f62e51c39487 | 6e4824559fcb | John Baldwin | Expose vm_mmap_shared() as vm_mmap_object() and change fo_mmap methods to call… (Show More…) | May 28 2015, 4:46 PM | 6e4824559fcb | 807f2ff6de80 | 2c52296aaa76 | John Baldwin | First cut at fo_mmap(). | May 26 2015, 7:52 PM |
|