aboutsummaryrefslogtreecommitdiff
path: root/core/mem/virtual/virtual_linux.odin
Commit message (Collapse)AuthorAgeFilesLines
* mem.virtual -> os2Jeroen van Rijn7 days1-1/+4
|
* Require `@(init)` and `@(fini)` to be `proc "contextless" ()`gingerBill2025-08-081-2/+2
|
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-2/+2
| | | | file tag syntax.
* Even more style fixesgingerBill2024-06-291-3/+3
|
* Fix typogingerBill2024-01-171-1/+1
|
* Rename to `Map_File_*`gingerBill2024-01-171-1/+1
|
* Add `virtual.map_file`gingerBill2024-01-171-0/+18
|
* fixxb-bx2024-01-081-1/+1
|
* Implement new sys/unix packageflysand72023-10-271-74/+23
|
* Fix #1973.Jeroen van Rijn2022-08-251-1/+1
|
* fix mmap call in virtual_linux.odinjason2022-05-251-5/+4
|
* Use `contextless` where possibledev-2022-03gingerBill2022-03-011-5/+5
|
* core/sys/unix: Add syscalls_linux.odinYawning Angel2021-11-171-42/+34
| | | | | | | Linux is in the unfortunate situation where the system call number is architecture specific. This consolidates the system call number definitions in a single location, adds some wrappers, and hopefully fixes the existing non-portable invocations of the syscall intrinsic.
* Add error value to `commit`gingerBill2021-10-051-3/+8
|
* Correct `mmap` usagegingerBill2021-10-051-5/+4
|
* Add `Protect_Flags` for `virtual.protect`gingerBill2021-10-041-2/+7
|
* Add virtual_linux.odingingerBill2021-10-041-0/+101