about summary refs log tree commit diff
path: root/arch/generic
Commit message (Expand)AuthorAgeFilesLines
* make generic bits/fcntl.h shareable with 64-bit archsRich Felker2020-09-031-0/+6
* move struct dirent to bits header, allow NAME_MAX to varyRich Felker2020-01-251-0/+11
* move time64 ioctl numbers to generic bits/ioctl.hRich Felker2019-11-021-0/+5
* move msghdr and cmsghdr out of bits/socket.hRich Felker2019-11-021-15/+0
* define LONG_MAX via arch alltypes.h, strip down bits/limits.hRich Felker2019-10-171-0/+0
* move IPC_STAT definition to a new bits/ipcstat.h fileRich Felker2019-08-021-0/+1
* move IPC_64 from public bits/ipc.h to syscall_arch.hRich Felker2019-07-301-2/+0
* use 64-bit msqid_ds layout in the generic version of bits/msg.hRich Felker2019-07-291-3/+0
* use 64-bit semid_ds layout in the generic version of bits/sem.hRich Felker2019-07-291-2/+0
* extricate bits/sem.h from x32 time_t hackRich Felker2019-07-291-6/+6
* remove trailing newlines from various versions of bits/shm.hRich Felker2019-07-291-1/+0
* use 64-bit shmid_ds layout in the generic version of bits/shm.hRich Felker2019-07-291-3/+0
* math: add fp_arch.h with fp_barrier and fp_force_evalSzabolcs Nagy2019-04-171-0/+0
* bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20Szabolcs Nagy2019-03-131-0/+2
* move arch-invariant definitions out of bits/ioctl.hBobby Bingham2019-02-071-98/+0
* move inclusion of linux headers for kd.h, soundcard.h, vt.h to bitsmidipix2018-07-203-0/+3
* add support for arch-specific ptrace command macrosSzabolcs Nagy2018-07-171-0/+0
* fix minor namespace issues in termios.hRich Felker2018-03-101-0/+2
* ioctl TIOCGPTPEER from linux v4.13Szabolcs Nagy2017-11-051-0/+1
* add SIOCGSTAMPNS socket ioctl macro to ioctl.hSzabolcs Nagy2017-08-291-0/+1
* remove legacy i386 fallback stdarg implementation and frameworkRich Felker2016-12-151-4/+0
* generalize ELF hash table types not to assume 32-bit entriesRich Felker2016-11-111-0/+1
* add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy2016-10-201-0/+0
* make brace placement in public header struct definitions consistentRich Felker2016-07-035-12/+6
* fix generic termios.h macro exposure/namespace issuesSzabolcs Nagy2016-07-031-9/+14
* fix FIOQSIZE in arm ioctl.hSzabolcs Nagy2016-07-032-0/+2
* add missing TIOC* macros to ioctl.hSzabolcs Nagy2016-07-031-0/+8
* add missing SIOCSIFNAME from linux/sockios.h to ioctl.hSzabolcs Nagy2016-07-031-0/+1
* remove ioctl macros that were removed from linux uapiSzabolcs Nagy2016-07-031-4/+0
* deduplicate bits/mman.hSzabolcs Nagy2016-03-181-0/+0
* deduplicate the bulk of the arch bits headersRich Felker2016-01-2715-0/+644