.. |
autoconf.c
|
Remove unneeded opt headers.
|
2002-09-22 01:34:33 +00:00 |
bus_machdep.c
|
New bus_dma interfaces for use by crypto device drivers:
|
2002-10-04 20:40:39 +00:00 |
cache.c
|
Add some statistic gathering for cache flushes.
|
2002-07-31 23:39:50 +00:00 |
clock.c
|
Get rid of the TODO macro in the few places that still need work; either
|
2002-10-01 06:34:21 +00:00 |
counter.c
|
Add support for the counter-timer which is included in the Sun U2S and
|
2002-02-13 16:16:36 +00:00 |
critical.c
|
Include machine/critical.h to get missing prototypes.
|
2002-06-23 14:38:41 +00:00 |
db_disasm.c
|
De-K&R.
|
2002-03-23 20:22:19 +00:00 |
db_hwwatch.c
|
Remove __P.
|
2002-03-21 00:06:55 +00:00 |
db_interface.c
|
Add support for starting and stopping cpus with ipis.
|
2002-03-13 04:59:01 +00:00 |
db_trace.c
|
Use correct function name in previous commit.
|
2002-09-19 19:51:56 +00:00 |
dump_machdep.c
|
Add another copy of the ia64 dump_machdep.c.
|
2002-05-13 02:39:19 +00:00 |
eeprom_ebus.c
|
Add MD frontents for the mk48txx driver, ported from NetBSD, and remove
|
2002-04-04 23:58:50 +00:00 |
eeprom_sbus.c
|
Add MD frontents for the mk48txx driver, ported from NetBSD, and remove
|
2002-04-04 23:58:50 +00:00 |
eeprom.c
|
Add MD frontents for the mk48txx driver, ported from NetBSD, and remove
|
2002-04-04 23:58:50 +00:00 |
elf_machdep.c
|
Add a workaround for what seems to be confusion between binutils and the
|
2002-09-27 23:12:53 +00:00 |
exception.S
|
Removed unused tl0_syscall.
|
2002-10-12 23:43:04 +00:00 |
genassym.c
|
Add pmap support for user mappings of multiple page sizes (super pages).
|
2002-08-18 02:09:27 +00:00 |
identcpu.c
|
Identify UltraSPARC-III and UltraSPARC-III+ cpus.
|
2002-07-13 03:23:29 +00:00 |
in_cksum.c
|
Add optimized implementations of in_cksum_skip() and related functions
|
2001-11-06 20:05:01 +00:00 |
interrupt.S
|
Renamed intr_enqueue to intr_vector and intr_dequeue to intr_fast, to
|
2002-09-28 03:06:35 +00:00 |
intr_machdep.c
|
Renamed intr_enqueue to intr_vector and intr_dequeue to intr_fast, to
|
2002-09-28 03:06:35 +00:00 |
iommu.c
|
When multiple IOMMUs are present in a system, use a single TSB for all
|
2002-07-16 18:17:03 +00:00 |
locore.S
|
Removed legacy signal trampoline.
|
2002-08-29 01:59:54 +00:00 |
machdep.c
|
Get rid of the TODO macro in the few places that still need work; either
|
2002-10-01 06:34:21 +00:00 |
mem.c
|
Add a driver for the mem and kmem devices, based off the i386 version.
|
2002-03-09 22:33:16 +00:00 |
mp_exception.S
|
Remove the tlb argument to tlb_page_demap (itlb or dtlb), in order to better
|
2002-07-26 15:54:04 +00:00 |
mp_locore.S
|
Add pmap support for user mappings of multiple page sizes (super pages).
|
2002-08-18 02:09:27 +00:00 |
mp_machdep.c
|
Get rid of the TODO macro in the few places that still need work; either
|
2002-10-01 06:34:21 +00:00 |
nexus.c
|
Convert the interrupt queue from an array to a linked list. Implement
|
2002-05-25 02:39:28 +00:00 |
ofw_bus.c
|
Make the OpenFirmware interrupt mapping code more generic, to reduce
|
2002-03-24 02:11:06 +00:00 |
ofw_machdep.c
|
Fix a bug that was indroduced while moving this code around (use the
|
2001-12-21 21:31:44 +00:00 |
pmap.c
|
Some kernel threads try to do significant work, and the default KSTACK_PAGES
|
2002-10-02 07:44:29 +00:00 |
prof_machdep.c
|
Add routines needed for high resolution profiling.
|
2002-07-29 00:45:13 +00:00 |
rwindow.c
|
Check the alignment of the stack pointer before copying in windows from the
|
2002-04-20 16:23:52 +00:00 |
sparcbus_if.m
|
Add a file forgotten in the previous commit (a kobj interface that
|
2001-11-09 20:43:44 +00:00 |
support.S
|
Demark sections of code that need special fault handling with labels.
|
2002-08-16 00:57:37 +00:00 |
swtch.S
|
Add pmap support for user mappings of multiple page sizes (super pages).
|
2002-08-18 02:09:27 +00:00 |
sys_machdep.c
|
Add support for an alternate signal trampoline; add a sysarch call to register
|
2002-04-29 18:08:26 +00:00 |
tick.c
|
Add support for driving the clocks on secondary cpus.
|
2002-03-13 04:38:33 +00:00 |
tlb.c
|
Store the number of itlb and dtlb entries separately; they may be different.
|
2002-08-15 05:24:55 +00:00 |
trap.c
|
Fix standard kse breakge of non-x86 platforms. sigh.
|
2002-09-17 16:21:48 +00:00 |
tsb.c
|
Add pmap support for user mappings of multiple page sizes (super pages).
|
2002-08-18 02:09:27 +00:00 |
upa.c
|
The author isn't a [UC] Regents. Correct the copyright language.
|
2001-08-09 02:32:05 +00:00 |
vm_machdep.c
|
Fix standard kse breakge of non-x86 platforms. sigh.
|
2002-09-17 16:21:48 +00:00 |