Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-10 | applying the same mask to rs2 and rd is bad ju-ju for F?TO? instructions. ↵ | Jason Wright | |
Fix up rd in those cases. | |||
2001-09-10 | More debugging stuff. | Jason Wright | |
2001-09-10 | Add more debugging stuff (including fpstate dumping) | Jason Wright | |
Also, and more importantly, applying the same mask to rs2 and rd is bad ju-ju for the F?TO? instructions. | |||
2001-09-10 | Add some debugging stuff: a function to dump all of the fpstate64 fields. | Jason Wright | |
2001-09-10 | Remove some unused global variables. | Dale Rahn | |
2001-09-10 | Device addresses should be mapped. It should be converted to bus_ accesses. | Dale Rahn | |
This maps the region with mapiodev(). | |||
2001-09-10 | Devices should not poke random memory, even hacked code which should be | Dale Rahn | |
calling another driver to turn on it's enables properly. For now wi_obio will mapiodev the keywest enable region. | |||
2001-09-10 | Change askname to volatile; this prevents it from being trashed by | Brandon Creighton | |
the setjmp/longjmp hack in place for VAX_BTYP_4[689]. This solves the /boot problem which prevented automatic boots from happening when the timer ran down. | |||
2001-09-09 | Protect debugger accesses with setfault. Should improve debugger usability, | Dale Rahn | |
need to verify that kernel exception code deals with this properly. | |||
2001-09-09 | Remove the old powerpc disassembler, it was bad, the replacement is | Dale Rahn | |
at least mostly useable. | |||
2001-09-09 | cmp* opcode fixes for powerpc disassembler. | Dale Rahn | |
2001-09-09 | only one prototype for fpu_implode necessary. | Jason Wright | |
2001-09-09 | Print OE and RC fields of the instructions if they are set in the instruction. | Dale Rahn | |
2001-09-09 | Fix the parameter order for several instructions in the powerpc disassembler. | Dale Rahn | |
2001-09-09 | Repair compilation of mac68k GENERIC_SBC kernel. | Miod Vallat | |
From Takeshi Morimoto <morimoto@anat1.med.kyoto-u.ac.jp>, PR #2037 | |||
2001-09-09 | in fpu_ftox() make sure the high bits are the return value and res[1] gets | Jason Wright | |
the low bits. | |||
2001-09-08 | From NetBSD: debugging stuff to dump fpn's | Jason Wright | |
2001-09-08 | Import netbsd's fpu handling (modified to be separate from sparc); this is | Jason Wright | |
for paranoia's sake (don't want to break sparc32 while hacking on it). Real work by art. | |||
2001-09-08 | Don't reference kbd_docmd() unless NKBD > 0; reported by Steven Siirila ↵ | Jason Wright | |
<sfs@Siirila.org> (pr2052) | |||
2001-09-08 | DOH, do not make a cut and paste error just before committing... | Dale Rahn | |
2001-09-08 | A mostly rewritten disassembler for powerpc. | Dale Rahn | |
It attempts to follow proper powerpc assembler syntax and makes the disassembly much more readable. | |||
2001-09-07 | do not accidentally clear other ss_flags bits | Theo de Raadt | |
2001-09-07 | Kill the majority of the DEBUG code that's cluttering the signal code. | Artur Grabowski | |
All this ugliness makes it harder to debug the code. | |||
2001-09-07 | allow recursion into here for man pages on other arch's | Jason Wright | |
2001-09-06 | installboot manpage canabalized from sparc (only documents sparc64 options, tho) | Jason Wright | |
2001-09-06 | machine dependent defs from netbsd/sparc | Jason Wright | |
2001-09-06 | Oops, forgot rcsid | Jason Wright | |
2001-09-06 | installboot (from netbsd) | Jason Wright | |
2001-09-06 | use some make magic (borrowed from macppc) to build {obj/}machine | Jason Wright | |
2001-09-06 | compile with native userland | Jason Wright | |
2001-09-06 | define BUS_DMA_RAW | Artur Grabowski | |
2001-09-06 | COMPAT_NETBSD and glue for com at ebus | Artur Grabowski | |
2001-09-06 | Some glue for COMPAT_NETBSD | Artur Grabowski | |
2001-09-06 | missing machine/ieee.h from NetBSD | Todd C. Miller | |
2001-09-05 | Will need netbsd_types.h very soon. | Artur Grabowski | |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt | |
2001-09-05 | OF magic. From NetBSD. | Artur Grabowski | |
2001-09-05 | Unbreak trace command on macppc, ddb passes -1 for count to | Dale Rahn | |
db_stack_trace_cmd() as "all entries", however db_expr_t is a signed variable. | |||
2001-09-05 | use dmamem/dmamap for allocating dmaable memory, since malloc | Michael Shalayeff | |
can produce physically non-contiguous memory space, and thus trash the innocent pages. also make use of pci_mapreg_map and other `usefull' stuff (; import a reliability kludge from netbsd, the one to mark all buffers GMAC_OWN after rint is done. drahn@ ok | |||
2001-09-05 | Improve debugger usability on macppc, do backtrace accesses | Dale Rahn | |
with setfault, to prevent double fault conditions. Add hex address on symbol translation. respect count field for db_stack_trace_cmd(). | |||
2001-09-05 | kvm space is limited by by pmap_virtual_space, Do not play with the | Dale Rahn | |
kvm min and max addresses. | |||
2001-09-05 | Use __GLOBAL_OFFSET_TABLE_ consistently. | Marc Espie | |
2001-09-04 | add xfs; jason@ ok | Todd T. Fries | |
add tcx to MAKEDEV | |||
2001-09-04 | enable pf and altq; jason@ ok | Todd T. Fries | |
2001-09-04 | rcsid | Jason Wright | |
2001-09-04 | better still, remove definition from here; suggest by drahn | Jason Wright | |
2001-09-04 | increase size of intrhand in here, too. | Jason Wright | |
2001-09-04 | add entry to async faults to intrhand array (from netbsd) | Jason Wright | |
2001-09-04 | Don't explicitly size the intrhand array in the extern declaration (from netbsd) | Jason Wright | |
2001-09-04 | clean up error handling for psycho_bus_[a|b] | Jason Wright | |
move DEBUG defines to after includes to avoid pollution add more debugging information if DEBUG is defined. |