.. |
autoconf.c
|
Run configure at SI_SUB_THIRD instead of SI_SUB_ANY like other
|
2002-11-18 03:28:23 +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 a spin lock to single thread cache invalidation and tlb flush ipis,
|
2002-12-22 20:50:23 +00:00 |
clock.c
|
Start tick at the correct time (cpu_init_clocks), instead of cpu_startup.
|
2002-10-22 07:10:15 +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
|
- Use direct mapped addresses for the message buffer, for the crash dump
|
2002-12-27 01:50:29 +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
|
Remove a workaround for a binutils bug that was fixed in the recent
|
2002-12-02 18:56:30 +00:00 |
exception.S
|
Pass 0 in %o1 to tl0_trap for all non-interrupt traps. This will be used
|
2002-12-28 23:34:21 +00:00 |
genassym.c
|
- Change the way the direct mapped region is implemented to be generally
|
2002-12-23 23:39:57 +00:00 |
identcpu.c
|
s/HZ/Hz/
|
2002-11-06 23:31:01 +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
|
- Expand struct trapframe to 256 bytes, make all fields fixed width and the
|
2002-10-22 18:03:15 +00:00 |
iommu.c
|
Do not panic when a dmamap is unloaded more then once, but just silently
|
2002-12-01 22:59:29 +00:00 |
locore.S
|
Removed legacy signal trampoline.
|
2002-08-29 01:59:54 +00:00 |
machdep.c
|
- Use direct mapped addresses for the message buffer, for the crash dump
|
2002-12-27 01:50:29 +00:00 |
mem.c
|
Teach /dev/kmem about direct mapped addresses.
|
2002-12-27 19:18:04 +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
|
- Add a spin lock to single thread cache invalidation and tlb flush ipis,
|
2002-12-22 20:50:23 +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
|
Add two new workaround for firmware anomalies:
|
2002-11-07 16:07:46 +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
|
Hold the page queues lock around calls to vm_page_flag_clear() and
|
2002-12-28 21:14:44 +00:00 |
prof_machdep.c
|
Add routines needed for high resolution profiling.
|
2002-07-29 00:45:13 +00:00 |
rwindow.c
|
Greatly improve readability of trap() by using a table to convert between
|
2002-10-25 16:00:47 +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
|
- Expand struct trapframe to 256 bytes, make all fields fixed width and the
|
2002-10-22 18:03:15 +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
|
Initialize tick_MHz and related variables much earlier. After the last
|
2002-10-25 17:42:14 +00:00 |
tlb.c
|
- Add a spin lock to single thread cache invalidation and tlb flush ipis,
|
2002-12-22 20:50:23 +00:00 |
trap.c
|
Allow deprecated or unimplemented system call vectors to deliver SIGSYS,
|
2002-10-26 17:38:20 +00:00 |
tsb.c
|
- Add a pmap pointer to struct md_page, and use this to find the pmap that
|
2002-12-21 22:43:19 +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
|
Implement uma_small_alloc and uma_small_free. Not yet used.
|
2002-12-27 03:11:29 +00:00 |