aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* reset n before stderr path tooLaytan Laats2024-10-051-0/+1
* 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 idtype definitionLaytan Laats2024-10-031-3/+19
* | 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
* | Add slice.to_typeJeroen van Rijn2024-10-011-0/+11
* | Merge pull request #4290 from flysand7/pipe-has-datadev-2024-10gingerBill2024-10-017-125/+321
|\ \
| * | adjust docsflysand72024-09-291-6/+3
| * | [os2/process]: Implement process_execflysand72024-09-281-0/+90
| * | [os2/process]: Unindent doc commentsflysand72024-09-281-124/+123
| * | Revert "Add missing registers in User_Regs on AMD64"flysand72024-09-261-6/+0
| * | Add missing registers in User_Regs on AMD64flysand72024-09-261-0/+6
| * | Fix indentation issuesflysand72024-09-262-11/+11
| * | [os2]: Implement pipe_has_data procedureflysand72024-09-246-1/+111
* | | sys/posix: use '#max_field_align'Laytan Laats2024-09-303-44/+30
* | | Merge pull request #4323 from laytan/bit-array-initgingerBill2024-09-301-6/+35
|\ \ \
| * | | container/bit_array: add 'init' procedureLaytan Laats2024-09-291-6/+35
* | | | core/crypto/_sha3: Fix edge case in cSHAKE bytepadYawning Angel2024-09-301-6/+8
* | | | `#min_field_align` & `#max_field_align`; deprecate `#field_align` in favour o...gingerBill2024-09-303-27/+42
* | | | Merge pull request #4304 from kawaii-Code/linear_search_reverseLaytan2024-09-291-24/+125
|\ \ \ \
| * | | | Fix markup in `linear_search` and `binary_search` docsNia2024-09-291-45/+77
| * | | | Remove pointless `#no_bounds_check`Nia2024-09-291-4/+4
| * | | | Add linear_search_reverse and linear_search_reverse_procNia2024-09-251-0/+69
* | | | | Pass delta time instead of current time to odin.js `step`gingerBill2024-09-291-2/+2
| |/ / / |/| | |
* | | | Add missing registers in User_Regs on AMD64flysand72024-09-261-0/+6
* | | | Merge pull request #4279 from obiwan87/mastergingerBill2024-09-254-8/+8
|\ \ \ \
| * | | | Merge branch 'odin-lang:master' into masterAntonino Simone Di Stefano2024-09-2217-5/+3054
| |\| | |
| * | | | Return Allocator_Error in map_entry_infosAntonino Simone Di Stefano2024-09-221-1/+1
| * | | | Replace "." with "," in parameter listAntonino Simone Di Stefano2024-09-221-2/+2
| * | | | Remove address operator, which lead to a type errorAntonino Simone Di Stefano2024-09-221-2/+2
| * | | | Add missing package qualifier to ContextAntonino Simone Di Stefano2024-09-221-1/+1