freebsd-src/sys/alpha/alpha
Alan Cox 7f6b8c3d04 Remove an unnecessary alignment check from osigreturn and sigreturn. (The
data is copyin()'ed to a properly aligned buffer.)

Return EFAULT rather than EINVAL if the sigcontext is inaccessible,
as specified by the documentation.

Submitted by:	bde
1999-11-04 23:23:13 +00:00
..
alpha-gdbstub.c Merge the cons.c and cons.h to the best of my ability. alpha may or 1999-08-09 10:35:05 +00:00
atomic.s Fix the atomic arithmetic primitives for address where (p&7) >= 4. 1999-11-04 09:55:07 +00:00
autoconf.c Cut out some extra dead code that I missed last time around. I think 1999-11-02 19:29:20 +00:00
busdma_machdep.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
clock.c Divide the Alpha's hz of 1024 by 8 to obain a stathz of 128. This 1999-10-13 19:18:29 +00:00
clock_if.m $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
cpuconf.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
db_disasm.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
db_instruction.h Add some stack backtrace support. Pretty fragile but its a start. 1998-06-27 15:37:43 +00:00
db_interface.c Merge the cons.c and cons.h to the best of my ability. alpha may or 1999-08-09 10:35:05 +00:00
db_trace.c - Add another adhoc frame_size detection for stack trace. 1999-04-16 12:04:39 +00:00
dec_2100_a50.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
dec_3000_300.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
dec_3000_500.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
dec_axppci_33.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
dec_eb64plus.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
dec_eb164.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
dec_kn8ae.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
dec_kn20aa.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
dec_st550.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
dec_st6600.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
divrem.m4 Declare the return address for __divX, __remX so that gdb can step over 1999-05-02 12:05:09 +00:00
elf_machdep.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
exception.s $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
fp_emulate.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
genassym.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
gensetdefs.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ieee_float.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ieee_float.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
in_cksum.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
interrupt.c Use BWX instructions on EV6 as well as EV5. 1999-10-15 21:08:52 +00:00
ipl_funcs.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
locore.s $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
machdep.c Remove an unnecessary alignment check from osigreturn and sigreturn. (The 1999-11-04 23:23:13 +00:00
mem.c Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the 1999-10-30 06:32:05 +00:00
pal.s Add hooks for the Iprobe kernel profiler. 1999-01-10 12:35:39 +00:00
pmap.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
procfs_machdep.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
prom.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
prom_disp.s useracc() the prequel: 1999-10-29 18:09:36 +00:00
promcons.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
setdef0.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
setdef1.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
sgmap.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
support.s $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
swtch.s Don't lower the ipl when returning from handling an interrupt. 1999-10-30 15:20:31 +00:00
sys_machdep.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
timerreg.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
trap.c Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the 1999-10-30 06:32:05 +00:00
vm_machdep.c The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) to 1999-10-30 07:37:14 +00:00