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/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
/
path_linux.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
os2: remove libc use on Linux
Laytan Laats
2025-05-20
1
-0
/
+18
*
Remove TEMP_ALLOCATOR_GUARD wrapper
Lucas Perlind
2025-05-08
1
-5
/
+5
*
Fix linux
Lucas Perlind
2025-05-08
1
-0
/
+2
*
os2: Resolve temp allocator collisions
Lucas Perlind
2025-05-08
1
-9
/
+9
*
Make `os2` Linux `_is_path_separator` compare against `_Path_Separator`
Feoramund
2025-03-21
1
-1
/
+1
*
os/os2: add get_executable_path and get_executable_directory
Laytan Laats
2025-01-21
1
-1
/
+21
*
Minor fixes + cleanup in os2 and sys/linux
jason
2025-01-02
1
-2
/
+0
*
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
1
-1
/
+1
*
use sys/linux dirent instead of manual iteration
jason
2024-07-30
1
-24
/
+9
*
Better handling of allocators
gingerBill
2024-07-24
1
-5
/
+4
*
Mock out os2.remove_all for Windows
gingerBill
2024-07-23
1
-2
/
+2
*
Minor clean ups
gingerBill
2024-07-23
1
-8
/
+2
*
[os2]: Split file type from mode bits
flysand7
2024-07-18
1
-17
/
+5
*
convert all to use sys/linux over sys/unix; new implementations for pipe, pro...
jason
2024-06-27
1
-86
/
+70
*
Remove all uses of `context` stuff in os2
gingerBill
2024-05-14
1
-6
/
+8
*
Add `@(require_results)` everywhere in os2
gingerBill
2024-05-14
1
-1
/
+2
*
Mock out `temp_file.odin` stuff
gingerBill
2024-05-14
1
-2
/
+3
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-1
/
+1
*
update os2 for recent core changes
jason
2023-05-04
1
-17
/
+5
*
harmonize to use null for c-string endings
Jon Lipstate
2023-03-28
1
-1
/
+1
*
rename nul to null, allocation clarifications
Jon Lipstate
2023-03-28
1
-1
/
+1
*
Remove `:= context.allocator` usage in `package os2`
gingerBill
2023-02-10
1
-1
/
+1
*
merge from upstream and convert to ^File types
jason
2022-05-16
1
-23
/
+41
*
make vet happy, thread_local heap
jason
2022-05-04
1
-11
/
+9
*
avoid temp_allocator on stupidly long paths
CiD-
2022-04-06
1
-7
/
+30
*
fix memory leak
CiD-
2022-03-15
1
-1
/
+2
*
mkdir_all: WHOOPS
CiD-
2022-03-14
1
-1
/
+1
*
mkdir_all: close last open file
CiD-
2022-03-14
1
-6
/
+6
*
rewrite mkdir_all
CiD-
2022-03-14
1
-4
/
+59
*
commit to merge upstream/master
CiD-
2022-03-14
1
-48
/
+24
*
added _remove_all
jasonkercher
2022-03-07
1
-5
/
+96
*
compiles
jasonkercher
2022-03-04
1
-0
/
+85