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
006a75a997
move IPC_STAT definition to a new bits/ipcstat.h file
otherwise, 32-bit archs that could otherwise share the generic
bits/ipc.h would need to duplicate the struct ipc_perm definition,
obscuring the fact that it's the same. sysvipc is not widely used and
these headers are not commonly included, so there is no performance
gain to be had by limiting the number of indirectly included files
here.
files with the existing time32 definition of IPC_STAT are added to all
current 32-bit archs now, so that when it's changed the change will
show up as a change rather than addition of a new file where it's less
obvious that the value is changing vs the generic one that was used
before.
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
bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20
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
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
make brace placement in public header struct definitions consistent
10 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