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
/
os2
/
file_linux.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-1
/
+1
*
Use `i64` instead of `int` for internal procedures
gingerBill
2023-06-14
1
-18
/
+14
*
Put stream into the impl
gingerBill
2023-06-08
1
-1
/
+3
*
Use `io.Stream` as the internal interface for `os2.File`
gingerBill
2023-06-08
1
-11
/
+55
*
default to O_NOCTTY in open
jason
2023-05-04
1
-14
/
+18
*
update os2 for recent core changes
jason
2023-05-04
1
-72
/
+21
*
Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate
gingerBill
2023-02-10
1
-12
/
+5
*
Remove `:= context.allocator` usage in `package os2`
gingerBill
2023-02-10
1
-2
/
+2
*
make -vet happy
jason
2022-05-16
1
-0
/
+6
*
merge from upstream and convert to ^File types
jason
2022-05-16
1
-65
/
+139
*
commit before fetching upstream/master
CiD-
2022-04-08
1
-4
/
+4
*
avoid temp_allocator on stupidly long paths
CiD-
2022-04-06
1
-14
/
+72
*
add _chtimes
CiD-
2022-04-01
1
-2
/
+8
*
finish up stat, lstat and fstat
CiD-
2022-03-30
1
-1
/
+3
*
add os2.name
CiD-
2022-03-23
1
-6
/
+21
*
commit to merge upstream/master
CiD-
2022-03-14
1
-22
/
+21
*
os2 tests
CiD-
2022-03-08
1
-28
/
+1
*
added _remove_all
jasonkercher
2022-03-07
1
-22
/
+22
*
compiles
jasonkercher
2022-03-04
1
-57
/
+110
*
os2 linux begin
CiD-
2022-03-03
1
-0
/
+236