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
better support for reverse-endian variants of arm/mips/microblaze
14 years ago
errno.h
remove mips-only EINIT and EREMDEV errnos
11 years ago
fcntl.h
move O_PATH definition back to arch bits
11 years ago
fenv.h
mips: add mips-sf subarch support (soft-float)
12 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
fix TIOCMSET in mips ioctl.h
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
poll.h
fix POLLWRNORM and POLLWRBAND on mips
11 years ago
posix.h
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
reg.h
begin sys/user.h and sys/reg.h fixes for ports
14 years ago
resource.h
fix RLIMIT_ constants for mips
12 years ago
sem.h
fix semid_ds structure on mips
12 years ago
setjmp.h
fix size of mips jmp_buf
12 years ago
shm.h
make brace placement in public header struct definitions consistent
10 years ago
signal.h
make brace placement in public header typedef'd structs 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
statfs.h
fix statfs struct on mips
12 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
fix regression in tcsetattr on all mips archs
10 years ago
user.h
make sys/procfs.h mostly work on most archs
14 years ago