aboutsummaryrefslogtreecommitdiff
path: root/core/os/os2/pipe_linux.odin
Commit message (Collapse)AuthorAgeFilesLines
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days1-43/+0
|
* Use static global memory for std handles instead of allocating.gingerBill2025-01-051-2/+2
|
* [os2]: Implement pipe_has_data procedureflysand72024-09-241-0/+26
|
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-1/+1
| | | | file tag syntax.
* remove File_Impl_Kind from file_linuxjason2024-07-301-5/+0
|
* remove ctprintf; use fmt.caprintf; fix pipe_linux that I broke.jason2024-07-241-2/+2
|
* os2 process implementation for linuxjason2024-07-231-2/+7
|
* [os2]: Make anonymous pipes always inheritableflysand72024-07-181-1/+1
|
* convert all to use sys/linux over sys/unix; new implementations for pipe, ↵jason2024-06-271-1/+11
| | | | process and env
* merge from upstream and convert to ^File typesjason2022-05-161-2/+2
|
* compilesjasonkercher2022-03-041-0/+7