index
:
delta/rust-libc.git
auto-libc
azure-pipelines
dependabot/add-v2-config-file
dependabot/cargo/ctest-0.2.1
dependabot/cargo/ctest-0.2.2
dependabot/cargo/ctest-0.2.7
dependabot/cargo/ctest-0.2.8
dependabot/cargo/ctest-bf780a0
gh-pages
gha
homu-tmp
main
master
mirrors-cdn
msvc-crt-link
try
woops
github.com: rust-lang/libc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fuchsia
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly define SOCK_CLOEXEC on Fuchsia
Tamir Duberstein
2021-01-09
1
-3
/
+2
*
Auto merge of #2011 - tamird:ip-freebind, r=JohnTitor
bors
2020-12-29
1
-3
/
+6
|
\
|
*
Define IP_FREEBIND for Fuchsia
Tamir Duberstein
2020-12-26
1
-3
/
+6
*
|
Define IFNAMSIZ for Fuchsia
Tamir Duberstein
2020-12-26
1
-0
/
+1
|
/
*
Auto merge of #2004 - dylni:define-cld-constants-for-more-targets, r=JohnTitor
bors
2020-12-24
1
-0
/
+7
|
\
|
*
Define CLD_ constants for more targets
dylni
2020-12-21
1
-0
/
+7
*
|
Add ip_mreqn for Fuchsia
Sam Balana
2020-12-21
1
-0
/
+6
|
/
*
Use safe_f! consistently across platforms
Daniil Bondarev
2020-09-12
1
-39
/
+40
*
Fix style in CMSG_* "macros" for fuchsia
amanda-tait
2020-07-27
1
-5
/
+6
*
Add CMSG_* "macro" support to Fuchsia
Amanda Tait
2020-07-27
1
-0
/
+54
*
Add missing AT_ constants
Thomas Hurst
2020-03-14
1
-0
/
+1
*
Add `CLOCK_TAI` to linux_like/mod.rs
Yuki Okushi
2020-03-08
1
-9
/
+2
*
Replace TODO with FIXME to make grep easy
Yuki Okushi
2020-02-29
1
-5
/
+5
*
add wmemchr to all platforms support memchr
Lzu Tao
2020-02-21
1
-0
/
+1
*
Remove unnecessary parenthesis
Vickenty Fesunov
2020-02-12
1
-8
/
+8
*
fuchsia
Artyom Pavlov
2019-09-20
1
-1
/
+1
*
Auto merge of #1513 - mulimoen:master, r=gnzlbg
bors
2019-09-16
1
-0
/
+1
|
\
|
*
add isblank
Magnus Ulimoen
2019-09-16
1
-0
/
+1
*
|
Formatting
gnzlbg
2019-09-12
3
-499
/
+913
|
/
*
Remove invalid Fuchsia functions
Joe Richey
2019-08-15
1
-190
/
+0
*
Remove AF_MAX, PF_MAX, NET_MAXID constants
Bryant Mairs
2019-07-05
2
-32
/
+0
*
Remove Linux constants from Fushia
Joe Richey
2019-06-13
3
-602
/
+0
*
Switch to manual trait impls for sigevent
Bryant Mairs
2019-06-09
1
-9
/
+42
*
Auto merge of #1379 - gnzlbg:deprecate_fixed_width_ints, r=gnzlbg
bors
2019-05-29
1
-52
/
+43
|
\
|
*
Replace uses of fixed-width integer aliases with Rust types
gnzlbg
2019-05-29
1
-43
/
+43
|
*
Refactor fixed-width integer types into its own module
gnzlbg
2019-05-29
1
-9
/
+0
*
|
Deprecate AF_MAX and PF_MAX
gnzlbg
2019-05-29
2
-0
/
+22
|
/
*
Ignore padding for `sockaddr_nl` struct
Bryant Mairs
2019-05-27
1
-7
/
+32
*
Ignore padding for mq_attr
Bryant Mairs
2019-05-27
1
-26
/
+54
*
Fix locale_t in unix and fuchsia.
gnzlbg
2019-05-24
1
-6
/
+3
*
Fix getgrgid_r to accept gid_t.
Charles Lew
2019-04-29
1
-1
/
+1
*
Add extra traits for haiku datatypes
Bryant Mairs
2019-02-22
1
-1
/
+0
*
Add extra traits for fuchsia datatypes
Bryant Mairs
2019-02-22
4
-13
/
+433
*
Cleanup dox mess
gnzlbg
2019-02-13
1
-28
/
+28
*
Fix build on all platforms
gnzlbg
2019-02-07
4
-183
/
+215
*
Check for Copy impls for all types
Bryant Mairs
2019-02-02
1
-0
/
+25
*
Check for Debug impls for all types
Bryant Mairs
2019-02-02
1
-0
/
+6
*
Added setegid function
xd009642
2018-12-05
1
-0
/
+1
*
splice the common libc functions and ctypes throughout the library
gnzlbg
2018-11-21
1
-0
/
+152
*
Add support for SIGSYS in signalfd
Stephen Barber
2018-11-06
1
-1
/
+6
*
Undo division of in6_addr on Fuchsia
Taylor Cramer
2018-08-24
1
-7
/
+1
*
Fix and cleanup Fuchsia
Taylor Cramer
2018-08-22
3
-146
/
+24
*
Add align feature to pthread structs
Linus Färnstrand
2018-07-29
1
-38
/
+108
*
Add align feature and use on in6_addr
Linus Färnstrand
2018-07-29
1
-0
/
+2
*
Add sem_getvalue to unix
Jason Longshore
2018-05-10
1
-0
/
+2
*
Add IPV6_UNICAST_HOPS to fuchsia module
Raph Levien
2018-02-28
1
-0
/
+1
*
add IPV6_MULTICAST_IF and IPV6_MULTICAST_HOPS
Benjamin Fry
2018-02-25
1
-3
/
+4
*
Add constants IFF_TUN, IFF_TAP and IFF_NO_PI on linux, android and fuchsia sy...
luozijun
2018-02-07
1
-0
/
+3
*
Fix Fuchsia typos
Taylor Cramer
2017-11-21
1
-2
/
+0
*
Reorganize Fuchsia module
Taylor Cramer
2017-11-15
1
-1833
/
+1818
[next]