| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add support for linux_riscv64 and freestanding_riscv64 | Laytan | 2024-08-20 | 1 | -24/+356 |
| * | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 1 | -1/+1 |
| * | fix(poll): make interface more odinary | Rickard Andersson | 2023-06-15 | 1 | -1/+1 |
| * | fix: remove redefinition of `timespec` | Rickard Andersson | 2023-06-15 | 1 | -5/+0 |
| * | cleanup(os_linux/poll): use tabs everywhere | Rickard Andersson | 2023-06-14 | 1 | -12/+11 |
| * | fix(os_linux): make `when` for `arm64` check correct order | Rickard Andersson | 2023-06-14 | 1 | -5/+1 |
| * | fix(os_linux): call `ppoll` instead on `arm64` | Rickard Andersson | 2023-06-14 | 1 | -1/+16 |
| * | feat(unix): add `poll` | Rickard Andersson | 2023-06-14 | 1 | -0/+29 |
| * | Add `set_blocking` for network sockets | Sokus | 2023-03-08 | 1 | -0/+4 |
| * | more cleanup ripple | Colin Davidson | 2023-03-01 | 1 | -9/+9 |
| * | more manual type carryover | Colin Davidson | 2023-03-01 | 1 | -4/+5 |
| * | manually start merging core_net | Colin Davidson | 2023-03-01 | 1 | -0/+36 |
| * | cleanup of os/linux | Colin Davidson | 2023-02-28 | 1 | -11/+28 |
| * | derp. raw-syscalls | Colin Davidson | 2023-02-19 | 1 | -1/+0 |
| * | begin adding tsc frequency getters | Colin Davidson | 2023-02-19 | 1 | -0/+154 |
| * | Correct syscalls for `linux_i386` | gingerBill | 2022-08-24 | 1 | -1/+1 |
| * | Fix #1972 | gingerBill | 2022-08-24 | 1 | -2/+2 |
| * | merge from upstream and convert to ^File types | jason | 2022-05-16 | 1 | -2/+2 |
| |\ | |||||
| | * | Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate | gingerBill | 2022-05-16 | 1 | -1/+1 |
| | * | Update arch enum | gingerBill | 2022-05-01 | 1 | -1/+1 |
| * | | add mremap + flags | CiD- | 2022-04-26 | 1 | -9/+21 |
| * | | whoops | CiD- | 2022-04-08 | 1 | -4/+4 |
| * | | commit before fetching upstream/master | CiD- | 2022-04-08 | 1 | -38/+87 |
| * | | add _chtimes | CiD- | 2022-04-01 | 1 | -0/+6 |
| * | | rewrite mkdir_all | CiD- | 2022-03-14 | 1 | -16/+32 |
| * | | merge upstream/master | CiD- | 2022-03-14 | 1 | -0/+2 |
| |\| | |||||
| | * | fix linux_arm64 | Sébastien Marie | 2022-03-12 | 1 | -0/+2 |
| * | | commit to merge upstream/master | CiD- | 2022-03-14 | 1 | -1/+9 |
| * | | added _remove_all | jasonkercher | 2022-03-07 | 1 | -0/+8 |
| * | | compiles | jasonkercher | 2022-03-04 | 1 | -24/+122 |
| * | | os2 linux begin | CiD- | 2022-03-03 | 1 | -4/+134 |
| |/ | |||||
| * | Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings | gingerBill | 2022-01-20 | 1 | -4/+4 |
| * | Rename architecture `386` to `i386` | gingerBill | 2022-01-15 | 1 | -1/+1 |
| * | add more Linux syscalls | CiD- | 2022-01-03 | 1 | -11/+1476 |
| * | core/sys/unix: Add syscalls_linux.odin | Yawning Angel | 2021-11-17 | 1 | -0/+60 |