freebsd-nq/sys/alpha/alpha
Peter Dufault 6d9a8d3e8f I applied the wrong patch set. Back out anything associated
with the known bogus currtpriority.  This undoes the previous changes to
sys/i386/i386/trap.c, sys/alpha/alpha/trap.c, sys/sys/systm.h

Now we have the patch set approved by bde.

Approved by:	bde
2000-03-02 22:03:49 +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 Include opt_nfs.h 1999-12-27 07:51:05 +00:00
busdma_machdep.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
clock_if.m $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
clock.c Per BDE- make this more like the i386 code in that, as per the comment, 2000-01-04 11:30:01 +00:00
cpuconf.c A port of NetBSD's AlphaServer 1000 and 1000A support. Thanks to Cristian 1999-12-01 15:25:04 +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 Add a new mechanism, cndbctl(), to tell the console driver that 2000-01-11 14:54:01 +00:00
db_trace.c - Add another adhoc frame_size detection for stack trace. 1999-04-16 12:04:39 +00:00
dec_1000a.c o Wilko Bulte has tested our AlphaServer 1000A ("Noritake") support 2000-02-15 18:47:51 +00:00
dec_2100_a50.c [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in the 1999-12-08 17:44:04 +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 [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in the 1999-12-08 17:44:04 +00:00
dec_eb64plus.c [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in the 1999-12-08 17:44:04 +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 [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in the 1999-12-08 17:44:04 +00:00
dec_st550.c [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in the 1999-12-08 17:44:04 +00:00
dec_st6600.c Stop calling everthing an XP1000. 1999-12-14 17:50:00 +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 Re-organise the code which manages the owner of the FP state (fpcurproc). 1999-11-10 21:14:25 +00:00
genassym.c Sync with i386 2000-01-08 16:43:46 +00:00
gensetdefs.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ieee_float.c Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 04:46:21 +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 Properly attribute interrupt time on alpha. Previously, interrupt time 1999-11-19 13:38:22 +00:00
ipl_funcs.c Don't include <machine/ipl.h> in <sys/systm.h> in the i386 case. This 2000-02-17 18:37:45 +00:00
locore.s $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
machdep.c * Fix the memory probing code so that it sees all memory clusters, not 2000-02-29 08:48:10 +00:00
mem.c Remove the iskmemdev() function. Make it the responsibility of the mem.c 1999-11-07 12:01:32 +00:00
pal.s Add hooks for the Iprobe kernel profiler. 1999-01-10 12:35:39 +00:00
pmap.c * Fix the memory probing code so that it sees all memory clusters, not 2000-02-29 08:48:10 +00:00
procfs_machdep.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
prom_disp.s useracc() the prequel: 1999-10-29 18:09:36 +00:00
prom.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
promcons.c Fixed bounds checking of unit number in promopen(). Minor numbers can 2000-01-09 16:24:55 +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 Fix two bugs in the fault handler for copy{in,out} and friends. 2000-02-25 03:26:10 +00:00
swtch.s Re-organise the code which manages the owner of the FP state (fpcurproc). 1999-11-10 21:14:25 +00:00
sys_machdep.c The kernel side of per-process unaligned access control (printing, fixing & 2000-01-16 07:07:33 +00:00
timerreg.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
trap.c I applied the wrong patch set. Back out anything associated 2000-03-02 22:03:49 +00:00
vm_machdep.c The kernel side of per-process unaligned access control (printing, fixing & 2000-01-16 07:07:33 +00:00