aboutsummaryrefslogtreecommitdiff
path: root/arch/generic
AgeCommit message (Expand)Author
2024-05-07stdint.h: derive limits from __LONG_MAX, use common fast16 typesRich Felker
2024-05-07sys/reg.h: derive __WORDSIZE from __LONG_MAXRich Felker
2024-05-07unify bits/stat.h for all archs sharing a common definitionRich Felker
2020-09-03make generic bits/fcntl.h shareable with 64-bit archsRich Felker
2020-01-25move struct dirent to bits header, allow NAME_MAX to varyRich Felker
2019-11-02move time64 ioctl numbers to generic bits/ioctl.hRich Felker
2019-11-02move msghdr and cmsghdr out of bits/socket.hRich Felker
2019-10-17define LONG_MAX via arch alltypes.h, strip down bits/limits.hRich Felker
2019-08-02move IPC_STAT definition to a new bits/ipcstat.h fileRich Felker
2019-07-30move IPC_64 from public bits/ipc.h to syscall_arch.hRich Felker
2019-07-29use 64-bit msqid_ds layout in the generic version of bits/msg.hRich Felker
2019-07-29use 64-bit semid_ds layout in the generic version of bits/sem.hRich Felker
2019-07-29extricate bits/sem.h from x32 time_t hackRich Felker
2019-07-29remove trailing newlines from various versions of bits/shm.hRich Felker
2019-07-29use 64-bit shmid_ds layout in the generic version of bits/shm.hRich Felker
2019-04-17math: add fp_arch.h with fp_barrier and fp_force_evalSzabolcs Nagy
2019-03-13bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20Szabolcs Nagy
2019-02-07move arch-invariant definitions out of bits/ioctl.hBobby Bingham
2018-07-20move inclusion of linux headers for kd.h, soundcard.h, vt.h to bitsmidipix
2018-07-17add support for arch-specific ptrace command macrosSzabolcs Nagy
2018-03-10fix minor namespace issues in termios.hRich Felker
2017-11-05ioctl TIOCGPTPEER from linux v4.13Szabolcs Nagy
2017-08-29add SIOCGSTAMPNS socket ioctl macro to ioctl.hSzabolcs Nagy
2016-12-15remove legacy i386 fallback stdarg implementation and frameworkRich Felker
2016-11-11generalize ELF hash table types not to assume 32-bit entriesRich Felker
2016-10-20add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy
2016-07-03make brace placement in public header struct definitions consistentRich Felker
2016-07-03fix generic termios.h macro exposure/namespace issuesSzabolcs Nagy
2016-07-03fix FIOQSIZE in arm ioctl.hSzabolcs Nagy
2016-07-03add missing TIOC* macros to ioctl.hSzabolcs Nagy
2016-07-03add missing SIOCSIFNAME from linux/sockios.h to ioctl.hSzabolcs Nagy
2016-07-03remove ioctl macros that were removed from linux uapiSzabolcs Nagy
2016-03-18deduplicate bits/mman.hSzabolcs Nagy
2016-01-27deduplicate the bulk of the arch bits headersRich Felker