aboutsummaryrefslogtreecommitdiff
path: root/core/sys/freebsd/syscalls.odin
Commit message (Collapse)AuthorAgeFilesLines
* Freebsd: Fixed 'write' syscall to cause 'ESPIPE' on the pipe fd. (#5575)WisonYe2025-12-091-1/+1
|
* Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-281-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 Rijn2025-05-251-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 Ye2025-03-231-2/+1
|
* Fixed: Freebsd syscall 'getpeername' is missing.Wison Ye2025-03-231-14/+28
|
* net: add `bound_endpoint` procedureLaytan Laats2024-09-171-0/+21
|
* Add missing `flush` functionality to `os` platformsFeoramund2024-08-281-0/+11
| | | | | | | | | Platforms: - FreeBSD - Haiku - Linux - NetBSD - OpenBSD
* Fix FreeBSD implementations of `read_at` and `write_at`Feoramund2024-08-281-0/+76
| | | | These procedures must not modify the underlying file pointer.
* Add copyright info to `core:sys/freebsd`Feoramund2024-08-051-0/+8
|
* Clean up some FreeBSD `core:net` codeFeoramund2024-08-051-2/+2
|
* Clarify what `umtx` isFeoramund2024-08-041-1/+1
|
* Update code for new `-vet`Feoramund2024-06-301-1/+1
|
* Fix FreeBSD `recvfrom`Feoramund2024-06-301-1/+4
| | | | `fromlen` must be a pointer, not a value.
* Add `core:sys/freebsd`Feoramund2024-06-261-0/+504