summaryrefslogtreecommitdiff
path: root/src/fuchsia
Commit message (Expand)AuthorAgeFilesLines
* 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-123-499/+913
|/
* Remove invalid Fuchsia functionsJoe Richey2019-08-151-190/+0
* Remove AF_MAX, PF_MAX, NET_MAXID constantsBryant Mairs2019-07-052-32/+0
* Remove Linux constants from FushiaJoe Richey2019-06-133-602/+0
* Switch to manual trait impls for sigeventBryant Mairs2019-06-091-9/+42
* Auto merge of #1379 - gnzlbg:deprecate_fixed_width_ints, r=gnzlbgbors2019-05-291-52/+43
|\
| * 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
* | Deprecate AF_MAX and PF_MAXgnzlbg2019-05-292-0/+22
|/
* 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
* Add extra traits for haiku datatypesBryant Mairs2019-02-221-1/+0
* Add extra traits for fuchsia datatypesBryant Mairs2019-02-224-13/+433
* Cleanup dox messgnzlbg2019-02-131-28/+28
* Fix build on all platformsgnzlbg2019-02-074-183/+215
* Check for Copy impls for all typesBryant Mairs2019-02-021-0/+25
* Check for Debug impls for all typesBryant Mairs2019-02-021-0/+6
* Added setegid functionxd0096422018-12-051-0/+1
* splice the common libc functions and ctypes throughout the librarygnzlbg2018-11-211-0/+152
* Add support for SIGSYS in signalfdStephen Barber2018-11-061-1/+6
* Undo division of in6_addr on FuchsiaTaylor Cramer2018-08-241-7/+1
* Fix and cleanup FuchsiaTaylor Cramer2018-08-223-146/+24
* Add align feature to pthread structsLinus Färnstrand2018-07-291-38/+108
* Add align feature and use on in6_addrLinus Färnstrand2018-07-291-0/+2
* Add sem_getvalue to unixJason Longshore2018-05-101-0/+2