You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rich Felker
b60fdf133c
move time64 ioctl numbers to generic bits/ioctl.h
now that all 32-bit archs have 64-bit time types, the values for the
time-related ioctls can be shared. the mechanism for this is an
arch/generic version of the bits header. archs which don't use the
generic header still need to duplicate the definitions.
x32, which does not use the new time64 values of the macros, already
has its own overrides, so this commit does not affect it.
7 years ago
..
errno.h
deduplicate the bulk of the arch bits headers
10 years ago
fcntl.h
deduplicate the bulk of the arch bits headers
10 years ago
fenv.h
deduplicate the bulk of the arch bits headers
10 years ago
hwcap.h
add bits/hwcap.h and include it in sys/auxv.h
10 years ago
io.h
deduplicate the bulk of the arch bits headers
10 years ago
ioctl.h
move time64 ioctl numbers to generic bits/ioctl.h
7 years ago
ioctl_fix.h
fix FIOQSIZE in arm ioctl.h
10 years ago
ipc.h
move IPC_64 from public bits/ipc.h to syscall_arch.h
7 years ago
ipcstat.h
move IPC_STAT definition to a new bits/ipcstat.h file
7 years ago
kd.h
move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits
8 years ago
limits.h
define LONG_MAX via arch alltypes.h, strip down bits/limits.h
7 years ago
link.h
generalize ELF hash table types not to assume 32-bit entries
10 years ago
mman.h
deduplicate bits/mman.h
10 years ago
msg.h
use 64-bit msqid_ds layout in the generic version of bits/msg.h
7 years ago
poll.h
deduplicate the bulk of the arch bits headers
10 years ago
ptrace.h
add support for arch-specific ptrace command macros
8 years ago
resource.h
deduplicate the bulk of the arch bits headers
10 years ago
sem.h
use 64-bit semid_ds layout in the generic version of bits/sem.h
7 years ago
shm.h
remove trailing newlines from various versions of bits/shm.h
7 years ago
socket.h
move msghdr and cmsghdr out of bits/socket.h
7 years ago
soundcard.h
move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits
8 years ago
statfs.h
deduplicate the bulk of the arch bits headers
10 years ago
termios.h
fix minor namespace issues in termios.h
8 years ago
vt.h
move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits
8 years ago