aboutsummaryrefslogtreecommitdiff
path: root/core/sys
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2942 from flga/masterJeroen van Rijn2023-11-242-1/+3
|\
| * core:sys/linux: rename Perf_Read_Format_Flagsflga2023-11-101-2/+3
| * core:sys/linux: make Perf_Read_Format a bitsetflga2023-11-102-2/+3
* | Merge pull request #2952 from Pingar5/masterJeroen van Rijn2023-11-244-1/+32
|\ \
| * | Add various missing windows proceduresBrennen Shaughnessy2023-11-224-1/+32
| |/
* | Merge pull request #2899 from jakubtomsu/more-sys-windowsJeroen van Rijn2023-11-235-4/+442
|\ \
| * | Fix tabsjakubtomsu2023-11-031-2/+2
| * | Fix indentation and stylejakubtomsu2023-10-313-308/+308
| * | Add WaitFor* Ex variantsjakubtomsu2023-10-281-0/+8
| * | SHGetKnownFolderPath etc.jakubtomsu2023-10-272-4/+182
| * | Dbghelpjakubtomsu2023-10-272-0/+252
* | | Add DwmGetWindowAttribute to core/sys/windowsreavencode2023-11-211-0/+1
* | | added ToUnicode to win32skytrias2023-11-211-0/+1
| |/ |/|
* | fix linux.accept, addrlen should be a pointer to the length instead of the le...Laytan2023-11-091-1/+2
* | sys/linux: munmap was not using the correct syscallflga2023-11-071-1/+1
* | sys/linux: Fix EFAULT on recvfromflysand72023-11-011-1/+2
* | convert spaces to tabsflysand72023-10-276-2168/+2168
* | Implement new sys/unix packageflysand72023-10-2711-75/+6119
|/
* [core:sys/windows] Added SuspendThreadhikari2023-09-081-0/+1
* [core:sys/windows] Added couple of procedureshikari2023-09-071-0/+14
* Fix the OVERLAPPED_ENTRY type definitionLaytan Laats2023-08-291-2/+2
* Require parentheses for `#align(N)`gingerBill2023-08-154-30/+30
* Adhere to `-vet-style`gingerBill2023-08-082-4/+4
* Merge branch 'odin-lang:master' into masterftphikari2023-07-253-0/+49
|\
| * Fix attributeryuukk2023-07-111-2/+2
| * Deprecate htons, htonl, ntohl, ntohsryuukk2023-07-111-0/+2
| * Merge pull request #2642 from ryuukk/patch-4Jeroen van Rijn2023-07-101-0/+8
| |\
| | * Fix doc linksryuukk2023-07-101-4/+4
| | * Add definitions for network byte order conversion procsryuukk2023-07-101-0/+8
| * | Add CopyFileWryuukk2023-07-101-0/+5
| |/
| * fix(poll): make interface more odinaryRickard Andersson2023-06-151-1/+1
| * fix: remove redefinition of `timespec`Rickard Andersson2023-06-151-5/+0
| * cleanup(os_linux/poll): use tabs everywhereRickard Andersson2023-06-141-12/+11
| * fix(os_linux): make `when` for `arm64` check correct orderRickard Andersson2023-06-141-5/+1
| * fix(os_linux): call `ppoll` instead on `arm64`Rickard Andersson2023-06-141-1/+16
| * feat(unix): add `poll`Rickard Andersson2023-06-141-0/+29
* | [core:sys/windows] Added a couple of procedureshikari2023-07-171-0/+3
* | [core:sys/windows] Added missing `MONITORINFOEXW` typeftphikari2023-07-141-0/+6
|/
* Change to `"contextless" from `"c"`gingerBill2023-05-291-22/+22
* Remove rcDevice field from WINDOWPLACEMENT. Add WaitMessage and SetWindowPlac...Ryhor Spivak2023-05-241-1/+3
* Fix #2518gingerBill2023-05-181-1/+2
* core/sys/info: Fix the CPUID checkYawning Angel2023-05-161-1/+1
* core/sys/info: Workaround extremely rare XGETBV issuesYawning Angel2023-05-161-1/+8
* Add IsWindow to user32.odinMatias Fernandez2023-04-221-0/+1
* fix SendInput function in user32RestartFU2023-04-081-1/+1
* correct errorsJon Lipstate2023-04-051-1/+1
* Merge pull request #2423 from jon-lipstate/wsapollJeroen van Rijn2023-04-053-3/+128
|\
| * repaired autoformatterJon Lipstate2023-04-041-246/+663
| * retain runtime load sampleJon Lipstate2023-04-041-1/+10
| * remove runtime signatures to prevent ffi collisionsJon Lipstate2023-04-041-34/+1