Colin Davidson
|
4c8e355444
tweaks per laytan suggestions
|
10 months ago |
Yuriy Grynevych
|
568705069c
Update core/os/os_netbsd.odin
|
11 months ago |
Yuriy Grynevych
|
4ff836609c
[core/os] get_current_directory: Add allocator arg to targets where its missing
|
11 months ago |
Feoramund
|
2938655a3d
Fix CPU count detection in FreeBSD & NetBSD
|
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
|
7061032db6
Fix NetBSD implementations of `read_at` and `write_at`
|
1 year ago |
Laytan Laats
|
f7d7d65bc0
fix `open` bindings
|
1 year ago |
Laytan Laats
|
b07d0b38b1
os2: improve absolute/full path handling for posix
|
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
|
e8b6d15db9
Fix replace typo
|
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 |
Laytan Laats
|
4dd846fa29
fix readir_r link name for netbsd
|
1 year ago |
gingerBill
|
103eccf104
More style improvements
|
1 year ago |
gingerBill
|
b9861a0cf6
cast to transmute
|
1 year ago |
Andreas T Jonsson
|
929437c7bc
Fixed broken import
|
1 year ago |
Andreas T Jonsson
|
ed6667ebf2
Propper thread identification on NetBSD
|
1 year ago |
Andreas T Jonsson
|
f428e30211
Minor code cleanup
|
1 year ago |
Andreas T Jonsson
|
ce80c37c75
Fixed potential memory leak
|
1 year ago |
Andreas T Jonsson
|
642391eb49
Implemented absolute_path_from_handle for NetBSD
|
1 year ago |
Andreas T Jonsson
|
38640d5d9e
Updated core lib and did cleanup
|
1 year ago |