aboutsummaryrefslogtreecommitdiff
path: root/core/os
Commit message (Expand)AuthorAgeFilesLines
* harmonize to use null for c-string endingsJon Lipstate2023-03-282-2/+2
* rename nul to null, allocation clarificationsJon Lipstate2023-03-282-2/+2
* Changed js panics to unimplemented where sensibleDragos Popescu2023-03-221-40/+40
* Fixed more compile time errors when including os and thread to js targetsDragos Popescu2023-03-211-1/+115
* Made most libraries panic on js targets instead of not compilingDragos Popescu2023-03-201-2/+161
* Update build flagJeroen van Rijn2023-03-161-1/+1
* Add `set_blocking` for network socketsSokus2023-03-081-0/+13
* make baby pandas (and Jeroen) happyColin Davidson2023-03-011-1/+1
* more manual type carryoverColin Davidson2023-03-012-0/+9
* manually start merging core_netColin Davidson2023-03-012-0/+482
* 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