Yuriy Grynevych
|
18fd1fefc3
Update core/os/os_openbsd.odin
|
11 months ago |
Yuriy Grynevych
|
4ff836609c
[core/os] get_current_directory: Add allocator arg to targets where its missing
|
11 months ago |
Feoramund
|
6aedb2695a
Report `Invalid_Whence` on some `os` platforms
|
1 year ago |
Feoramund
|
0243647e15
Add missing `flush` functionality to `os` platforms
|
1 year ago |
Feoramund
|
eb92a2df71
Fix indentation
|
1 year ago |
Feoramund
|
d60f404bb4
Fix OpenBSD implementations of `read_at` and `write_at`
|
1 year ago |
Laytan Laats
|
f7d7d65bc0
fix `open` bindings
|
1 year ago |
Laytan Laats
|
efe68c2e24
posix: add package
|
1 year ago |
Laytan Laats
|
a4ac3cc6e8
fix `os.read_dir` closing the given file descriptor
|
1 year ago |
gingerBill
|
c078b2dd1b
Add `@(require_results)`
|
1 year ago |
gingerBill
|
bf948ab8ae
Add stubs for `flush` on platforms that didn't have it
|
1 year ago |
gingerBill
|
7663a2036a
Add read_at/write_at to missing platforms
|
1 year ago |
gingerBill
|
bdbbbf5c95
Fix typo; remove unneeded casts
|
1 year ago |
gingerBill
|
97c499dbb4
Begin mapping `os.Error` in the rest of the codebase
|
1 year ago |
gingerBill
|
28666414bc
More clean ups of ERROR_NONE and `!= nil` usage
|
1 year ago |
gingerBill
|
29b6eebcd5
Clean up error handling
|
1 year ago |
gingerBill
|
9f9abb8fb3
Use `union #shared_nil` for `os.Error`
|
1 year ago |
gingerBill
|
e60951a902
Begin converting `os.Errno` to be a `nil`-able type as a transition period
|
1 year ago |
gingerBill
|
c18c0a3364
Adhere to `-vet-cast`
|
1 year ago |
gingerBill
|
dd7c65a89c
Merge pull request #2998 from laytan/os-improvements
|
1 year ago |
gingerBill
|
6da82e038d
Fix types for BSD
|
1 year ago |
gingerBill
|
535b8a9483
Remove `core:os` dependency completely from `base:runtime`
|
1 year ago |
gingerBill
|
038086d1d9
Alias heap calls from `base:runtime` is `core:os`
|
1 year ago |
gingerBill
|
3e7e779abf
Replace `core:*` to `base:*` where appropriate
|
1 year ago |
Laytan Laats
|
9a1c4dc56d
implement a max read/write at a time for non-windows (windows already has this)
|
1 year ago |
gingerBill
|
eb60ec3899
Fix unreachable error
|
2 years ago |
gingerBill
|
986cba584e
Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate
|
2 years ago |
gingerBill
|
b6ca10cd5e
Fix memory leak in `os.get_current_directory` on failure on *nix systems
|
2 years ago |
Colin Davidson
|
6ff2db47b4
shuffle to private/public wrapper
|
2 years ago |
Colin Davidson
|
50a2493fd3
add get thread count to openbsd
|
2 years ago |