freebsd-nq/sys/sparc64/sparc64
John Baldwin 76764432e4 - Add support for "paging" in stack trace output. That is, when you do
a stack trace from ddb, the output will pause with a '--More--' prompt
  every 18 lines.  If you hit Enter, it will print another line and prompt
  again.  If you hit space it will output another page and then prompt.
  If you hit 'q' or 'x' it will abort the rest of the stack trace.
- Fix the sparc64 userland stack trace to honor the total count of lines
  to print.  This is useful if your trace happens to walk back onto
  0xdeadc0de and gets stuck in an endless loop.

MFC after:	1 month
Tested on:	i386, alpha, sparc64
2004-09-20 19:05:32 +00:00
..
autoconf.c
bus_machdep.c Better fix the busdma problem exposed by ATA. With the CMD 646 for 2004-09-10 07:00:28 +00:00
cache.c Remove advertising clause from University of California Regent's 2004-04-07 05:00:01 +00:00
cheetah.c Fix a bug in the data access error recorvery. Before re-enabling the data 2003-11-11 06:41:54 +00:00
clock.c
counter.c Prefer explicit ints to implicit ints in the prototype as well as in 2004-05-10 11:17:20 +00:00
critical.c Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's 2003-08-12 23:24:05 +00:00
db_disasm.c
db_hwwatch.c
db_interface.c Mega update for the KDB framework: turn DDB into a KDB backend. 2004-07-10 23:47:20 +00:00
db_trace.c - Add support for "paging" in stack trace output. That is, when you do 2004-09-20 19:05:32 +00:00
dump_machdep.c Don't confuse NULL with 0. 2003-12-26 14:30:19 +00:00
eeprom_ebus.c - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a 2004-08-12 17:41:33 +00:00
eeprom_sbus.c - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a 2004-08-12 17:41:33 +00:00
eeprom.c - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a 2004-08-12 17:41:33 +00:00
elf_machdep.c Add __elfN(dump_thread). This function is called from __elfN(coredump) 2004-08-11 02:35:06 +00:00
exception.S add support for interrupt counting on sparc64. This copies part of the 2003-07-16 00:08:43 +00:00
gdb_machdep.c Introduce the GDB debugger backend for the new KDB framework. The 2004-07-10 17:47:22 +00:00
genassym.c Move the per-CPU vmspace pointer fixup that is required before a 2004-05-26 12:06:52 +00:00
identcpu.c Update the reference to the FreeBSD sparc64 mailing list, its name has 2004-04-30 14:04:21 +00:00
in_cksum.c Remove advertising clause from University of California Regent's 2004-04-07 05:00:01 +00:00
interrupt.S add support for interrupt counting on sparc64. This copies part of the 2003-07-16 00:08:43 +00:00
intr_machdep.c Implement preemption of kernel threads natively in the scheduler rather 2004-07-02 20:21:44 +00:00
iommu.c These don't need RMAN_RESOURCE_VISIBLE now that rman is visible 2004-07-03 20:56:16 +00:00
locore.S
machdep.c Refactor a bunch of scheduler code to give basically the same behaviour 2004-09-05 02:09:54 +00:00
mem.c Correct some uses of the wrong members of the *min()/*max()-familiy, e.g. 2004-08-15 21:37:52 +00:00
mp_exception.S - Rename the IPI_WAIT macro to IPI_DONE. 2003-06-19 05:27:04 +00:00
mp_locore.S
mp_machdep.c Update for the KDB framework: 2004-07-10 23:10:07 +00:00
nexus.c Instead of "OpenFirmware", "openfirmware", etc. use the official spelling 2004-08-16 15:45:27 +00:00
ofw_bus.c Instead of "OpenFirmware", "openfirmware", etc. use the official spelling 2004-08-16 15:45:27 +00:00
ofw_machdep.c Instead of "OpenFirmware", "openfirmware", etc. use the official spelling 2004-08-16 15:45:27 +00:00
pmap.c Add pmap locking to pmap_remove_all(). 2004-08-13 18:54:21 +00:00
prof_machdep.c
rwindow.c
sc_machdep.c "md" files for syscons. 2003-08-24 00:47:40 +00:00
spitfire.c Fix a bug in the data access error recorvery. Before re-enabling the data 2003-11-11 06:41:54 +00:00
support.S Fix a bug in the data access error recorvery. Before re-enabling the data 2003-11-11 06:41:54 +00:00
swtch.S Move the per-CPU vmspace pointer fixup that is required before a 2004-05-26 12:06:52 +00:00
sys_machdep.c
tick.c Completely disable interrupts (not just raise %pil) when calculating the 2003-05-29 17:49:21 +00:00
tlb.c
trap.c Remove an unneeded argument.. 2004-08-31 07:34:54 +00:00
tsb.c Add pmap locking to many of the functions. 2004-08-10 20:53:26 +00:00
uio_machdep.c Properly free the temporary sf_buf in uiomove_fromphys() if a copyin or 2004-08-21 18:50:34 +00:00
vm_machdep.c Bring in mbuma to replace mballoc. 2004-05-31 21:46:06 +00:00