| .. |
|
atomic.S
|
This commit (along with one pending in sys/dev/ofw and one in sys/conf) give
|
2001-06-16 07:14:07 +00:00 |
|
autoconf.c
|
Use __FBSDID rather than rcsid[].
|
2003-04-03 21:36:33 +00:00 |
|
bcopy.c
|
Remove advertising clause from University of California Regent's
|
2004-04-07 05:00:01 +00:00 |
|
busdma_machdep.c
|
Now that contigfree() does not require Giant, don't grab it in busdma.
|
2004-03-13 15:42:59 +00:00 |
|
clock.c
|
- fix compile warnings
|
2004-02-11 08:07:19 +00:00 |
|
copyinout.c
|
Kernel changes for libthr (and probably libpthread).
|
2004-03-02 06:13:09 +00:00 |
|
copystr.c
|
Use __FBSDID rather than rcsid[].
|
2003-04-03 21:36:33 +00:00 |
|
cpu.c
|
Disable branch-target instruction cache on MPC7457 as outlined
|
2004-02-09 07:04:01 +00:00 |
|
critical.c
|
Clean up header files, which fixes compile warning.
|
2004-02-11 10:49:30 +00:00 |
|
db_disasm.c
|
Clean up ddb warnings/errors and enable in GENERIC
|
2002-10-04 01:19:18 +00:00 |
|
db_hwwatch.c
|
Add DDB support.
|
2002-07-10 12:21:54 +00:00 |
|
db_interface.c
|
Make sure icache is sync'd whenever memory is touched. It may
|
2004-07-27 07:04:58 +00:00 |
|
db_memrw.c
|
Cleaned up param.h:
|
2004-02-11 07:27:34 +00:00 |
|
db_trace.c
|
Unify db_stack_trace_cmd(). All it did was look up the thread given
|
2004-07-21 05:07:09 +00:00 |
|
elf_machdep.c
|
The ADDR16 relocations were assuming that non-local symbols had an
|
2004-07-23 00:46:05 +00:00 |
|
extintr.c
|
Use __FBSDID rather than rcsid[].
|
2003-04-03 21:36:33 +00:00 |
|
fpu.c
|
Invalide pcb's fpu cpu # by setting it to INT_MAX, not NULL.
|
2004-02-11 07:19:15 +00:00 |
|
fuswintr.c
|
Use __FBSDID rather than rcsid[].
|
2003-04-03 21:36:33 +00:00 |
|
genassym.c
|
Update the callframe structure to leave space for the frame pointer
|
2004-07-22 01:28:51 +00:00 |
|
in_cksum.c
|
Missed odd address test when transcribing the Alpha version.
|
2003-02-13 08:56:41 +00:00 |
|
interrupt.c
|
Be more conservative about re-enabling interrupts during trap processing
|
2003-01-08 12:20:46 +00:00 |
|
intr_machdep.c
|
Implement preemption of kernel threads natively in the scheduler rather
|
2004-07-02 20:21:44 +00:00 |
|
locore.S
|
Bring KDB stack size into line with thread stack size (4 pages).
|
2004-07-23 05:31:14 +00:00 |
|
machdep.c
|
Improve boot-time debugging with DDB by extracting the ksym start/end
|
2004-07-27 03:41:34 +00:00 |
|
mmu_oea.c
|
Implement the protection check required by the pmap_extract_and_hold()
|
2004-07-26 18:10:10 +00:00 |
|
mp_machdep.c
|
- Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still called
|
2003-11-21 22:23:26 +00:00 |
|
nexus.c
|
Catchup to now-required <sys/module.h> for PowerPC
|
2004-06-25 13:42:48 +00:00 |
|
ofw_machdep.c
|
- removed obsolete ppc_exit/ppc_boot functions
|
2003-12-10 08:55:53 +00:00 |
|
ofwmagic.S
|
Things run thru the C preprocessor must use C-style comments.
|
2003-05-05 10:01:10 +00:00 |
|
openpic.c
|
Catch up with __RMAN_RESOURCE_VISIBLE change
|
2004-07-01 07:59:08 +00:00 |
|
pic_if.m
|
Add interrupt handling support code.
|
2002-07-09 11:12:20 +00:00 |
|
pmap.c
|
Implement the protection check required by the pmap_extract_and_hold()
|
2004-07-26 18:10:10 +00:00 |
|
sc_machdep.c
|
A syscons implementation using the 8-bit framebuffer set up by
|
2004-01-21 05:16:23 +00:00 |
|
setjmp.S
|
Add setjmp (needed for DDB).
|
2002-07-10 12:26:17 +00:00 |
|
sigcode.S
|
- use symbol for user-context offset
|
2002-09-19 04:36:44 +00:00 |
|
suswintr.c
|
Fix compile warning
|
2004-02-11 07:48:19 +00:00 |
|
swtch.S
|
Update the callframe structure to leave space for the frame pointer
|
2004-07-22 01:28:51 +00:00 |
|
syncicache.c
|
Use __FBSDID rather than rcsid[].
|
2003-04-03 21:36:33 +00:00 |
|
sys_machdep.c
|
- Push down Giant into the sysarch() calls that still need Giant.
|
2003-04-25 20:04:02 +00:00 |
|
trap.c
|
Bring into KDB new order.
|
2004-07-12 22:26:20 +00:00 |
|
trap_subr.S
|
Save DAR/DSISR in DDB regsave area when stack overflow detected. It's
|
2004-07-27 03:46:34 +00:00 |
|
uio_machdep.c
|
Remove checks for curthread == NULL - it can't happen.
|
2004-06-03 10:22:47 +00:00 |
|
uma_machdep.c
|
Add sysctl hw.uma_mdpages to track how many pages have been allocated
|
2004-02-11 04:42:48 +00:00 |
|
vm_machdep.c
|
Update the callframe structure to leave space for the frame pointer
|
2004-07-22 01:28:51 +00:00 |