HardenedBSD/sys/i386/linux
Bruce Evans 654f6be1c8 Changed the type used to represent the user stack pointer from `long *'
to `register_t *'.  This fixes bugs like misplacement of argc and argv
on the user stack on i386's with 64-bit longs.  We still use longs to
represent "words" like argc and argv, and assume that they are on the
stack (and that there is stack).  The suword() and fuword() families
should also use register_t.
1999-12-27 10:42:55 +00:00
..
imgact_linux.c Implement pluggable ioctl handlers. 1999-12-04 11:10:22 +00:00
linux_dummy.c Implement linux_sigaltstack. 1999-11-30 15:02:28 +00:00
linux_file.c
linux_genassym.c Use genassym(1) and <sys/assym.h> to generate assembler symbols. 1999-12-23 19:59:47 +00:00
linux_ioctl.c Implement pluggable ioctl handlers. 1999-12-04 11:10:22 +00:00
linux_ioctl.h Implement pluggable ioctl handlers. 1999-12-04 11:10:22 +00:00
linux_ipc.c
linux_locore.s
linux_mib.c
linux_mib.h
linux_misc.c Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
linux_proto.h Implement linux_sigaltstack. 1999-11-30 15:02:28 +00:00
linux_signal.c Fix LINT breakage. 1999-12-05 18:49:09 +00:00
linux_socket.c
linux_stats.c Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
linux_syscall.h Implement linux_sigaltstack. 1999-11-30 15:02:28 +00:00
linux_sysent.c Implement linux_sigaltstack. 1999-11-30 15:02:28 +00:00
linux_sysvec.c Changed the type used to represent the user stack pointer from `long *' 1999-12-27 10:42:55 +00:00
linux_util.c Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
linux_util.h Implement pluggable ioctl handlers. 1999-12-04 11:10:22 +00:00
linux.h Implement pluggable ioctl handlers. 1999-12-04 11:10:22 +00:00
Makefile
syscalls.conf
syscalls.master