summaryrefslogtreecommitdiff
path: root/src/fuchsia/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Constify `CMSG_LEN` for all targets.John Millikin2023-05-081-1/+1
* fuchsia: add definitions for riscv64Dan Johnson2023-04-181-0/+3
* linux: add PR_SET_PTRACER_ANYYang Hau2023-01-271-0/+1
* Add ISO C functions atof, atol, atoll, strtoll, strtoullLegionMammal9782022-12-141-1/+5
* fixup! Rearrange `sockaddr_storage` padding/alignment fieldsSteven Engler2022-11-211-1/+1
* Fix typo: `readfs` -> `readfds`Takayuki Nakata2022-10-251-2/+2
* expose setgrent/getgrent/endgrent on fuchsiaSteve Lau2022-09-161-0/+5
* Add makedev for the BSDsAlan Somers2022-09-071-11/+11
* Add ETH_P_IP to Fuchsia public constantsNick Brown2022-07-151-0/+3
* Automatically derive traits for in6_pktinfoBruno Dal Bo2022-06-211-5/+5
* in6_pktinfo.ipi6_ifindex is unsignedBruno Dal Bo2022-06-131-1/+1
* Add IPv6 CMSG options to FuchsiaBruno Dal Bo2022-06-101-0/+8
* Define DT_UNKNOWN on Fuchsia.Adam Perry2022-01-261-0/+1
* Revert "fuchsia add getrandom equivalent zx_cprng_draw."Erick Tryzelaar2021-09-031-5/+0
* Add `strtof` for all platforms that have `strtod`Hans Christian Schmitz2021-08-221-0/+1
* fuchsia add getrandom equivalent zx_cprng_draw.David Carlier2021-07-311-0/+5
* FD_ISSET: take a *const fd_set instead of *mut fd_setAlan Somers2021-07-121-1/+1
* add IP_TOS and IP_RECVTOS fuschia APIsAymerick Valette2021-05-271-0/+2
* Auto merge of #2143 - coolreader18:rlim-nlimits-linux, r=JohnTitorbors2021-04-081-0/+1
|\
| * Add RLIM_NLIMITS constant as alias of RLIMIT_NLIMITS on linux_likeNoah2021-04-081-0/+1
* | Fix styleYuki Okushi2021-04-061-474/+107
* | Constify `CMSG_SPACE` for all the targetsJohnTitor2021-03-301-2/+2
|/
* Correctly define SOCK_CLOEXEC on FuchsiaTamir Duberstein2021-01-091-3/+2
* Auto merge of #2011 - tamird:ip-freebind, r=JohnTitorbors2020-12-291-3/+6
|\
| * Define IP_FREEBIND for FuchsiaTamir Duberstein2020-12-261-3/+6
* | Define IFNAMSIZ for FuchsiaTamir Duberstein2020-12-261-0/+1
|/
* Auto merge of #2004 - dylni:define-cld-constants-for-more-targets, r=JohnTitorbors2020-12-241-0/+7
|\
| * Define CLD_ constants for more targetsdylni2020-12-211-0/+7
* | Add ip_mreqn for FuchsiaSam Balana2020-12-211-0/+6
|/
* Use safe_f! consistently across platformsDaniil Bondarev2020-09-121-39/+40
* Fix style in CMSG_* "macros" for fuchsiaamanda-tait2020-07-271-5/+6
* Add CMSG_* "macro" support to FuchsiaAmanda Tait2020-07-271-0/+54
* Add missing AT_ constantsThomas Hurst2020-03-141-0/+1
* Add `CLOCK_TAI` to linux_like/mod.rsYuki Okushi2020-03-081-9/+2
* Replace TODO with FIXME to make grep easyYuki Okushi2020-02-291-5/+5
* add wmemchr to all platforms support memchrLzu Tao2020-02-211-0/+1
* Remove unnecessary parenthesisVickenty Fesunov2020-02-121-8/+8
* fuchsiaArtyom Pavlov2019-09-201-1/+1
* Auto merge of #1513 - mulimoen:master, r=gnzlbgbors2019-09-161-0/+1
|\
| * add isblankMagnus Ulimoen2019-09-161-0/+1
* | Formattinggnzlbg2019-09-121-497/+911
|/
* Remove invalid Fuchsia functionsJoe Richey2019-08-151-190/+0
* Remove Linux constants from FushiaJoe Richey2019-06-131-3/+0
* Switch to manual trait impls for sigeventBryant Mairs2019-06-091-9/+42
* Replace uses of fixed-width integer aliases with Rust typesgnzlbg2019-05-291-43/+43
* Refactor fixed-width integer types into its own modulegnzlbg2019-05-291-9/+0
* Ignore padding for `sockaddr_nl` structBryant Mairs2019-05-271-7/+32
* Ignore padding for mq_attrBryant Mairs2019-05-271-26/+54
* Fix locale_t in unix and fuchsia.gnzlbg2019-05-241-6/+3
* Fix getgrgid_r to accept gid_t.Charles Lew2019-04-291-1/+1