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
a0252bc75b
move msghdr and cmsghdr out of bits/socket.h
these structures can now be defined generically in terms of endianness
and long size. previously, the 32-bit archs all shared a common
definition from the generic bits header, and each 64-bit arch had to
repeat the 64-bit version, with endian conditionals if the arch had
variants of each endianness.
I would prefer getting rid of the preprocessor conditionals for
padding and instead using unnamed bitfield members, like commit
9b2921bea1 did for struct timespec.
however, at present sendmsg, recvmsg, and recvmmsg need access to the
padding members by name to zero them. this could perhaps be cleaned up
in the future.
7 years ago
..
alltypes.h.in
move pthread types out of per-arch alltypes.h
7 years ago
errno.h
fix spurious trailing whitespace in powerpc & powerpc64 bits/errno.h
10 years ago
fcntl.h
move O_PATH definition back to arch bits
11 years ago
fenv.h
add powerpc soft-float support
10 years ago
float.h
fix FLT_ROUNDS to reflect the current rounding mode
11 years ago
hwcap.h
powerpc: update hwcap.h for linux v4.15
8 years ago
ioctl.h
move arch-invariant definitions out of bits/ioctl.h
7 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
mman.h
add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
8 years ago
msg.h
make brace placement in public header struct definitions consistent
10 years ago
posix.h
PPC port cleaned up, static linking works well now.
14 years ago
ptrace.h
powerpc: add PTRACE_SYSEMU from linux v4.20
7 years ago
reg.h
PPC port cleaned up, static linking works well now.
14 years ago
sem.h
fix sysvipc structures on powerpc
12 years ago
setjmp.h
change jmp_buf to share an underlying type and struct tag with sigjmp_buf
13 years ago
shm.h
remove trailing newlines from various versions of bits/shm.h
7 years ago
signal.h
use struct pt_regs * rather than void * for powerpc[64] sigcontext regs
7 years ago
socket.h
move msghdr and cmsghdr out of bits/socket.h
7 years ago
stat.h
make brace placement in public header struct definitions consistent
10 years ago
stdint.h
remove SIG_ATOMIC_MIN/MAX from stdint bits headers
13 years ago
syscall.h.in
add new syscall numbers from linux v5.2
7 years ago
termios.h
fix conflicting mips and powerpc definitions for TIOCSER_TEMT macro
7 years ago
user.h
fix clash between sys/user.h and kernel ptrace.h on powerpc[64], sh
7 years ago