summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add some more elf typesSteven Fackler2018-09-021-0/+48
* Move mallopt to exclude from muslJosh Hejna2018-09-022-15/+14
* Add malloptJosh Hejna2018-09-021-0/+15
* Fix styleJeremy Soller2018-08-241-2/+4
* Merge branch 'master' into relibcJeremy Soller2018-08-2467-692/+4973
|\
| * Undo division of in6_addr on FuchsiaTaylor Cramer2018-08-241-7/+1
| * Fix and cleanup FuchsiaTaylor Cramer2018-08-223-146/+24
| * Add TIOCGWINSZ accessor to solaris moduleIan Henry2018-08-161-0/+3
| * Merge pull request #1063 from jakllsch/netbsd-time50-fixesAlex Crichton2018-08-152-0/+4
| |\
| | * NetBSD: correct link_name of some time-related functionsJonathan A. Kollasch2018-08-152-0/+4
| * | Push function into lower modulesdebris2018-08-153-8/+12
| * | Two variants of exchangedatadebris2018-08-141-1/+6
| * | Merge branch 'master' of github.com:rust-lang/libc into exchangedatadebris2018-08-1416-27/+843
| |\ \ | | |/
| | * Auto merge of #1050 - MegatonHammer:master, r=alexcrichtonbors2018-08-072-0/+54
| | |\
| | | * Add some switch-related libc typedefsroblabla2018-08-022-0/+54
| | * | NetBSD: add basic types for aarch64Jonathan A. Kollasch2018-08-062-1/+7
| | * | fix syntax error in previousJonathan A. Kollasch2018-08-061-1/+1
| | * | NetBSD: correct c_char signedness on arm and powerpcJonathan A. Kollasch2018-08-067-17/+31
| | |/
| | * Auto merge of #1053 - papertigers:illumos-epoll-event, r=alexcrichtonbors2018-08-011-0/+1
| | |\
| | | * illumos epoll_event struct should be packedMike Zeller2018-08-011-0/+1
| | * | Auto merge of #1048 - ColinFinck:master, r=alexcrichtonbors2018-08-014-0/+748
| | |\ \
| | | * | Fix coding style.Colin Finck2018-07-312-6/+13
| | | * | Add libc definitions for HermitCore (https://hermitcore.org)Colin Finck2018-07-304-0/+741
| | * | | Fix OSX builders on CIAlex Crichton2018-08-012-10/+3
| | | |/ | | |/|
| * | | Use u32 for exchangedatadebris2018-08-141-1/+1
| * | | change exchangedata param c_long -> c_ulongdebris2018-08-011-1/+1
| * | | exchangedata is osx only, fix the function signaturedebris2018-08-012-3/+3
| * | | Merge branch 'master' into exchangedatadebris2018-08-0131-535/+1188
| |\ \ \ | | |/ /
| | * | remove FIOCLEX and FIONBIO which were shadowing a bsd-wide declarationalecmocatta2018-07-301-2/+0
| | * | FIO* for *-apple-*alecmocatta2018-07-302-2/+9
| | * | Add align feature to pthread structsLinus Färnstrand2018-07-2916-514/+832
| | * | Add align feature to sem_t structLinus Färnstrand2018-07-296-0/+30
| | * | Add align feature and use on in6_addrLinus Färnstrand2018-07-294-0/+7
| | |/
| | * Add some posix_spawn apple extension flagsHiroki Noda2018-07-291-0/+4
| | * Revert "Link to libgcc when statically linking musl"Amanieu d'Antras2018-07-211-12/+0
| | * Add MODULE_INIT_ constantsPascal Bach2018-07-172-0/+8
| | * Auto merge of #1039 - alesharik:master, r=alexcrichtonbors2018-07-174-2/+256
| | |\
| | | * Implement statfs for dragonfly, freebsd and openbsdalesharik2018-07-174-2/+256
| | * | fix struct arphdr alignment on OpenBSDSébastien Marie2018-07-143-9/+17
| | * | adjust SIGSTKSZ value for OpenBSD 6.3-currentSébastien Marie2018-07-141-1/+1
| | * | add HW_NCPUONLINE sysctl (number of cpus being used) on OpenBSDSébastien Marie2018-07-141-0/+1
| | * | add KERN_AUDIO and inc KERN_MAXID on OpenBSDSébastien Marie2018-07-141-1/+2
| | * | TCP_KEEP* constants are netbsd specificSébastien Marie2018-07-142-4/+5
| | |/
| | * Fix netbsd build with "stdbuild"Amanieu d'Antras2018-07-121-2/+2
| | * Fix a #[cfg] attributeAlex Crichton2018-07-101-1/+1
| | * Auto merge of #1034 - Amanieu:musl_libgcc, r=alexcrichtonbors2018-07-091-0/+12
| | |\
| | | * Link to libgcc when statically linking muslAmanieu d'Antras2018-07-081-0/+12
| | * | Fix type + style fix style issuesAlexander Danilov2018-07-061-3/+1
| | * | Add if_packet.h headersAlexander Danilov2018-07-061-0/+18
| | |/
| * | Fixed lint errorsdebris2018-07-051-2/+2