| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Freebsd: Fixed 'write' syscall to cause 'ESPIPE' on the pipe fd. (#5575) | WisonYe | 2025-12-09 | 1 | -1/+1 |
| | | |||||
| * | Change Odin's LICENSE to zlib from BSD 3-clause | gingerBill | 2025-10-28 | 1 | -1/+1 |
| | | | | | 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 core/hyperthread count for Windows and Linux (#5216) | Jeroen van Rijn | 2025-05-25 | 1 | -12/+12 |
| | | | | | | Add core/hyperthread count to `core:sys/info` for Windows and Linux. TODO: Linux RISCV, Linux ARM, Darwin, and the BSDs. | ||||
| * | #4959, fixed the broken CI build. | Wison Ye | 2025-03-23 | 1 | -2/+1 |
| | | |||||
| * | Fixed: Freebsd syscall 'getpeername' is missing. | Wison Ye | 2025-03-23 | 1 | -14/+28 |
| | | |||||
| * | net: add `bound_endpoint` procedure | Laytan Laats | 2024-09-17 | 1 | -0/+21 |
| | | |||||
| * | Add missing `flush` functionality to `os` platforms | Feoramund | 2024-08-28 | 1 | -0/+11 |
| | | | | | | | | | | Platforms: - FreeBSD - Haiku - Linux - NetBSD - OpenBSD | ||||
| * | Fix FreeBSD implementations of `read_at` and `write_at` | Feoramund | 2024-08-28 | 1 | -0/+76 |
| | | | | | These procedures must not modify the underlying file pointer. | ||||
| * | Add copyright info to `core:sys/freebsd` | Feoramund | 2024-08-05 | 1 | -0/+8 |
| | | |||||
| * | Clean up some FreeBSD `core:net` code | Feoramund | 2024-08-05 | 1 | -2/+2 |
| | | |||||
| * | Clarify what `umtx` is | Feoramund | 2024-08-04 | 1 | -1/+1 |
| | | |||||
| * | Update code for new `-vet` | Feoramund | 2024-06-30 | 1 | -1/+1 |
| | | |||||
| * | Fix FreeBSD `recvfrom` | Feoramund | 2024-06-30 | 1 | -1/+4 |
| | | | | | `fromlen` must be a pointer, not a value. | ||||
| * | Add `core:sys/freebsd` | Feoramund | 2024-06-26 | 1 | -0/+504 |