freebsd-dev/sys/alpha/alpha
2001-04-17 14:59:05 +00:00
..
alpha-gdbstub.c - Include <machine/prom.h> to get the prototype for prom_halt(). 2001-03-28 01:54:06 +00:00
api_up1000.c Argh, I missed some #include "sio.h". I was looking primarily for NSIO 2001-02-02 01:48:40 +00:00
atomic.s Remove atomic_*_{32,64} since they are now inline. If you haven't rebuilt 2000-09-22 08:30:59 +00:00
autoconf.c resurrect the declaration of order to unbreak kernel build. Put 2001-03-28 19:02:08 +00:00
busdma_machdep.c Catch up to header include changes: 2001-03-28 09:17:56 +00:00
busspace.c Remove a vestige of an older attempt at implementing this. 2000-08-29 08:50:17 +00:00
clock_if.m * Factor out the object system from new-bus so that it can be used by 2000-04-08 14:17:18 +00:00
clock.c - Include <machine/prom.h> to get the prototype for prom_halt(). 2001-03-28 01:54:06 +00:00
cpuconf.c Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
db_disasm.c Don't tell printf() to output a sign when printing out a value as hex. 2000-09-11 05:28:52 +00:00
db_instruction.h handle reserved/unimplemented instruction (opDec) faults 2001-03-05 21:21:01 +00:00
db_interface.c - Stop other CPU's in the SMP case when we enter ddb. 2001-04-17 02:41:41 +00:00
db_trace.c Add $FreeBSD$ 2000-05-01 20:32:07 +00:00
dec_1000a.c Argh, I missed some #include "sio.h". I was looking primarily for NSIO 2001-02-02 01:48:40 +00:00
dec_2100_a50.c Argh, I missed some #include "sio.h". I was looking primarily for NSIO 2001-02-02 01:48:40 +00:00
dec_2100_a500.c Grumble, I broke this file with a vi accident before commit. :-( 2001-02-04 04:13:12 +00:00
dec_3000_300.c Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
dec_3000_500.c Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
dec_axppci_33.c Remove inclusion of now vanished sio.h. 2001-02-01 21:59:00 +00:00
dec_eb64plus.c Argh, I missed some #include "sio.h". I was looking primarily for NSIO 2001-02-02 01:48:40 +00:00
dec_eb164.c Remove inclusion of now vanished sio.h. 2001-02-01 21:59:00 +00:00
dec_kn8ae.c Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
dec_kn20aa.c Argh, I missed some #include "sio.h". I was looking primarily for NSIO 2001-02-02 01:48:40 +00:00
dec_kn300.c Remove inclusion of now vanished sio.h. 2001-02-01 21:59:00 +00:00
dec_st550.c Argh, I missed some #include "sio.h". I was looking primarily for NSIO 2001-02-02 01:48:40 +00:00
dec_st6600.c Remove inclusion of now vanished sio.h. 2001-02-01 21:59:00 +00:00
divrem.m4 Add $FreeBSD$ 2000-05-01 20:32:07 +00:00
elf_machdep.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
exception.s In exception_return(), test for usermode before testing the IPL to see if 2001-04-17 02:44:35 +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 - Include <machine/prom.h> to get the prototype for prom_halt(). 2001-03-28 01:54:06 +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 Fix checksum calculations. This should fix the network problems 2000-05-07 16:41:15 +00:00
interrupt.c Changes to support SMP: 2001-04-17 14:20:33 +00:00
locore.s changes to smp_init_secondary_glue(): 2001-04-17 14:15:12 +00:00
machdep.c set gd_other_cpus later, when we have a better idea what the other cpus 2001-04-17 14:59:05 +00:00
mem.c Send the remains (such as I have located) of "block major numbers" to 2001-03-26 12:41:29 +00:00
mp_machdep.c Improved support for alpha SMP. The following commit gets dual AS2100s 2001-04-17 14:55:09 +00:00
pal.s Add $FreeBSD$ 2000-05-01 20:32:07 +00:00
pmap.c Convert the allproc and proctree locks from lockmgr locks to sx locks. 2001-03-28 11:52:56 +00:00
procfs_machdep.c Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
prom_disp.s useracc() the prequel: 1999-10-29 18:09:36 +00:00
prom.c - Include <machine/prom.h> to get the prototype for prom_halt(). 2001-03-28 01:54:06 +00:00
promcons.c Send the remains (such as I have located) of "block major numbers" to 2001-03-26 12:41:29 +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 Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
swtch.s Add a cpu_throw() function that secondary CPU's can use for their first 2001-04-17 02:46:13 +00:00
sys_machdep.c Just use proc lock to protect reading of p_pptr rather than a proctree 2001-03-07 03:18:36 +00:00
timerreg.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
trap.c Parse the various argument registers in the printtrap() function so that 2001-04-11 16:20:11 +00:00
vm_machdep.c remove bogus check -- for kernel threads we fork off of proc0, not curproc 2001-03-15 02:32:26 +00:00