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.
Szabolcs Nagy
fe39aaae0e
add bits/hwcap.h and include it in sys/auxv.h
aarch64, arm, mips, mips64, mipsn32, powerpc, powerpc64 and sh have
cpu feature bits defined in linux for AT_HWCAP auxv entry, so expose
those in sys/auxv.h
it seems the mips hwcaps were never exposed to userspace neither
by linux nor by glibc, but that's most likely an oversight.
10 years ago
..
alltypes.h.in
make all objects used with atomic operations volatile
11 years ago
endian.h
PPC port cleaned up, static linking works well now.
14 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
add bits/hwcap.h and include it in sys/auxv.h
10 years ago
ioctl.h
remove mips and powerpc ioctls that are missing from linux uapi
10 years ago
ipc.h
make brace placement in public header struct definitions consistent
10 years ago
limits.h
support configurable page size on mips, powerpc and microblaze
13 years ago
mman.h
deduplicate bits/mman.h
10 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
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
make brace placement in public header struct definitions consistent
10 years ago
signal.h
make brace placement in public header struct definitions consistent
10 years ago
socket.h
make brace placement in public header struct definitions consistent
10 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 preadv2 and pwritev2 syscall numbers for linux v4.6
10 years ago
termios.h
make brace placement in public header struct definitions consistent
10 years ago
user.h
make sys/procfs.h mostly work on most archs
14 years ago