aboutsummaryrefslogtreecommitdiff
path: root/core/sys
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Add comma to last enums to fix build checkGlenn2025-11-031-2/+2
| |
* | Add Window_centerGlenn2025-11-031-0/+4
| |
* | Add View allocGlenn2025-11-031-0/+4
| |
* | Add additional window bindingsGlenn2025-11-031-0/+32
| |
* | Add orderFront and orderOutGlenn2025-11-031-0/+8
| |
* | Add getter for the WindowDelegate from the WindowGlenn2025-11-031-0/+4
| |
* | Add WindowCollectionBehaviour, WindowLevel, WindowTabbingModeGlenn2025-11-031-0/+54
| |
* | Add RunningApplication_finishedLaunchingGlenn2025-11-031-0/+5
| |
* | Add Application_postEventGlenn2025-11-031-0/+6
| | | | | | | | https://developer.apple.com/documentation/appkit/nsapplication/postevent(_:atstart:)?language=objc
* | Add Event_otherEventWithTypeGlenn2025-11-031-0/+29
| | | | | | | | https://developer.apple.com/documentation/appkit/nsevent/otherevent(with:location:modifierflags:timestamp:windownumber:context:subtype:data1:data2:)
* | Add Application_stopGlenn2025-11-031-0/+5
|/ | | | https://developer.apple.com/documentation/appkit/nsapplication/stop(_:)?language=objc
* Fix #5843Courtney Strachan2025-10-231-3/+9
|
* conditional packed for EPoll_Event to match kernelChris Hayen2025-10-211-3/+19
|
* core:sys/info: iterate over registry nodes to enumerate GPUsJeroen van Rijn2025-10-102-8/+52
|
* Render examples.Jeroen van Rijn2025-10-105-27/+32
|
* Further overhaul of package line comments.Jeroen van Rijn2025-10-093-13/+12
|
* Fix #5225 wasm odin.js undefined this.memxenobas2025-10-051-2/+2
|
* Fix various foreign signaturesHarold Brenes2025-09-294-6/+12
|
* [core:sys/info] doc: Remove duplicated lineYuriy Grynevych2025-09-251-1/+0
|
* Merge pull request #5677 from slowhei/mastergingerBill2025-09-121-2/+14
|\ | | | | Fix Drawin addObserver methods and add support for new Objc_Block
| * Fix addObserver methods and add support for new Objc_BlockTohei Ichikawa2025-09-111-2/+14
| |
* | Merge branch 'odin-lang:master' into patch-2FourteenBrush2025-09-091-0/+1
|\ \
| * | Add build tags to `posix/spawn.odin`FourteenBrush2025-09-071-0/+1
| | |
* | | Add `RtlNtStatusToDosError` `ERROR_MR_MID_NOT_FOUND` errorFourteenBrush2025-09-091-0/+1
| | |
* | | Add `RtlNtStatusToDosError`FourteenBrush2025-09-091-0/+1
| | | | | | | | | Maps kernel NTSTATUS to win32 system error
* | | Add `ERROR_NOT_FOUND`FourteenBrush2025-09-051-0/+1
| | | | | | | | | | | | | | | Returned by `CancelIoEx` when cancelled number or io completions was 0. Was for some reason defined in `core:os`, but not in win32 pkg. Ref: https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--1000-1299-
* | | Add `CancelIoEx` to kernel32.odinFourteenBrush2025-09-041-0/+1
|/ /
* | Add `LPFN_GETACCEPTEXSOCKADDRS` to ws2_32.odinFourteenBrush2025-08-311-1/+12
| |
* | Fix broken wglUseFontBitmaps bindingpuugz2025-08-301-1/+2
| |
* | fix typo in CLSIDFromProgIDEx signatureJon Lipstate2025-08-291-1/+1
|/
* Fixed and added obj-c methods for NSWindowStanislav Ch. Nikolov2025-08-281-2/+11
|
* Add `add/remove_document_event_listener()` to `core:sys/wasm/js`Bailey Gibbons2025-08-223-0/+64
|
* Merge pull request #5516 from ↵gingerBill2025-08-152-0/+58
|\ | | | | | | | | cardboardguru76/darwin-foundation-support-for-handmade-hero-port Additional obj-c methods for darwin Foundation