aboutsummaryrefslogtreecommitdiff
path: root/core/os/os2/pipe_posix.odin
Commit message (Expand)AuthorAgeFilesLines
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days1-73/+0
* Fix #4890Feoramund2025-02-271-2/+2
* Use static global memory for std handles instead of allocating.gingerBill2025-01-051-2/+2
* fix os2.process_exec on non-windows and add a smoke testLaytan Laats2024-10-031-3/+5
* [os2]: Implement pipe_has_data procedureflysand72024-09-241-0/+25
* Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-141-2/+2
* os2: CLOEXEC the fds from `pipe` for posix implementationLaytan Laats2024-08-231-0/+9
* os2: initial implementation for Darwin&BSDs, process API is only thing incomp...Laytan Laats2024-08-141-0/+37