aboutsummaryrefslogtreecommitdiff
path: root/core/sys
Commit message (Expand)AuthorAgeFilesLines
* update MacOS releasesLaytan Laats2024-08-141-0/+2
* Merge pull request #3125 from marcs-feh/masterLaytan2024-08-132-1/+27
|\
| * Update core/sys/linux/sys.odinLaytan2024-08-131-1/+1
| * Merge branch 'odin-lang:master' into mastermarcs feh2024-02-114-1/+9
| |\
| * \ Merge branch 'odin-lang:master' into mastermarcs feh2024-02-0222-25/+25
| |\ \
| * | | resolve conflictmarcs-feh2024-01-261-1/+1
| * | | Adjust signture + Fix rebase conflictmarcs-feh2024-01-261-3/+4
| * | | sys/linux: Adjust ioctl signature to fit the actual Linux Kernel implementationmarcs-feh2024-01-242-2/+2
| * | | sys/linux: Add binding to ioctl syscall + fd constsmarcs-feh2024-01-222-1/+26
* | | | time: wasi implementationLaytan Laats2024-08-101-4/+4
* | | | Merge pull request #3810 from Feoramund/freebsd-core-netJeroen van Rijn2024-08-092-0/+2102
|\ \ \ \
| * | | | Add copyright info to `core:sys/freebsd`Feoramund2024-08-052-0/+16
| * | | | Clean up some FreeBSD `core:net` codeFeoramund2024-08-051-2/+2
| * | | | Clarify what `umtx` isFeoramund2024-08-042-2/+2
| * | | | Update code for new `-vet`Feoramund2024-06-301-1/+1
| * | | | Fix FreeBSD `recvfrom`Feoramund2024-06-301-1/+4
| * | | | Add `core:sys/freebsd`Feoramund2024-06-262-0/+2083
* | | | | Merge pull request #4038 from Hyrtwol/core-sys-windows-rawinput-codeJeroen van Rijn2024-08-083-4/+15
|\ \ \ \ \
| * | | | | trim whitespaceThomas la Cour2024-08-082-2/+2
| * | | | | rawinput codeThomas la Cour2024-08-081-2/+13
* | | | | | Fix typo.Jeroen van Rijn2024-08-082-7/+1
* | | | | | Allow symlink test to work irrespective of git settings.Jeroen van Rijn2024-08-082-0/+10
|/ / / / /
* | | | | darwin: add setAllowedFileTypes binding for open panelsLaytan Laats2024-08-061-0/+4
* | | | | Use `union #shared_nil` for `os.Error`gingerBill2024-08-041-0/+1
* | | | | Begin converting `os.Errno` to be a `nil`-able type as a transition periodgingerBill2024-08-041-1/+1
* | | | | removed obsolete fiels on WIN32_FIND_DATAW to match the size from the winsdk ...Thomas la Cour2024-07-261-3/+0
* | | | | missign cursorinfoThomas la Cour2024-07-261-0/+15
* | | | | formatThomas la Cour2024-07-252-21/+21
* | | | | Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-258-70/+358
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-07-241-0/+1
| |\ \ \ \ \
| | * | | | | Add CLSCTX_ALLJeroen van Rijn2024-07-241-0/+1
| * | | | | | Add more NtDll stuffgingerBill2024-07-242-0/+39
| |/ / / / /
| * | | | | Improve win32 typesgingerBill2024-07-241-10/+22
| * | | | | Add some more Ntdll callsgingerBill2024-07-242-18/+124
| * | | | | Remove space in indentationDamian Tarnawski2024-07-231-1/+1
| * | | | | Merge pull request #3966 from KyleNBurke/sys-windows-add-typeJeroen van Rijn2024-07-231-0/+6
| |\ \ \ \ \
| | * | | | | Remove semicolonKyle Burke2024-07-231-1/+1
| | * | | | | Add `NCCALCSIZE_PARAMS` to `sys/windows`Kyle Burke2024-07-231-0/+6
| | * | | | | [sys/windows]: Fix the value for TH32CS_SNAPPROCESS constantflysand72024-06-301-1/+1
| * | | | | | Merge pull request #3476 from PucklaJ/syscall-fixLaytan2024-07-223-8/+17
| |\ \ \ \ \ \
| | * | | | | | [sys/linux]: Change execveat flags type to Execveat_FlagsPucklaJ2024-07-221-1/+1
| | * | | | | | Merge branch 'master' into syscall-fixgingerBill2024-07-1948-1005/+3142
| | |\ \ \ \ \ \
| | * | | | | | | [sys/linux] Directly call syscall in execve on arm64PucklaJ2024-04-281-1/+2
| | * | | | | | | [sys/linux]: Remove clone syscall and call it directly in fork on arm64PucklaJ2024-04-281-20/+2
| | * | | | | | | [sys/linux] Change flags parameter of execveat to bit_setPucklaJ2024-04-284-5/+16
| | * | | | | | | [sys/linux]: Fix return statementPucklaJ2024-04-271-1/+1
| | * | | | | | | [sys/linux]: Add clone syscall and use it in fork for arm64PucklaJ2024-04-241-5/+19
| | * | | | | | | [sys/linux]: Add flags parameter to execveat and fix execve on arm64PucklaJ2024-04-242-4/+5
| * | | | | | | | Minor clean upsgingerBill2024-07-192-29/+32
| | |/ / / / / / | |/| | | | | |
| * | | | | | | [os2]: Split file type from mode bitsflysand72024-07-182-4/+4