summaryrefslogtreecommitdiff
path: root/arch/x86_64/bits/alltypes.h.sh
AgeCommit message (Expand)AuthorLines
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker-127/+0
2013-07-19change uid_t, gid_t, and id_t to unsigned typesRich Felker-3/+3
2013-07-17make spacing in x86_64 alltypes.h.sh more uniform with other archsRich Felker-0/+1
2013-06-25respect iso c namespace in stdio.h and wchar.h regarding va_listRich Felker-0/+1
2013-05-26on x86_64 use long instead of long long for 64bit posix typesSzabolcs Nagy-4/+4
2013-04-04fix type issues in stdint.h so underlying types of 64-bit types match ABIRich Felker-0/+3
2013-04-02re-add useconds_trofl0r-0/+1
2013-03-04fix types for wctype_t and wctrans_tRich Felker-2/+2
2013-02-26fix wrong float_t on x86_64Rich Felker-1/+1
2012-04-24use signed char rather than plain char for int8_tRich Felker-4/+4
2012-02-15add float_t and double_t to math.hRich Felker-0/+3
2011-10-15don't define wchar_t on c++Rich Felker-0/+2
2011-04-13fix and cleanup suseconds_t/timeval stuff (broken on 64-bit)Rich Felker-1/+1
2011-04-11more types cleanupRich Felker-3/+0
2011-04-11cleanup types stuff in headers, fix missing u_int*_t in sys/types.hRich Felker-11/+0
2011-04-01remove obsolete and useless useconds_t typeRich Felker-1/+0
2011-04-01somehow timespec tv_nsec had the wrong type on x86_64... fixedRich Felker-1/+1
2011-03-30avoid all malloc/free in timer creation/destructionRich Felker-1/+1
2011-03-29some preliminaries for adding POSIX timersRich Felker-1/+1
2011-03-11match dimensions so we can use all slots without invoking OOB-array-accessRich Felker-5/+5
2011-02-17reorganize pthread data structures and move the definitions to alltypes.hRich Felker-0/+15
2011-02-15fix some type leakage (timer_t) from x86_64 commitRich Felker-1/+1
2011-02-15Update x86_64 bits to mirror (modulo platform differences) the latest changesNicholas J. Kain-4/+4
2011-02-15Port musl to x86-64. One giant commit!Nicholas J. Kain-0/+116