| | Authored by brooks on Jan 17 2019, 9:55 PM. | Unknown Object (File) | Sat, Jan 18, 12:57 AM2025-01-18 00:57:31 (UTC+0) |
| Unknown Object (File) | Fri, Jan 17, 9:17 PM2025-01-17 21:17:31 (UTC+0) |
| Unknown Object (File) | Fri, Jan 17, 7:55 PM2025-01-17 19:55:01 (UTC+0) |
| Unknown Object (File) | Fri, Jan 17, 4:30 PM2025-01-17 16:30:30 (UTC+0) |
| Unknown Object (File) | Mon, Dec 23, 6:56 AM2024-12-23 06:56:29 (UTC+0) |
| Unknown Object (File) | Dec 4 2024, 11:49 PM2024-12-04 23:49:30 (UTC+0) |
| Unknown Object (File) | Dec 2 2024, 4:25 PM2024-12-02 16:25:08 (UTC+0) |
"Like" token, awarded by op. Event Timelinergrimes resigned from this revision. kib added inline comments. brooks marked 2 inline comments as done. kib accepted this revision. This revision is now accepted and ready to land. This revision now requires review to proceed. brooks retitled this revision from Extend mmap(2) API to specify the max page protections. to Extend mmap/mprotect API to specify the max page protections.. brooks marked 2 inline comments as done. markj added inline comments. markj added inline comments. brooks marked 3 inline comments as done. markj added inline comments. markj added inline comments. brooks marked an inline comment as done. markj accepted this revision. This revision is now accepted and ready to land. emaste accepted this revision. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| | | 18 lines | | 22 lines | | | | | | 8 lines | | | | 46 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
e30b670ef8b0 | 9aba3c8d6554 | 8fc11b383290 | Brooks Davis | Add a KASSERT that cap_maxprot is contained in max_prot. | Jun 17 2019, 9:21 PM | 8fc11b383290 | fb4429568ec1 | e0bb306c9872 | Brooks Davis | Avoid the need for a goto in mmprotect(). | Jun 17 2019, 9:12 PM | e0bb306c9872 | 91692f0ab8f9 | dda5035cae85 | Brooks Davis | Verify that prot isn't larger than max_prot. | Jun 17 2019, 9:12 PM | dda5035cae85 | 9a9516a705fd | 70076c530f9e | Brooks Davis | No period at the end of sysctl description. | Jun 17 2019, 9:11 PM | 70076c530f9e | b2c49565ee30 | ab8bc45558c0 | Brooks Davis | Document new error case in mprotect(2). | Jun 17 2019, 9:11 PM | ab8bc45558c0 | daaa97786f7f | e0b3b0c81e9c | Brooks Davis | Add a check that no invalid prot flags have been passed. (Show More…) | Jun 17 2019, 3:52 PM | e0b3b0c81e9c | 805af4211492 | 043162654421 | Brooks Davis | Fix cut-n-pasto | Jun 17 2019, 3:48 PM | 043162654421 | ad09a3c750ca | f1e8477d15e7 | Brooks Davis | Don't imply max_prot when prot is PROT_NONE. | Jun 14 2019, 6:25 PM | f1e8477d15e7 | 8b8d5fd04bf0 | 68cf6f95723e | Brooks Davis | Fix a typo resulting in unbootable systems. | Jun 14 2019, 6:17 PM | 68cf6f95723e | f90d33d216e8 | 713dc8a329a7 | Brooks Davis | Add some minimal docs for PROT_MAX. | Jun 12 2019, 11:31 PM | 713dc8a329a7 | 3565fdc16cac | 20f2b122bbfc | Brooks Davis | style(9): spaces around '|'s. | Jun 12 2019, 9:32 PM | 20f2b122bbfc | 7e1972b99244 | ee3f9eb303ab | Brooks Davis | Simplify setting initial max_prot. | Jun 12 2019, 9:17 PM | ee3f9eb303ab | 86215a628cd4 | b5c00a7699a7 | Brooks Davis | Allow mprotect() to set maximum protections. | Jun 7 2019, 10:00 PM | b5c00a7699a7 | 2345b07ce5df | 7d88778674aa | Brooks Davis | Make implying PROT_MAX values conditional on a sysctl. (Show More…) | Jun 7 2019, 9:58 PM | 7d88778674aa | 24c437a01b6a | 829dbbbe4265 | Brooks Davis | Move the EXTRACT macros into the PROT_ namespace. | Jun 7 2019, 9:57 PM | 829dbbbe4265 | 34ea5ec4111f | 6accacc81baa | Brooks Davis | NFC: alter linewrap to reduce diff | Feb 6 2019, 8:48 PM | 6accacc81baa | 7e908a49cbde | 6554a3878311 | Brooks Davis | Fix build and remove _PROT_ALL from namespace. | Jan 22 2019, 5:28 PM | 6554a3878311 | 6f735a53f55e | 376424e1829a | Brooks Davis | Guard new macros with __BSD_VISIBLE | Jan 18 2019, 7:41 PM | 376424e1829a | 605543a6e8e6 | 8e03e8e40517 | Brooks Davis | Remove CheriBSD specific userspace diffs. | Jan 18 2019, 7:39 PM | 8e03e8e40517 | 61b71297fb91 | 8e4b03df46ab | Brooks Davis | Extend mmap(2) API to specify the max page protections. (Show More…) | Jan 17 2019, 9:50 PM |
|