freebsd-dev/sys/alpha/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
..
linux_dummy.c Implement linux_sigaltstack. 1999-11-30 15:02:28 +00:00
linux_genassym.c Use genassym(1) and <sys/assym.h> to generate assembler symbols. 1999-12-23 19:59:47 +00:00
linux_ioctl.h Implement pluggable ioctl handlers. 1999-12-04 11:10:22 +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.h Implement pluggable ioctl handlers. 1999-12-04 11:10:22 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
syscalls.conf $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
syscalls.master Implement sigaltstack. 1999-11-30 15:00:17 +00:00