summaryrefslogtreecommitdiff
path: root/src/fuchsia
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add IPV6_UNICAST_HOPS to fuchsia moduleRaph Levien2018-02-281-0/+1
* add IPV6_MULTICAST_IF and IPV6_MULTICAST_HOPSBenjamin Fry2018-02-251-3/+4
* Add constants IFF_TUN, IFF_TAP and IFF_NO_PI on linux, android and fuchsia sy...luozijun2018-02-071-0/+3
* Fix Fuchsia typosTaylor Cramer2017-11-211-2/+0
* Reorganize Fuchsia moduleTaylor Cramer2017-11-151-1833/+1818
* Update Fuchsia open flagsTaylor Cramer2017-11-154-30/+22
* Move Fuchsia out of unix and into its own moduleTaylor Cramer2017-11-154-0/+4807