| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | executor: remove noshmem mode | Dmitry Vyukov | 2024-06-04 | 1 | -1/+1 |
| | | | | | | | | | | All OSes we have now support shmem. Support for Fuchia/Starnix/Windows wasn't implemented, but generally they support shared memory. Remove all of the complexity and code associated with noshmem mode. If/when we revive these OSes, it's easier to properly implement shmem mode for them. | ||||
| * | pkg/csource: annotate syscall() args with their pretty-printed values | Florent Revest | 2024-02-01 | 1 | -0/+4 |
| This factorizes const arguments into the shortest flags OR bitmask possible so they are easy to read. E.g: /*flags=MAP_FIXED|MAP_ANONYMOUS|MAP_PRIVATE*/ 0x32ul | |||||
