summaryrefslogtreecommitdiff
path: root/src/unix/bsd/apple/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Constify `CMSG_LEN` for all targets.John Millikin2023-05-081-1/+1
* Auto merge of #3233 - GuillaumeGomez:proc-darwin, r=Amanieubors2023-05-061-0/+12
|\
| * Add missing <proc.h> constants for darwinGuillaume Gomez2023-05-051-0/+12
* | Add PF_ROUTE structures on Apple systemsroblabla2023-04-251-0/+74
|/
* apple: add time.h functionsshua2023-03-261-0/+17
* Add posix_spawnattr_set_qos_class_npStiopa Koltsov2023-02-221-0/+8
* apple add pthread_stack_frame_decode_npDavid CARLIER2023-02-051-0/+4
* Add pthread_main_np on Apple targetsMads Marquart2023-01-211-0/+1
* Add struct ctl_info for AppleZhi-Qiang Lei2023-01-211-0/+9
* expose dirname and basenameSteve Lau2022-10-251-0/+3
* add missing clockid_t on macOSyuhaixin.hx2022-10-181-0/+4
* Auto merge of #2946 - devnexen:os_log_macos, r=JohnTitorbors2022-10-091-0/+24
|\
| * os_log/signpost for apple api subsetDavid CARLIER2022-10-071-0/+24
* | Don't link against iconv on apple targets when used by `std`Thom Chiovoloni2022-10-061-1/+4
|/
* Add bindings to Apple's `os/lock.h` APIs (os_unfair_lock)Thom Chiovoloni2022-10-051-0/+38
* add major/minor/makedev on apple OSesSteve Lau2022-10-021-0/+12
* Use `::Option` and not `Option` for `pthread_jit_write_callback_t`Thom Chiovoloni2022-09-291-1/+1
* Added malloc_good_size.Nathan Ricci2022-09-231-0/+1
* Exposed malloc_size on macNathan Ricci2022-09-221-0/+2
* apple: Add the attrlist set of functionsbeetrees2022-09-061-0/+227
* apple add pthread_jit_write_callback_t api related.David CARLIER2022-09-011-0/+12
* Auto merge of #2883 - thomcc:confstr, r=JohnTitorbors2022-08-231-0/+10
|\
| * Add `confstr` and guaranteed `_CS_*` constants on appleThom Chiovoloni2022-08-181-0/+10
* | apple SEEK_{DATA,HOLE} O_{EVTONLY,NOFOLLOW_ANY}Jeong YunWon2022-08-211-5/+9
|/
* feat: Add `f_flags_ext` member to Apple's `statfs` structureAlexis (Poliorcetics) Bourget2022-08-021-1/+2
* memmem and task_set_info is available on iOSJeong YunWon2022-07-281-0/+6
* task_set_info addition, on macOs only.David CARLIER2022-06-241-0/+5
* task_threads addition for macOsDavid CARLIER2022-06-171-0/+8
* apple add task_create/task_terminateDavid CARLIER2022-06-141-0/+11
* Add doc aliases on __error() functionGuillaume Gomez2022-06-121-0/+2
* Correctly handle some consts declaration on macOSYuki Okushi2022-06-091-4/+10
* apple adding `IPV6_BOUND_IF` socket constant.David CARLIER2022-05-261-0/+1
* Add NDRV address/protocol family.Jan Danielsson2022-05-171-0/+2
* Add sockaddr_ndrv type for raw sockets on macos.Jan Danielsson2022-05-171-0/+7
* Added SSM sockops for OSes that have support but were missing from libcmaxfranke2022-04-121-0/+10
* Use target_pointer_width attributeVladimir Michael Eatwell2022-03-171-4/+4
* [watch_os] add support for Apple WatchOSVladimir Michael Eatwell2022-03-081-3/+3
* (f)copyfile fn for appleDavid CARLIER2022-02-031-0/+53
* Add `ip_mreqn` on Apple platformsTamir Duberstein2022-01-171-0/+6
* macOs update backtrace api.David CARLIER2022-01-151-0/+22
* apple IP{,V6}_DONTFRAG constantsDirkjan Ochtman2022-01-011-0/+2
* apple fcntl fn update.David CARLIER2021-12-231-0/+42
* Suggest the `mach2` crate insteadYuki Okushi2021-11-161-9/+9
* Declare clock_settime for macOS.jfh2021-10-311-0/+1
* darwin add strtonum from Big SurDavid CARLIER2021-10-271-0/+8
* darwin add posix_spawn specific extensions for universal binariesDavid CARLIER2021-10-261-0/+20
* darwin libproc Big Sur update.David CARLIER2021-10-211-0/+9
* Auto merge of #2459 - devnexen:macos_bug_sur_further_upd, r=JohnTitorbors2021-10-201-0/+3
|\
| * apple further Big Sur update adding few more fn.David CARLIER2021-10-161-0/+3
* | Auto merge of #2451 - GuillaumeGomez:freebsd-items, r=JohnTitorbors2021-10-201-8/+11
|\ \ | |/ |/|