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
208eb584ef
syscall organization overhaul
now public syscall.h only exposes __NR_* and SYS_* constants and the
variadic syscall function. no macros or inline functions, no
__syscall_ret or other internal details, no 16-/32-bit legacy syscall
renaming, etc. this logic has all been moved to src/internal/syscall.h
with the arch-specific parts in arch/$(ARCH)/syscall_arch.h, and the
amount of arch-specific stuff has been reduced to a minimum.
changes still need to be reviewed/double-checked. minimal testing on
i386 and mips has already been performed.
14 years ago
..
alltypes.h.sh
fix incorrect ptrdiff_t type on mips
14 years ago
endian.h
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
errno.h
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
fcntl.h
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
fenv.h
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
float.h
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
ioctl.h
further fixes for mips ioctl.h header
14 years ago
ipc.h
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
limits.h
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
mman.h
fix MAP_ANONYMOUS value for mips, remove cruft copied from i386
14 years ago
msg.h
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
posix.h
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
reg.h
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
setjmp.h
add floating point register saving/restoring to mips setjmp/longjmp
14 years ago
shm.h
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
signal.h
fix redef of sigprocmask constants on mips
14 years ago
socket.h
fix socket.h on mips
14 years ago
stat.h
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
statfs.h
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
stdarg.h
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
stdint.h
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
syscall.h
syscall organization overhaul
14 years ago
termios.h
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
user.h
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
wchar.h
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago