Yuriy Grynevych
|
cbf0471c72
Update core/os/os_linux.odin
|
11 月之前 |
Yuriy Grynevych
|
4ff836609c
[core/os] get_current_directory: Add allocator arg to targets where its missing
|
11 月之前 |
Feoramund
|
6aedb2695a
Report `Invalid_Whence` on some `os` platforms
|
1 年之前 |
Feoramund
|
0243647e15
Add missing `flush` functionality to `os` platforms
|
1 年之前 |
gingerBill
|
eb799393d5
Fix `-vet-tabs` issues
|
1 年之前 |
Laytan
|
c0125f3192
correct the riscv64 stat structs
|
1 年之前 |
Laytan
|
ca6ef95b03
add support for linux_riscv64 and freestanding_riscv64
|
1 年之前 |
Laytan Laats
|
efe68c2e24
posix: add package
|
1 年之前 |
Laytan Laats
|
a4ac3cc6e8
fix `os.read_dir` closing the given file descriptor
|
1 年之前 |
Jeroen van Rijn
|
fa6f343261
Remove unused import.
|
1 年之前 |
gingerBill
|
c078b2dd1b
Add `@(require_results)`
|
1 年之前 |
gingerBill
|
bf948ab8ae
Add stubs for `flush` on platforms that didn't have it
|
1 年之前 |
gingerBill
|
bdbbbf5c95
Fix typo; remove unneeded casts
|
1 年之前 |
gingerBill
|
97c499dbb4
Begin mapping `os.Error` in the rest of the codebase
|
1 年之前 |
gingerBill
|
160048eaee
`Errno` -> `Error`
|
1 年之前 |
gingerBill
|
def2e2e271
Try to map to `General_Error` where possible
|
1 年之前 |
gingerBill
|
28666414bc
More clean ups of ERROR_NONE and `!= nil` usage
|
1 年之前 |
gingerBill
|
29b6eebcd5
Clean up error handling
|
1 年之前 |
gingerBill
|
9f9abb8fb3
Use `union #shared_nil` for `os.Error`
|
1 年之前 |
gingerBill
|
e60951a902
Begin converting `os.Errno` to be a `nil`-able type as a transition period
|
1 年之前 |
gingerBill
|
4b71c47fd5
Check for unneeded `transmute` with `-vet-cast`
|
1 年之前 |
gingerBill
|
dd7c65a89c
Merge pull request #2998 from laytan/os-improvements
|
1 年之前 |
gingerBill
|
038086d1d9
Alias heap calls from `base:runtime` is `core:os`
|
1 年之前 |
gingerBill
|
3e7e779abf
Replace `core:*` to `base:*` where appropriate
|
1 年之前 |
Laytan Laats
|
9a1c4dc56d
implement a max read/write at a time for non-windows (windows already has this)
|
1 年之前 |
Laytan Laats
|
d278c852cc
clean up field names
|
1 年之前 |
Laytan Laats
|
a6aca5d6d1
fix struct stat layout linux arm64
|
1 年之前 |
flysand7
|
4d65b1ab9c
Implement new sys/unix package
|
1 年之前 |
gingerBill
|
35857d3103
Fix wrong type
|
2 年之前 |
Rickard Andersson
|
f048ad13b5
fix(set_env): use `clone_to_cstring` instead of `unsafe_to_cstring`
|
2 年之前 |