aboutsummaryrefslogtreecommitdiff
path: root/core/sys
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | WebGL binding additions
| * 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
| |
* | Add user32 scroll bar related bindings, and FrameRectbplu4t2f2025-12-271-0/+59
|/
* sys/wasm/js: fix vet errorLaytan Laats2025-12-221-1/+1
|
* js: improve warning about conflicting memory strategiesLaytan Laats2025-12-211-1/+1
|
* Fix nfds_t alias for LinuxHarold Brenes2025-12-201-1/+1
|
* Merge pull request #6015 from salfel/linux-syscallsLaytan2025-12-201-3/+24
|\ | | | | core:sys/linux Add timerfd syscall wrappers
| * add timerfd_* syscall wrappersFelix Salcher2025-12-131-3/+24
| |
* | Merge pull request #6035 from janga-perlind/darwin-bindingsJeroen van Rijn2025-12-197-13/+95
|\ \ | |/ |/| More bindings for darwin
| * More bindings for darwinLucas Perlind2025-12-197-13/+95
| |
* | Merge pull request #5741 from FourteenBrush/patch-4Jeroen van Rijn2025-12-101-1/+1
|\ \ | | | | | | Make `linux.IO_Vec.base` a multipointer
| * | Make `linux.IO_Vec.base` a multipointerFourteenBrush2025-10-021-1/+1
| | |
* | | Freebsd: Fixed 'write' syscall to cause 'ESPIPE' on the pipe fd. (#5575)WisonYe2025-12-091-1/+1
| |/ |/|
* | Added more NSApplication and NSWindow bindingsTohei Ichikawa2025-12-052-0/+58
| |
* | fix thread_act_t sizeColin Davidson2025-12-011-1/+1
| |
* | Add SIO_UDP_CONNRESET winsock constantBen Ryan2025-11-261-4/+6
| |
* | Implement more Linux syscalls (#5705)bc-universe2025-11-244-31/+372
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement some more Linux syscalls * Fixed typo and removed stray comments * Correct types for some syscalls * Fix types and add variadic argument for prctl * flag fixes * when x86/amd64 only * more fixes --------- Co-authored-by: Laytan Laats <laytanlaats@hotmail.com>
* | Add NSWindow coordinate space conversion bindingsTohei Ichikawa2025-11-181-0/+32
| |
* | Merge pull request #5936 from benjryan/wsa_defsgingerBill2025-11-161-0/+24
|\ \ | | | | | | Add WSASendTo and WSARecvFrom
| * | Add WSASendTo and WSARecvFromBen Ryan2025-11-161-0/+24
| | |
* | | LockFileEx/UnlockFileEx and related flagsWrath2025-11-131-0/+19
| | |
* | | Fix typo in NS.String_initWithCStringTohei Ichikawa2025-11-121-1/+1
| | |
* | | Merge pull request #5903 from BNTB/mastergingerBill2025-11-112-0/+10
|\ \ \ | | | | | | | | Add FreeLibraryAndExitThread in kernel32. Add EnumProcessModules in psapi (new file).
| * | | Added FreeLibraryAndExitThread in kernel32. Added EnumProcessModules in ↵acyclicgraph2025-11-082-0/+10
| | | | | | | | | | | | | | | | psapi (new file).
* | | | sys/linux: add io uring APILaytan2025-11-104-6/+516
| |/ / |/| |
* | | whoopsLaytan Laats2025-11-081-2/+2
| | |
* | | fix semid_ds definition on arm64 linuxLaytan Laats2025-11-081-10/+24
| | |
* | | fix pthread_attr_t size on arm64Laytan Laats2025-11-081-1/+9
|/ /
* | Add missing SetLayeredWindowAttributes constantsgerigk2025-11-041-0/+3
| |
* | Merge pull request #5859 from odin-lang/bill/change-licensedev-2025-11gingerBill2025-11-043-3/+3
|\ \ | | | | | | Change Odin's LICENSE to zlib from BSD 3-clause
| * | Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-283-3/+3
| | | | | | | | | | | | This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form.