aboutsummaryrefslogtreecommitdiff
path: root/core/sys
Commit message (Collapse)AuthorAgeFilesLines
* Remove `core:os` dependency for `base:runtime`gingerBill2024-01-283-3/+3
|
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-2818-21/+21
|
* sys/windows: Make INVALID_FILE_ATTRIBUTES a u32 constantflysand72024-01-251-1/+1
|
* Merge pull request #3109 from flysand7/sys-linux-tiny-fixgingerBill2024-01-182-2/+0
|\ | | | | [sys/linux]: Remove +build comments in files with documentation
| * [sys/linux]: Remove +build comments in files with documentationflysand72024-01-182-2/+0
| |
* | stdcall -> systemgingerBill2024-01-172-2/+2
| |
* | Change `stdcall` -> `system`gingerBill2024-01-1723-212/+212
| |
* | Fix imports to be case sensitive correctgingerBill2024-01-172-6/+6
| |
* | Remove `//+build windows` taggingerBill2024-01-171-1/+0
|/
* fix shift directionJon Lipstate2024-01-121-4/+4
|
* Reindent and align and f ix Ventura kernel+version swap.Jeroen van Rijn2024-01-101-352/+352
|
* Fixed indentationPlatin212024-01-101-27/+27
|
* Added macOS versions for a lot of revisionsPlatin212024-01-101-0/+50
|
* Enforce naming the parameters with `builtin.quaternion` to reduce confusiongingerBill2024-01-051-0/+5
|
* Merge pull request #2917 from flysand7/sys-linux-additionsgingerBill2024-01-024-618/+2688
|\ | | | | [sys/linux]: Fixes and additions
| * type errorflysand72023-12-061-1/+1
| |
| * Merge branch 'master' into sys-linux-additionsflysand72023-12-0611-11/+483
| |\
| * | [sys/linux]: Fix epoll_wait on arm64flysand72023-12-061-1/+5
| | |
| * | [sys/linux]: Add epoll syscallsflysand72023-11-243-10/+109
| | |
| * | [sys/linux]: Fix time(2) syscall not taking a pointer on ARM64flysand72023-11-101-1/+1
| | |
| * | [sys/linux]: Fix creat(2) syscall not returning file descriptorflysand72023-11-101-2/+2
| | |
| * | Fix missing return statementflysand72023-11-101-0/+1
| | |
| * | time on arm64flysand72023-11-101-3/+9
| | |
| * | [sys/linux]: Fix missing return; Remove TODO for select()flysand72023-11-101-2/+1
| | |
| * | [sys/linux]: Fix arch-specific issuesflysand72023-11-102-7/+28
| | |
| * | [sys/linux]: utimensat takes array of twoflysand72023-11-081-3/+5
| | |
| * | [sys/linux]: Fix syscalls: lseek, preadv, pwritev; Make read*/write* ↵flysand72023-11-081-12/+13
| | | | | | | | | | | | syscalls take byte slice instead of generic slice
| * | [sys/linux]: Fix compilation errors and -strict-style errorsflysand72023-11-043-56/+66
| | |
| * | [sys/linux]: Documentation improvementsflysand72023-11-044-523/+1064
| | |
| * | [sys/linux]: Add more syscallsflysand72023-11-043-56/+356
| | |
| * | WIPflysand72023-11-034-61/+1149
| | |
* | | [core:sys/windows] add System Error Codes enumIgor Dreher2023-12-291-0/+5482
| | | | | | | | | | | | | | | Copied error values from https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499- and subsequent pages to an enum
* | | Format hidpi.odinLucas Perlind2023-12-141-8/+8
| | |
* | | Add Hidpi to WindowsLucas Perlind2023-12-122-0/+136
| |/ |/|
* | Merge pull request #2942 from flga/masterJeroen van Rijn2023-11-242-1/+3
|\ \ | | | | | | core:sys/linux: make Perf_Read_Format a bitset
| * | 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 procedures
| * | | 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
|\ \ \ | | | | | | | | More `core:sys/windows` bindings (primarily MiniDump and SHGetKnownFolderPath)
| * | | 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 ↵Laytan2023-11-091-1/+2
| | | | | | | | | | | | length itself
* | | sys/linux: munmap was not using the correct syscallflga2023-11-071-1/+1
| |/ |/|
* | sys/linux: Fix EFAULT on recvfromflysand72023-11-011-1/+2
| |