aboutsummaryrefslogtreecommitdiff
path: root/core/sys
Commit message (Expand)AuthorAgeFilesLines
* Unwrap cpu affinity syscalls.Jeroen van Rijn6 days1-4/+4
* Merge pull request #6218 from Kelimion/fix-6204Jeroen van Rijn13 days6-86/+107
|\
| * Remove duplicate bufferJeroen van Rijn13 days4-12/+0
| * Fix #6204Jeroen van Rijn13 days2-74/+107
* | Merge pull request #6214 from Josh8011/mastergingerBill13 days1-0/+1
|\ \
| * | user32.odin add UnhookWinEventJoshua Zimbicki13 days1-0/+1
| |/
* | Use `contextless`gingerBill13 days1-2/+4
* | Merge pull request #5816 from jakubtomsu/win32-rawinput-and-barriersgingerBill13 days3-0/+33
|\ \ | |/ |/|
| * forgot to use tabs, as alwaysjakubtomsu2025-10-162-10/+10
| * barriers, rawinput macrosjakubtomsu2025-10-163-0/+33
* | Merge pull request #6093 from bplu4t2f/mastergingerBill2026-01-303-2/+78
|\ \
| * | Add more win32 bindingsbplu4t2f2026-01-243-2/+78
* | | add windows.ReadDirectoryChangesExWLeo Zurbriggen2026-01-272-0/+18
* | | Fix #6173gingerBill2026-01-271-8/+8
|/ /
* | Create new `core:sys/darwin/CoreGraphics` package (#6147)Tohei Ichikawa2026-01-235-12/+115
* | nbio(windows): use one IOCP for all event loopslaytan2026-01-172-0/+6
* | Merge pull request #6124 from laytan/nbiogingerBill2026-01-1614-62/+1438
|\ \
| * | uring: move package from nbio/uring to sys/linux/uringLaytan Laats2026-01-143-0/+1229
| * | Merge branch 'master' into nbioLaytan2026-01-137-127/+355
| |\ \
| * | | nbio: add packageLaytan Laats2026-01-117-33/+130
| * | | posix: fix openat mode not being c_varargLaytan Laats2026-01-111-1/+1
| * | | linux: implement eventfd syscallLaytan Laats2026-01-113-1/+12
| * | | kqueue: fix bsds, add user filter, add struct testsLaytan Laats2026-01-111-27/+66
* | | | Remove old dead directory `core:sys/win32`gingerBill2026-01-141-3/+0
| |/ / |/| |
* | | Add NSWindow layout information method bindings to darwin/Foundation (#6040)Jacob Evelyn2026-01-131-0/+20
* | | Fix darwin/Foundation/NSScreen type property bindings (#6038)Jacob Evelyn2026-01-131-3/+7
* | | Implement more Linux syscalls. (#6083)Znarf2026-01-134-14/+186
* | | remove unneeded manual definitionsPaul Page2026-01-121-14/+0
* | | Update Orca bindingsPaul Page2026-01-121-96/+142
|/ /
* | Move `WSAEVENT` to types.odindev-2026-01gingerBill2026-01-052-1/+2
* | Implement `LPWSAOVERLAPPED_COMPLETION_ROUTINE` correctlygingerBill2026-01-051-2/+15
* | Minor fixes to formatting and typesgingerBill2026-01-022-7/+7
* | More formatting improvementsgingerBill2026-01-0210-170/+198
* | Improve the formatting of user32.odingingerBill2026-01-021-319/+326
* | Improve formatting; fix types; add struct field tagsgingerBill2026-01-027-1310/+1319
* | Improve formatting and `#raw_union` logic in `core:sys/windows`gingerBill2026-01-028-1083/+1080
* | Add `raw_union_tag` support to `MINIDUMP_CALLBACK_INPUT`gingerBill2026-01-021-13/+44
* | Minor formatting improvementsgingerBill2026-01-022-83/+83
* | Change usage of `i32` to `c_int` where appropriategingerBill2026-01-028-64/+72
* | Fix typogingerBill2026-01-021-1/+1
* | Fix some return types in core:sys/windowsgingerBill2026-01-022-5/+5
* | Replace uses of `c.int` with `c_int` for consistencygingerBill2026-01-023-14/+11
* | Fix `GetSystemMetricsForDpi` signaturegingerBill2026-01-021-3/+2
* | Merge pull request #6069 from karl-zylinski/webgl-binding-fixesgingerBill2025-12-302-6/+77
|\ \
| * | Added 'set_document_title' to be able to rename the tabKarl Zylinski2025-12-292-0/+7
| * | Fix bugs in odin.js:GetActiveUniformBlockNameKarl Zylinski2025-12-291-7/+11
| * | Added CheckFramebufferStatus to WebGL bindingsKarl Zylinski2025-12-291-0/+3
| * | More webgl bindings and fixesKarl Zylinski2025-12-271-7/+22
| * | More allocator-aware webgl bindings and added more missing bindings.Karl Zylinski2025-12-261-0/+21
| * | WebGL: Add GetActiveAttrib bindingKarl Zylinski2025-12-261-0/+21