aboutsummaryrefslogtreecommitdiff
path: root/core/os/os2
Commit message (Expand)AuthorAgeFilesLines
...
* Don't append to buffer if nothing was readflysand72024-10-051-2/+2
* Merge pull request #4272 from flysand7/os2-noquoteLaytan2024-10-041-17/+21
|\
| * Remove unused thingsflysand72024-10-051-21/+3
| * [os2/process]: Don't quote arguments unless neededflysand72024-09-191-17/+39
* | better error handlingLaytan2024-10-041-12/+17
* | reset errLaytan2024-10-041-0/+2
* | wait instead of killLaytan2024-10-041-2/+1
* | Revert "add some debug logs"Laytan2024-10-041-10/+0
* | add .ENOSYS == .Unsupported for posix tooLaytan2024-10-041-0/+2
* | fix bsds process_openLaytan2024-10-042-1/+1
* | add some debug logsLaytan2024-10-041-0/+10
* | make sure stdout and stderr always point to allocationLaytan2024-10-041-2/+2
* | add unsupported check in process testLaytan2024-10-041-0/+2
* | fix deadlock when in write_errno_to_parent_and_abort stateLaytan2024-10-042-2/+2
* | satisfy -vetLaytan Laats2024-10-041-1/+1
* | kill process if waiting didn't make it exit to avoid a zombieLaytan Laats2024-10-041-0/+1
* | general cleanupLaytan Laats2024-10-041-11/+11
* | use dynamic array instead of string builderLaytan Laats2024-10-041-10/+9
* | kill process if there was an error during reading to not leave a zombieLaytan Laats2024-10-041-40/+43
* | fix temp allocator guard bugLaytan Laats2024-10-031-1/+1
* | fix use-after-free - closing wrong pipeLaytan Laats2024-10-031-1/+1
* | fix os2.process_exec on non-windows and add a smoke testLaytan Laats2024-10-032-35/+49
* | adjust docsflysand72024-09-291-6/+3
* | [os2/process]: Implement process_execflysand72024-09-281-0/+90
* | [os2/process]: Unindent doc commentsflysand72024-09-281-124/+123
* | Fix indentation issuesflysand72024-09-261-4/+4
* | [os2]: Implement pipe_has_data procedureflysand72024-09-245-1/+103
* | Merge pull request #4203 from karl-zylinski/file-tags-without-commentsgingerBill2024-09-1938-51/+51
|\ \ | |/ |/|
| * Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-1438-51/+51
* | Fix #4265Laytan Laats2024-09-181-1/+6
|/
* Remove unused base:runtime from os2/heap_linux.odinpkova2024-09-081-2/+0
* Fix os2/heap_linux.odin deadlockpkova2024-09-081-36/+35
* fix(os2): mkdir_all on path_posixDan Castrillo2024-09-021-5/+5
* Fix possible leaks in `os2.user_*` callsgingerBill2024-08-311-6/+10
* Fix EOF detection is os2 window readLaytan Laats2024-08-281-0/+4
* Return `0, nil` in all `io` cases where an empty slice is providedFeoramund2024-08-282-1/+11
* Fix `pread` and `pwrite` on `os2` WindowsFeoramund2024-08-281-2/+2
* Report invalid whence & offset on `os2` WindowsFeoramund2024-08-282-0/+5
* Fix Windows infinite recursion with `os2._flush`Feoramund2024-08-281-2/+2
* Add documentation to `os2.close`Feoramund2024-08-281-0/+6
* Report `Invalid_Whence` in `os2` Linux seekFeoramund2024-08-281-2/+14
* Report `Invalid_Whence` in `os2` POSIX seekFeoramund2024-08-281-1/+14
* Copy missing errors in `os2._get_platform_error` from `posix` to `linux`Feoramund2024-08-281-0/+8
* Add missing `io.Stream_Mode` responsesFeoramund2024-08-282-2/+2
* os2: disable custom heap allocatorLaytan2024-08-281-0/+13
* Merge pull request #4148 from Feoramund/tls-cleanergingerBill2024-08-261-0/+5
|\
| * Use `thread_local_cleaner` API in `os2`Feoramund2024-08-261-0/+5
* | Merge pull request #4136 from flysand7/process-info-fixLaytan2024-08-262-102/+146
|\ \ | |/ |/|
| * [os2/process]: Fix typo on doc commentsflysand72024-08-271-3/+3
| * [os2/process]: Fix vet errorsflysand72024-08-261-1/+1