gingerBill
|
eb799393d5
Fix `-vet-tabs` issues
|
11 months ago |
Laytan
|
d91fa162d8
Merge pull request #3280 from beaumccartney/shm_syscalls
|
1 year ago |
Laytan Laats
|
ddad2011e2
darwin: remove syscall usage (without -no-crt) to comply to Apple guidelines
|
1 year ago |
Beau McCartney
|
43e8da2e06
shm_open: comment with notes abt permissions
|
1 year ago |
Beau McCartney
|
1758bd683e
sys_shm_open: fchmod the returned descriptor to get correct perms
|
1 year ago |
Beau McCartney
|
24f9e16dfd
sys_open() calls _sys_open_mode() to get a permission flags integer
|
1 year ago |
Beau McCartney
|
56a29685b4
darwin: sys_shm_open() helper
|
1 year ago |
Beau McCartney
|
cf949e541f
helper function to convert Open_Flags bitset to a u32
|
1 year ago |
gingerBill
|
3e7e779abf
Replace `core:*` to `base:*` where appropriate
|
1 year ago |
gingerBill
|
986cba584e
Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate
|
2 years ago |
gingerBill
|
f50fc33749
Clean up of the core library to make the stream vtables not be pointers directly.
|
2 years ago |
Sébastien Marie
|
14f1793b3e
use `context.temp_allocator` instead of general allocation + delete()
|
3 years ago |
gingerBill
|
1d4d0a3e1a
Strip unneeded semicolons
|
3 years ago |
Platin21
|
1243b1a58c
Fixed cyclic imports which where not needed
|
3 years ago |
Platin21
|
ab3bae5c02
Fixed package name
|
3 years ago |
Platin21
|
540c5400a0
Adds several system calls and the beginning of odin wrappers for them
|
3 years ago |