aboutsummaryrefslogtreecommitdiff
path: root/core/sys/posix/sys_sem.odin
Commit message (Collapse)AuthorAgeFilesLines
* whoopsLaytan Laats2025-11-081-2/+2
|
* fix semid_ds definition on arm64 linuxLaytan Laats2025-11-081-10/+24
|
* Replace system:System.framework imports with system:SystemHarold Brenes2025-07-131-1/+1
| | | | This makes the linker work for both macOS and iOS targets
* Haiku: more posixavanspector2025-01-101-1/+27
|
* sys/posix: impl rest of linux, impl some of WindowsLaytan Laats2024-10-281-2/+1
|
* Merge pull request #4118 from andradei/posix-linuxLaytan2024-10-131-0/+30
|\ | | | | Linux POSIX support
| * Move bit set creation to compiler guard. Fix indentation on posix/sys_sem.Isaac Andrade2024-09-211-4/+4
| |
| * Fix bit flags on fcntl linux POSIX implemention. Add sys/sem linux ↵Isaac Andrade2024-09-151-0/+30
| | | | | | | | implementation.
* | sys/posix: use '#max_field_align'Laytan Laats2024-09-301-12/+8
|/
* posix: add packageLaytan Laats2024-08-141-0/+132