summaryrefslogtreecommitdiff
path: root/arch/m68k
AgeCommit message (Expand)AuthorLines
2019-10-17move __BYTE_ORDER definition to alltypes.hRich Felker-1/+2
2019-10-17remove per-arch definitions for va_listRich Felker-3/+0
2019-09-11add new syscall numbers from linux v5.2Szabolcs Nagy-0/+6
2019-09-08honor __WCHAR_TYPE__ on archs with legacy long definition of wchar_tRich Felker-0/+4
2019-08-02move IPC_STAT definition to a new bits/ipcstat.h fileRich Felker-0/+1
2019-07-29duplicate generic bits/msg.h for each arch using it, in prep to changeRich Felker-0/+15
2019-07-29collapse out byte order conditions in bits/sem.h for fixed-endian archsRich Felker-5/+0
2019-07-29duplicate generic bits/sem.h for each arch using it, in prep to changeRich Felker-0/+16
2019-07-29remove trailing newlines from various versions of bits/shm.hRich Felker-1/+0
2019-07-29duplicate generic bits/shm.h for each arch using it, in prep to changeRich Felker-0/+28
2019-07-18decouple struct stat from kernel typeRich Felker-0/+21
2019-07-01add new syscall numbers from linux v5.1Szabolcs Nagy-0/+39
2018-07-17add support for arch-specific ptrace command macrosSzabolcs Nagy-0/+2
2018-06-26add m68k reg.h and user.hRich Felker-0/+78
2018-06-20fix m68k float.h long double exponent rangeRich Felker-2/+2
2018-06-20work around broken kernel struct ipc_perm on some big endian archsRich Felker-0/+1
2018-06-19add m68k portRich Felker-0/+847