aboutsummaryrefslogtreecommitdiff
path: root/core/os/os_darwin.odin
Commit message (Expand)AuthorAgeFilesLines
* Alias heap calls from `base:runtime` is `core:os`gingerBill2024-01-281-19/+0
* Remove `core:os` dependency for `base:runtime`gingerBill2024-01-281-2/+2
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* bugfix: darwin net flagssimon2023-10-061-9/+0
* darwin _enumerate_interfacessimon2023-09-301-0/+36
* add `ADDRESS_FAMILY` to darwin (currently only available in linux)Laytan Laats2023-07-031-4/+5
* fix fcntl binding on darwinLaytan Laats2023-06-121-7/+7
* Fix Timeval for darwin and linuxJames Duran2023-06-071-1/+1
* Merge pull request #2289 from Lperlind/staging/fix_os_argsgingerBill2023-06-071-2/+2
|\
| * Fix out or range error with _alloc_command_line_arguments in darwinLucas Perlind2022-12-231-2/+2
* | Merge pull request #2558 from laytan/implement-set-blocking-darwingingerBill2023-05-301-1/+20
|\ \
| * | implement non blocking sockets for darwinLaytan Laats2023-05-271-1/+20
* | | fix weird errno returned on darwinLaytan Laats2023-05-271-2/+2
|/ /
* | make baby pandas (and Jeroen) happyColin Davidson2023-03-011-1/+1
* | more manual type carryoverColin Davidson2023-03-011-0/+1
* | manually start merging core_netColin Davidson2023-03-011-0/+239
* | Merge branch 'master' into new-temp-allocatorgingerBill2023-02-281-32/+40
|\ \
| * | 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-141-30/+38
* | | Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriategingerBill2023-02-101-0/+14
|/ /
* | Fix memory leak in `os.get_current_directory` on failure on *nix systemsgingerBill2023-01-161-0/+1
* | shuffle to private/public wrapperColin Davidson2023-01-061-1/+2
* | fix darwin/freebsdColin Davidson2023-01-051-1/+1
* | add get core countColin Davidson2023-01-051-0/+12
|/
* 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-081-1/+1
* Merge branch 'master' into allocator-mode-alloc-non-zeroedgingerBill2022-11-031-11/+32
|\
| * terminate read if we read EOFColin Davidson2022-10-311-0/+3
| * Fix indentationVitalii Kravchenko2022-10-021-10/+10
| * Darwin: allow reading/writing files larger than max(i32)Vitalii Kravchenko2022-10-021-12/+30
* | Add `Allocator_Mode.Alloc_Non_Zerored`gingerBill2022-09-221-3/+9
|/
* Fix allocation on darwin `absolute_path_from_handle`Ricardo Silva2022-09-021-1/+1
* [os] Darwin: Add os.exists()William Roe2022-05-281-0/+5
* [os] Darwin,FreeBSD,OpenBSD: Rename os.getenv to os.get_envWilliam Roe2022-05-231-3/+8
* Typo fixVitaly Kravchenko2022-05-131-1/+1
* os_darwin.odin fixesVitaly Kravchenko2022-05-131-11/+11
* Minor improvements to io and osgingerBill2022-05-051-3/+0
* fix mode_t on darwinSébastien Marie2022-03-131-13/+13
* Fix #1606 (Call `runtime._cleanup_runtime_contextless()` for `os.exit`)gingerBill2022-03-091-0/+1
* Merge pull request #1549 from semarie/clone_to_cstring-leakJeroen van Rijn2022-02-241-2/+1
|\
| * use `context.temp_allocator` instead of general allocation + delete()Sébastien Marie2022-02-241-2/+1
* | Add make_directory so darwin can build html docsColin Davidson2022-02-241-0/+10
|/
* Update os_darwin.odingingerBill2022-02-151-1/+1
* Merge branch 'master' into odin-global-constants-as-enumsgingerBill2022-02-151-5/+82
|\
| * Fixes fopendir and readdir_r for arm64 or seemingly doing soPlatin212022-02-051-2/+15
| * Fixed TypoPlatin212022-02-051-1/+1
| * Adds missing calls for osPlatin212022-02-051-0/+62