aboutsummaryrefslogtreecommitdiff
path: root/core/sys/darwin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into file-tags-without-commentsKarl Zylinski2024-09-171-0/+11
|\
| * fix wrong ulock timeout calculation, add version check for iosLaytan Laats2024-09-171-2/+6
| * Fix core sync test deadlock on darwinpkova2024-09-171-0/+7
* | Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-141-1/+1
|/
* fix EventMaskAny definitionLaytan Laats2024-09-121-2/+2
* remove deprecation, technically deprecated but widely usedLaytan Laats2024-09-051-1/+4
* More Objective-C Runtime bindings.Vitalii Kravchenko2024-09-032-18/+100
* Remove unused import.Jeroen van Rijn2024-08-281-2/+0
* Minor cleanup of CFString.odingingerBill2024-08-271-150/+143
* Fix `-vet-tabs` issuesgingerBill2024-08-243-161/+161
* Merge pull request #4120 from laytan/posix-processgingerBill2024-08-221-0/+24
|\
| * os2: process API for Darwin and most of it for BSDsLaytan Laats2024-08-221-0/+24
* | A couple of foundation binding. Vet tabs.Vitalii Kravchenko2024-08-212-2/+16
|/
* Merge pull request #4075 from yay/more-foundation-bindingsLaytan2024-08-166-24/+104
|\
| * More Foundation bindings.Vitalii Kravchenko2024-08-166-24/+104
* | Merge pull request #3280 from beaumccartney/shm_syscallsLaytan2024-08-152-16/+58
|\ \
| * | shm_open: comment with notes abt permissionsBeau McCartney2024-03-191-0/+5
| * | sys_shm_open: fchmod the returned descriptor to get correct permsBeau McCartney2024-03-161-0/+4
| * | sys_open() calls _sys_open_mode() to get a permission flags integerBeau McCartney2024-03-151-16/+1
| * | darwin: sys_shm_open() helperBeau McCartney2024-03-151-0/+17
| * | helper function to convert Open_Flags bitset to a u32Beau McCartney2024-03-151-0/+23
| * | darwin: syscall wrappers for shm_open() and shm_unlink()Beau McCartney2024-03-151-0/+8
* | | os2: nice != priorityLaytan Laats2024-08-141-0/+26
* | | os2: initial implementation for Darwin&BSDs, process API is only thing incomp...Laytan Laats2024-08-141-0/+142
| |/ |/|
* | darwin: add setAllowedFileTypes binding for open panelsLaytan Laats2024-08-061-0/+4
* | darwin: remove syscall usage (without -no-crt) to comply to Apple guidelinesLaytan Laats2024-07-083-0/+12
* | Fix loads of indentation issues with mixing spaces and tabsgingerBill2024-06-291-551/+551
* | More style improvementsgingerBill2024-06-291-1/+1
* | Add `vendor:wgpu`Laytan Laats2024-06-121-0/+4
* | Fix typesgingerBill2024-05-241-2/+2
* | Fix enum definition for `bit_set` usegingerBill2024-05-241-10/+4
* | Merge pull request #3528 from laytan/fix-some-sync-issuesgingerBill2024-05-031-2/+2
|\ \
| * | darwin: fix minimum os version check not being inclusiveLaytan Laats2024-05-021-2/+2
* | | sys/darwin: fix sysctl and sysctlbyname syscallsLaytan Laats2024-04-301-3/+3
|/ /
* | sys/darwin/foundation: fix Application->sendEvent signatureLaytan Laats2024-04-241-1/+1
* | Core Foundation and Security vendor libraries.Vitalii Kravchenko2024-04-137-133/+648
* | Move `vendor:darwin/Foundation` to `core:sys/darwin/Foundation`gingerBill2024-04-0832-0/+3488
* | Update "core:runtime" to "base:runtime"Lucas Perlind2024-04-071-1/+1
* | add `ODIN_` prefix to the new constantLaytan Laats2024-03-181-2/+2
* | darwin: use new wait on address API if possibleLaytan Laats2024-03-152-0/+318
|/
* Merge pull request #3272 from iansimonson/add_getrusage_darwingingerBill2024-03-142-1/+27
|\
| * Use c.long rather than intIan Simonson2024-03-142-15/+17
| * Fix __darwin_suseconds_t definitionIan Simonson2024-03-141-1/+1
| * No need for timeval definitionIan Simonson2024-03-131-5/+0
| * Make RUsage more inline with macos man pageIan Simonson2024-03-131-19/+20
| * Add getrusage syscall for mac/darwinIan Simonson2024-03-132-0/+28
* | Fix syscall_munmap in darwinIan Simonson2024-03-131-1/+1
|/
* implement part of core foundation framework bindings for err messageLaytan Laats2024-02-133-0/+104
* use `Security.framework` with `SecRandomCopyBytes` for rand_bytes on darwinLaytan Laats2024-02-131-0/+24
* Remove `core:os` dependency for `base:runtime`gingerBill2024-01-281-1/+1