Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some more elf types | Steven Fackler | 2018-09-02 | 1 | -0/+48 |
* | Move mallopt to exclude from musl | Josh Hejna | 2018-09-02 | 2 | -15/+14 |
* | Add mallopt | Josh Hejna | 2018-09-02 | 1 | -0/+15 |
* | Fix style | Jeremy Soller | 2018-08-24 | 1 | -2/+4 |
* | Merge branch 'master' into relibc | Jeremy Soller | 2018-08-24 | 67 | -692/+4973 |
|\ | |||||
| * | 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 TIOCGWINSZ accessor to solaris module | Ian Henry | 2018-08-16 | 1 | -0/+3 |
| * | Merge pull request #1063 from jakllsch/netbsd-time50-fixes | Alex Crichton | 2018-08-15 | 2 | -0/+4 |
| |\ | |||||
| | * | NetBSD: correct link_name of some time-related functions | Jonathan A. Kollasch | 2018-08-15 | 2 | -0/+4 |
| * | | Push function into lower modules | debris | 2018-08-15 | 3 | -8/+12 |
| * | | Two variants of exchangedata | debris | 2018-08-14 | 1 | -1/+6 |
| * | | Merge branch 'master' of github.com:rust-lang/libc into exchangedata | debris | 2018-08-14 | 16 | -27/+843 |
| |\ \ | | |/ | |||||
| | * | Auto merge of #1050 - MegatonHammer:master, r=alexcrichton | bors | 2018-08-07 | 2 | -0/+54 |
| | |\ | |||||
| | | * | Add some switch-related libc typedefs | roblabla | 2018-08-02 | 2 | -0/+54 |
| | * | | NetBSD: add basic types for aarch64 | Jonathan A. Kollasch | 2018-08-06 | 2 | -1/+7 |
| | * | | fix syntax error in previous | Jonathan A. Kollasch | 2018-08-06 | 1 | -1/+1 |
| | * | | NetBSD: correct c_char signedness on arm and powerpc | Jonathan A. Kollasch | 2018-08-06 | 7 | -17/+31 |
| | |/ | |||||
| | * | Auto merge of #1053 - papertigers:illumos-epoll-event, r=alexcrichton | bors | 2018-08-01 | 1 | -0/+1 |
| | |\ | |||||
| | | * | illumos epoll_event struct should be packed | Mike Zeller | 2018-08-01 | 1 | -0/+1 |
| | * | | Auto merge of #1048 - ColinFinck:master, r=alexcrichton | bors | 2018-08-01 | 4 | -0/+748 |
| | |\ \ | |||||
| | | * | | Fix coding style. | Colin Finck | 2018-07-31 | 2 | -6/+13 |
| | | * | | Add libc definitions for HermitCore (https://hermitcore.org) | Colin Finck | 2018-07-30 | 4 | -0/+741 |
| | * | | | Fix OSX builders on CI | Alex Crichton | 2018-08-01 | 2 | -10/+3 |
| | | |/ | | |/| | |||||
| * | | | Use u32 for exchangedata | debris | 2018-08-14 | 1 | -1/+1 |
| * | | | change exchangedata param c_long -> c_ulong | debris | 2018-08-01 | 1 | -1/+1 |
| * | | | exchangedata is osx only, fix the function signature | debris | 2018-08-01 | 2 | -3/+3 |
| * | | | Merge branch 'master' into exchangedata | debris | 2018-08-01 | 31 | -535/+1188 |
| |\ \ \ | | |/ / | |||||
| | * | | remove FIOCLEX and FIONBIO which were shadowing a bsd-wide declaration | alecmocatta | 2018-07-30 | 1 | -2/+0 |
| | * | | FIO* for *-apple-* | alecmocatta | 2018-07-30 | 2 | -2/+9 |
| | * | | Add align feature to pthread structs | Linus Färnstrand | 2018-07-29 | 16 | -514/+832 |
| | * | | Add align feature to sem_t struct | Linus Färnstrand | 2018-07-29 | 6 | -0/+30 |
| | * | | Add align feature and use on in6_addr | Linus Färnstrand | 2018-07-29 | 4 | -0/+7 |
| | |/ | |||||
| | * | Add some posix_spawn apple extension flags | Hiroki Noda | 2018-07-29 | 1 | -0/+4 |
| | * | Revert "Link to libgcc when statically linking musl" | Amanieu d'Antras | 2018-07-21 | 1 | -12/+0 |
| | * | Add MODULE_INIT_ constants | Pascal Bach | 2018-07-17 | 2 | -0/+8 |
| | * | Auto merge of #1039 - alesharik:master, r=alexcrichton | bors | 2018-07-17 | 4 | -2/+256 |
| | |\ | |||||
| | | * | Implement statfs for dragonfly, freebsd and openbsd | alesharik | 2018-07-17 | 4 | -2/+256 |
| | * | | fix struct arphdr alignment on OpenBSD | Sébastien Marie | 2018-07-14 | 3 | -9/+17 |
| | * | | adjust SIGSTKSZ value for OpenBSD 6.3-current | Sébastien Marie | 2018-07-14 | 1 | -1/+1 |
| | * | | add HW_NCPUONLINE sysctl (number of cpus being used) on OpenBSD | Sébastien Marie | 2018-07-14 | 1 | -0/+1 |
| | * | | add KERN_AUDIO and inc KERN_MAXID on OpenBSD | Sébastien Marie | 2018-07-14 | 1 | -1/+2 |
| | * | | TCP_KEEP* constants are netbsd specific | Sébastien Marie | 2018-07-14 | 2 | -4/+5 |
| | |/ | |||||
| | * | Fix netbsd build with "stdbuild" | Amanieu d'Antras | 2018-07-12 | 1 | -2/+2 |
| | * | Fix a #[cfg] attribute | Alex Crichton | 2018-07-10 | 1 | -1/+1 |
| | * | Auto merge of #1034 - Amanieu:musl_libgcc, r=alexcrichton | bors | 2018-07-09 | 1 | -0/+12 |
| | |\ | |||||
| | | * | Link to libgcc when statically linking musl | Amanieu d'Antras | 2018-07-08 | 1 | -0/+12 |
| | * | | Fix type + style fix style issues | Alexander Danilov | 2018-07-06 | 1 | -3/+1 |
| | * | | Add if_packet.h headers | Alexander Danilov | 2018-07-06 | 1 | -0/+18 |
| | |/ | |||||
| * | | Fixed lint errors | debris | 2018-07-05 | 1 | -2/+2 |