aboutsummaryrefslogtreecommitdiff
path: root/core/os
Commit message (Expand)AuthorAgeFilesLines
* Add temp allocator guard; clean up indentationgingerBill2023-02-281-9/+10
* Merge branch 'master' into new-temp-allocatorgingerBill2023-02-282-189/+110
|\
| * cleanup of os/linuxColin Davidson2023-02-281-157/+41
| * fix errno/signaturesColin Davidson2023-02-141-10/+10
| * fix typoColin Davidson2023-02-141-1/+1
| * make file access a little more normal across platformsColin Davidson2023-02-142-33/+69
* | Fix unreachable errorgingerBill2023-02-191-1/+0
* | Fix return valuegingerBill2023-02-101-1/+1
* | Minor fixgingerBill2023-02-101-1/+2
* | Keep `-vet` happygingerBill2023-02-102-2/+0
* | Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriategingerBill2023-02-1013-18/+102
|/
* Calculate the size needed before allocatinggingerBill2023-02-101-1/+13
* Remove `:= context.allocator` usage in `package os2`gingerBill2023-02-106-12/+17
* Add caller location info to `os.read_entire_file()`Daniel2023-01-271-5/+5
* Fix memory leak in `os.get_current_directory` on failure on *nix systemsgingerBill2023-01-164-0/+4
* remove unused c importColin Davidson2023-01-061-1/+0
* more windows fixesColin Davidson2023-01-061-3/+3
* more windows kerfuffleColin Davidson2023-01-061-1/+2
* shuffle to private/public wrapperColin Davidson2023-01-067-11/+21
* add get thread count to openbsdColin Davidson2023-01-051-1/+7
* fix more things?Colin Davidson2023-01-051-4/+4
* fix darwin/freebsdColin Davidson2023-01-052-2/+2
* add get core countColin Davidson2023-01-054-1/+53
* Merge pull request #2272 from sir-w7/fix/darwin_mem_leakgingerBill2022-12-221-1/+2
|\
| * Fixed memory leak in dir_darwin.odin.sir-w72022-12-211-1/+2
* | Moves check up and sets flag to rdonly if dir is opened..Platin212022-12-221-3/+15
* | Adds error casting from last error if open failsPlatin212022-12-221-3/+2
* | Fixed issues with dir opening on macOSPlatin212022-12-221-0/+1
|/
* Make `os.get_last_error` contextlessgingerBill2022-12-084-4/+4
* Fix #2207gingerBill2022-11-232-12/+12
* Merge branch 'master' into allocator-mode-alloc-non-zeroedgingerBill2022-11-036-31/+80
|\
| * Merge pull request #2165 from JopStro/mastergingerBill2022-11-031-3/+32
| |\
| | * wasi: Add FD_FILESTAT_GET to default file open rightsJopStro2022-11-011-1/+1
| | * rename default_dir to current_dirJopStro2022-10-311-2/+2
| | * implement open for wasi_wasm32 targetJopStro2022-10-311-3/+32
| * | Fix os.read implementation on Windows.Jeroen van Rijn2022-11-021-2/+4
| |/
| * terminate read if we read EOFColin Davidson2022-10-311-0/+3
| * Change name to `windows_set_file_info_times`gingerBill2022-10-262-6/+5
| * Heavily improve time handling on Windows for `time.now()` and `os.File_Info`gingerBill2022-10-262-13/+11
| * os2/file_windows fixPhuk Ng Yu2022-10-071-1/+1
| * Fix indentationVitalii Kravchenko2022-10-021-10/+10
| * Darwin: allow reading/writing files larger than max(i32)Vitalii Kravchenko2022-10-021-12/+30
* | Fix typogingerBill2022-09-221-1/+1
* | Add `Allocator_Mode.Alloc_Non_Zerored`gingerBill2022-09-228-22/+46
|/
* Fix indentVitaly Kravchenko2022-09-211-1/+1
* Clean up of the core library to make the stream vtables not be pointers direc...gingerBill2022-09-152-4/+4
* [sys/info] Add OpenBSD detection support.Jeroen van Rijn2022-09-041-1/+1
* Fix allocation on darwin `absolute_path_from_handle`Ricardo Silva2022-09-021-1/+1
* Correct syscalls for `linux_i386`gingerBill2022-08-241-1/+1
* fixed memory leak from calling get_envIan Lilley2022-08-031-10/+10