freebsd-dev/sys/alpha/alpha
John Baldwin 889a6b5845 Use the proc lock to protect p_singlethread and a P_WEXIT test. This
fixes a couple of potential KSE panics on non-i386 arch's that weren't
holding the proc lock when calling thread_exit().
2003-04-18 20:20:00 +00:00
..
alpha-gdbstub.c Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB 2003-02-16 19:22:21 +00:00
api_up1000.c Many of the alpha low level console drivers still have bogus compile time 2002-08-22 19:52:16 +00:00
atomic.s Remove extranious memory barriers, and correct the placement of a few others. 2002-10-30 01:41:44 +00:00
autoconf.c Centralize the devstat handling for all GEOM disk device drivers 2003-03-08 08:01:31 +00:00
busdma_machdep.c Change the operation parameter of bus_dmamap_sync() from an 2003-04-10 23:03:33 +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
clock.c Split statclock into statclock and profclock, and made the method for driving 2003-02-03 17:53:15 +00:00
cpuconf.c Desupport the TurboChannel Alpha's. This means the DEC3000/300* Pelic* 2002-07-09 19:20:18 +00:00
critical.c Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter() 2002-04-01 23:51:23 +00:00
db_disasm.c Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
db_instruction.h Quiet GCC 3.1 warning. 2002-04-13 22:21:28 +00:00
db_interface.c Fix abuses of cpu_critical_{enter,exit} by converting to 2002-03-21 06:14:58 +00:00
db_trace.c Fix last commit so that it actually works: 2002-09-19 20:40:26 +00:00
dec_1000a.c Many of the alpha low level console drivers still have bogus compile time 2002-08-22 19:52:16 +00:00
dec_2100_a50.c Add a couple of missing ':' in panic msgs. 2002-10-04 15:58:03 +00:00
dec_2100_a500.c Many of the alpha low level console drivers still have bogus compile time 2002-08-22 19:52:16 +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 Fix typo in panic msg. 2002-10-04 15:56:02 +00:00
dec_eb64plus.c Many of the alpha low level console drivers still have bogus compile time 2002-08-22 19:52:16 +00:00
dec_eb164.c Many of the alpha low level console drivers still have bogus compile time 2002-08-22 19:52:16 +00:00
dec_kn8ae.c Remove support for running in SimOS. The support has rotted over 2003-02-25 00:42:40 +00:00
dec_kn20aa.c Many of the alpha low level console drivers still have bogus compile time 2002-08-22 19:52:16 +00:00
dec_kn300.c Many of the alpha low level console drivers still have bogus compile time 2002-08-22 19:52:16 +00:00
dec_st550.c Many of the alpha low level console drivers still have bogus compile time 2002-08-22 19:52:16 +00:00
dec_st6600.c Many of the alpha low level console drivers still have bogus compile time 2002-08-22 19:52:16 +00:00
divrem.m4
dump_machdep.c Approved by: gallatin (mentor) 2003-01-03 00:19:54 +00:00
elf_machdep.c Resolve relative relocations in klds before trying to parse the module's 2003-01-21 02:42:44 +00:00
exception.s Move a bunch of flags from the KSE to the thread. 2003-02-17 09:55:10 +00:00
fp_emulate.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
genassym.c Move a bunch of flags from the KSE to the thread. 2003-02-17 09:55:10 +00:00
ieee_float.c
ieee_float.h
in_cksum.c Fix a warning. Dont convert away from const to just re-add it in the 2001-09-10 10:48:19 +00:00
interrupt.c Split statclock into statclock and profclock, and made the method for driving 2003-02-03 17:53:15 +00:00
locore.s Split 4.x and 5.x signal handling so that we can keep 4.x signal 2002-10-25 19:10:58 +00:00
machdep.c Hold the proc lock for curproc around sigonstack(). 2003-04-18 20:09:04 +00:00
mem.c - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
mp_machdep.c Change the console interface to pass a "struct consdev *" instead of a 2003-02-20 20:54:45 +00:00
pal.s Remove the .stab directives. I do not understand what is different about 2002-04-15 21:44:19 +00:00
pmap.c - Kill the pv_flags member of the alpha mdpage since it stop being used 2003-04-10 18:42:06 +00:00
prom_disp.s Remove the .stab directives. I do not understand what is different about 2002-04-15 21:44:19 +00:00
prom.c Remove support for running in SimOS. The support has rotted over 2003-02-25 00:42:40 +00:00
promcons.c Gigacommit to improve device-driver source compatibility between 2003-03-03 12:15:54 +00:00
sgmap.c remove unneeded #include <vm/vm_map.h> 2001-05-31 23:31:34 +00:00
support.s Define ovbcopy() as a macro which expands to the equivalent bcopy() call, 2003-04-04 17:29:55 +00:00
swtch.s Set the thread state of the newly chosen to run thread to TDS_RUNNING in 2002-07-12 18:34:22 +00:00
sys_machdep.c Fix a bug in alpha_get_uac() that I introduced in revision 1.18. It is 2003-04-18 18:06:32 +00:00
timerreg.h
trap.c Use the proc lock to protect p_singlethread and a P_WEXIT test. This 2003-04-18 20:20:00 +00:00
vm_machdep.c Protect the per-process UAC field with the proc lock where it isn't already 2003-04-17 21:57:16 +00:00