index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
os
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
fix(os_linux): call `ppoll` instead on `arm64`
Rickard Andersson
2023-06-14
1
-3
/
+1
*
|
|
cleanup(os_linux): remove `select`
Rickard Andersson
2023-06-14
1
-8
/
+0
*
|
|
feat(unix): add `poll`
Rickard Andersson
2023-06-14
1
-0
/
+36
|
|
/
|
/
|
*
|
fix: read file from windows was not returning platform error correctly
José Rey Méndez
2023-06-12
1
-1
/
+1
*
|
fix fcntl binding on darwin
Laytan Laats
2023-06-12
1
-7
/
+7
*
|
Replace procedure `strings.concatenate`
gingerBill
2023-06-12
1
-1
/
+1
|
/
*
Fix Timeval for darwin and linux
James Duran
2023-06-07
2
-3
/
+3
*
Merge pull request #2289 from Lperlind/staging/fix_os_args
gingerBill
2023-06-07
1
-2
/
+2
|
\
|
*
Fix out or range error with _alloc_command_line_arguments in darwin
Lucas Perlind
2022-12-23
1
-2
/
+2
*
|
Merge pull request #2558 from laytan/implement-set-blocking-darwin
gingerBill
2023-05-30
1
-1
/
+20
|
\
\
|
*
|
implement non blocking sockets for darwin
Laytan Laats
2023-05-27
1
-1
/
+20
*
|
|
fix weird errno returned on darwin
Laytan Laats
2023-05-27
1
-2
/
+2
|
/
/
*
|
Merge pull request #2512 from jasonKercher/master
gingerBill
2023-05-18
5
-122
/
+56
|
\
\
|
*
|
default to O_NOCTTY in open
jason
2023-05-04
1
-14
/
+18
|
*
|
update os2 for recent core changes
jason
2023-05-04
5
-108
/
+38
*
|
|
add nil check to heap_alloc calls (issue 2530)
jason
2023-05-11
3
-3
/
+3
*
|
|
prevent infinite-loop on EOF
Colin Davidson
2023-05-06
1
-5
/
+4
*
|
|
oops. define e
Colin Davidson
2023-05-06
1
-0
/
+2
*
|
|
Make read_at and write_at more consistent between platforms
Colin Davidson
2023-05-06
1
-10
/
+26
|
/
/
*
|
harmonize to use null for c-string endings
Jon Lipstate
2023-03-28
2
-2
/
+2
*
|
rename nul to null, allocation clarifications
Jon Lipstate
2023-03-28
2
-2
/
+2
*
|
Changed js panics to unimplemented where sensible
Dragos Popescu
2023-03-22
1
-40
/
+40
*
|
Fixed more compile time errors when including os and thread to js targets
Dragos Popescu
2023-03-21
1
-1
/
+115
*
|
Made most libraries panic on js targets instead of not compiling
Dragos Popescu
2023-03-20
1
-2
/
+161
*
|
Update build flag
Jeroen van Rijn
2023-03-16
1
-1
/
+1
*
|
Add `set_blocking` for network sockets
Sokus
2023-03-08
1
-0
/
+13
*
|
make baby pandas (and Jeroen) happy
Colin Davidson
2023-03-01
1
-1
/
+1
*
|
more manual type carryover
Colin Davidson
2023-03-01
2
-0
/
+9
*
|
manually start merging core_net
Colin Davidson
2023-03-01
2
-0
/
+482
*
|
Add temp allocator guard; clean up indentation
gingerBill
2023-02-28
1
-9
/
+10
*
|
Merge branch 'master' into new-temp-allocator
gingerBill
2023-02-28
2
-189
/
+110
|
\
\
|
*
|
cleanup of os/linux
Colin Davidson
2023-02-28
1
-157
/
+41
|
*
|
fix errno/signatures
Colin Davidson
2023-02-14
1
-10
/
+10
|
*
|
fix typo
Colin Davidson
2023-02-14
1
-1
/
+1
|
*
|
make file access a little more normal across platforms
Colin Davidson
2023-02-14
2
-33
/
+69
*
|
|
Fix unreachable error
gingerBill
2023-02-19
1
-1
/
+0
*
|
|
Fix return value
gingerBill
2023-02-10
1
-1
/
+1
*
|
|
Minor fix
gingerBill
2023-02-10
1
-1
/
+2
*
|
|
Keep `-vet` happy
gingerBill
2023-02-10
2
-2
/
+0
*
|
|
Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate
gingerBill
2023-02-10
13
-18
/
+102
|
/
/
*
|
Calculate the size needed before allocating
gingerBill
2023-02-10
1
-1
/
+13
*
|
Remove `:= context.allocator` usage in `package os2`
gingerBill
2023-02-10
6
-12
/
+17
*
|
Add caller location info to `os.read_entire_file()`
Daniel
2023-01-27
1
-5
/
+5
*
|
Fix memory leak in `os.get_current_directory` on failure on *nix systems
gingerBill
2023-01-16
4
-0
/
+4
*
|
remove unused c import
Colin Davidson
2023-01-06
1
-1
/
+0
*
|
more windows fixes
Colin Davidson
2023-01-06
1
-3
/
+3
*
|
more windows kerfuffle
Colin Davidson
2023-01-06
1
-1
/
+2
*
|
shuffle to private/public wrapper
Colin Davidson
2023-01-06
7
-11
/
+21
*
|
add get thread count to openbsd
Colin Davidson
2023-01-05
1
-1
/
+7
*
|
fix more things?
Colin Davidson
2023-01-05
1
-4
/
+4
[prev]
[next]