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
...
|
*
[os2]: Make anonymous pipes always inheritable
flysand7
2024-07-18
2
-2
/
+6
|
*
Make all handles non-inheritable by default
flysand7
2024-07-18
3
-5
/
+13
*
|
[os2]: Split file type from mode bits
flysand7
2024-07-18
11
-117
/
+134
|
/
*
Use RTTI to get the `error_string` for Windows
gingerBill
2024-07-16
1
-0
/
+10
*
Check for specific error directly
gingerBill
2024-07-16
1
-1
/
+1
*
Clean up `bit_set` usage
gingerBill
2024-07-16
1
-20
/
+15
*
Remove the need for temporary variables where possible
gingerBill
2024-07-16
1
-37
/
+17
*
More clean up for process_windows.odin
gingerBill
2024-07-16
1
-50
/
+45
*
Add @(require_results) where needed
gingerBill
2024-07-16
1
-1
/
+16
*
General clean up of the os2/process_windows.odin code
gingerBill
2024-07-16
2
-494
/
+274
*
[os2/process]: Make get_args() private and use heap_allocator
flysand7
2024-07-15
1
-10
/
+2
*
[os2/process]: Implement missing functionality, update docs
flysand7
2024-07-15
2
-17
/
+40
*
[os2/process]: Implement process_kill
flysand7
2024-07-15
2
-42
/
+19
*
[os2/process]: Refactor process_info procs, add process_info_by_handle
flysand7
2024-07-15
2
-63
/
+251
*
[os2/process]: Adjust docs on process_close function
flysand7
2024-07-15
1
-1
/
+2
*
[os2/process]: Implement process creation procedures
flysand7
2024-07-15
2
-22
/
+329
*
[os2/process]: Fix leaking memory on errors
flysand7
2024-07-15
1
-42
/
+10
*
[os2/process]: Implement retrieving command args in process info
flysand7
2024-07-15
1
-14
/
+69
*
[os2/process]: Improve documentation for *process_info() family of function
flysand7
2024-07-15
1
-5
/
+22
*
[os2/process]: Fix environment block null-terminator counting
flysand7
2024-07-15
1
-5
/
+6
*
[os2/process] Added process_info() procedure
flysand7
2024-07-15
2
-58
/
+594
*
Rebase master
flysand7
2024-07-15
2
-5
/
+36
*
[os2/process]: Add process list function
flysand7
2024-07-15
2
-0
/
+23
*
[os2/process]: Fill in basic functions
flysand7
2024-07-15
2
-8
/
+124
*
Clean up `os2.File.impl` usage
gingerBill
2024-07-14
4
-119
/
+111
*
Make `os2.File` a more generic interface
gingerBill
2024-07-14
5
-74
/
+103
*
Use `fstat` on `os2.File` directly
gingerBill
2024-07-14
5
-19
/
+19
*
[os2/file]: Fixes related to handle inheritance
flysand7
2024-07-14
1
-8
/
+6
*
[core/os]: Fix read_console not stopping the read when newline can't fit in o...
flysand7
2024-07-12
1
-1
/
+1
*
added the setenv and unsetenv bindings for darwin, inspired but os_linux.odin
Hector Mejia
2024-07-05
1
-0
/
+25
*
make preopens a slice and remove bad current_dir
Laytan Laats
2024-07-02
1
-4
/
+5
*
wasm: support `vendor:stb/truetype` and `vendor:fontstash`
Laytan Laats
2024-07-02
1
-1
/
+1
*
wasi: make `os.open` work with absolute paths
Laytan Laats
2024-07-02
1
-1
/
+113
*
wasi: make the demo run on wasi and run it in CI
Laytan Laats
2024-06-29
1
-0
/
+12
*
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
3
-5
/
+5
*
More style improvements
gingerBill
2024-06-29
2
-4
/
+12
*
cast to transmute
gingerBill
2024-06-29
1
-2
/
+1
*
Adhere to `-vet-cast`
gingerBill
2024-06-29
1
-2
/
+1
*
Check for unneeded `transmute` with `-vet-cast`
gingerBill
2024-06-29
3
-6
/
+5
*
Keep `-vet` happy
Feoramund
2024-06-28
1
-1
/
+1
*
revert os2/process
jason
2024-06-28
3
-548
/
+35
*
fix assumption about std handles in os2/file.odin
jason
2024-06-28
2
-5
/
+7
*
change error strings to an enumerated array in rodata; print_error takes a fi...
jason
2024-06-28
3
-139
/
+140
*
convert all to use sys/linux over sys/unix; new implementations for pipe, pro...
jason
2024-06-27
12
-540
/
+1266
*
Merge pull request #3776 from IllusionMan1212/os2-read-fix
gingerBill
2024-06-20
1
-0
/
+6
|
\
|
*
fix(os2): check for 0 bytes read and return EOF
IllusionMan1212
2024-06-18
1
-0
/
+6
*
|
Implement `absolute_path_from_handle` for FreeBSD
Feoramund
2024-06-11
1
-2
/
+39
*
|
Fix `file_size` on FreeBSD
Feoramund
2024-06-11
1
-1
/
+1
*
|
Fix file open `O_*` flags on FreeBSD
Feoramund
2024-06-11
1
-9
/
+9
*
|
Update dir_windows.odin
Jeroen van Rijn
2024-06-08
1
-2
/
+2
[prev]
[next]