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
*
core:os -> core:os/old && core:os/os2 -> core:os
Jeroen van Rijn
6 days
1
-560
/
+0
*
In the middle of porting core:testing
Jeroen van Rijn
7 days
1
-0
/
+12
*
os: add non blocking open flag
Laytan Laats
2026-01-11
1
-0
/
+1
*
Add `File_Stream` to replace `io.Stream`+`Fstat_Callback` within `os2`
gingerBill
2025-11-14
1
-41
/
+24
*
`Empty` -> `Unsupported`
bill/io-error-changes
gingerBill
2025-11-14
1
-2
/
+2
*
Change to `Permissions` bit_set from relying on octal numbering for os2
gingerBill
2025-10-31
1
-7
/
+7
*
[core:os/os2] zeroed `n` value on failed file operations
A1029384756
2025-10-27
1
-4
/
+4
*
Add contextless to another proc
gingerBill
2025-08-08
1
-2
/
+2
*
Mark some uninitialized memory as safe
Feoramund
2025-06-05
1
-0
/
+1
*
Remove TEMP_ALLOCATOR_GUARD wrapper
Lucas Perlind
2025-05-08
1
-13
/
+13
*
os2: Resolve temp allocator collisions
Lucas Perlind
2025-05-08
1
-29
/
+29
*
os/os2: recursive directory walker, expose errors in read_directory, file clone
Laytan Laats
2025-02-24
1
-0
/
+17
*
os/os2: bring Linux to other impls standards by looping writes and maxing one...
Laytan Laats
2025-01-20
1
-20
/
+41
*
Use static global memory for std handles instead of allocating.
gingerBill
2025-01-05
1
-35
/
+21
*
Fix sys/linux 64 bit arguments on 32 bit systems
jason
2025-01-02
1
-0
/
+3
*
Minor fixes + cleanup in os2 and sys/linux
jason
2025-01-02
1
-1
/
+1
*
Get arm64 up to speed in os2 linux
jason
2024-12-19
1
-19
/
+3
*
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
1
-1
/
+1
*
Return `0, nil` in all `io` cases where an empty slice is provided
Feoramund
2024-08-28
1
-0
/
+6
*
Report `Invalid_Whence` in `os2` Linux seek
Feoramund
2024-08-28
1
-2
/
+14
*
merge commit
jason
2024-08-07
1
-10
/
+72
|
\
|
*
Mock out `open_buffered`
gingerBill
2024-08-04
1
-10
/
+72
*
|
Remove returned bool from access and faccessat in sys/linux.
jason
2024-08-04
1
-2
/
+1
*
|
remove File_Impl_Kind from file_linux
jason
2024-07-30
1
-11
/
+5
*
|
Merge branch 'master' into os2-process-linux
jasonKercher
2024-07-24
1
-5
/
+8
|
\
|
|
*
Better handling of allocators
gingerBill
2024-07-24
1
-5
/
+8
*
|
use more iterators; global "has pidfd open" state is now thread-safe
jason
2024-07-24
1
-1
/
+0
*
|
os2 linux: fix order of operations bug in _open; fix process_info routine
jason
2024-07-23
1
-1
/
+1
*
|
os2 process implementation for linux
jason
2024-07-23
1
-28
/
+43
|
/
*
Minor clean ups
gingerBill
2024-07-23
1
-1
/
+1
*
Begin mocking out the linux stuff on os2
gingerBill
2024-07-23
1
-38
/
+11
*
Merge pull request #3940 from flysand7/os2-handle-inheritance
gingerBill
2024-07-19
1
-2
/
+2
|
\
|
*
Make all handles non-inheritable by default
flysand7
2024-07-18
1
-2
/
+2
*
|
[os2]: Split file type from mode bits
flysand7
2024-07-18
1
-5
/
+4
|
/
*
Clean up `os2.File.impl` usage
gingerBill
2024-07-14
1
-49
/
+41
*
Make `os2.File` a more generic interface
gingerBill
2024-07-14
1
-38
/
+55
*
Use `fstat` on `os2.File` directly
gingerBill
2024-07-14
1
-15
/
+10
*
fix assumption about std handles in os2/file.odin
jason
2024-06-28
1
-0
/
+4
*
convert all to use sys/linux over sys/unix; new implementations for pipe, pro...
jason
2024-06-27
1
-158
/
+224
*
fix(os2): check for 0 bytes read and return EOF
IllusionMan1212
2024-06-18
1
-0
/
+6
*
Add `@(require_results)` everywhere in os2
gingerBill
2024-05-14
1
-34
/
+26
*
Mock out `temp_file.odin` stuff
gingerBill
2024-05-14
1
-1
/
+0
*
Use internal `temp_allocator()`
gingerBill
2024-05-14
1
-22
/
+37
*
Clean up allocator stuff into `allocators.odin`
gingerBill
2024-05-14
1
-6
/
+2
*
Expect `stream` as a field directly on `os2.File`
gingerBill
2024-03-13
1
-3
/
+1
*
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
[next]