aboutsummaryrefslogtreecommitdiff
path: root/core/sys/freebsd
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-282-2/+2
| | | | 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.
* Merge branch 'master' into tiocgwinsz_timeRaph2025-06-201-6/+19
|\
| * 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
| |
* | added TIOCGWINSZ to darwin, linux and freebsdRaphGL2025-06-201-0/+5
|/
* 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.
* Fix `-vet-tabs` issuesgingerBill2024-08-241-6/+6
|
* 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
| | | | `fromlen` must be a pointer, not a value.
* Add `core:sys/freebsd`Feoramund2024-06-262-0/+2083