summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2006-08-28- remove unused bdbtofsb.yamt
2006-08-27Pull across OpenBSD cpufunc.h:1.27 (ignore the typo)skrll
2006-08-26Pull across the stack trace stuff from OpenBSD.skrll
2006-08-26Correct assembler syntax to load the correct (left) bits of a constant.skrll
2006-08-25Fix a spello in a debug message.skrll
2006-08-25Fix PR 33702.skrll
2006-08-25KNF a commentskrll
2006-08-24Use PMAP_PRINTF(PDB_INIT, ...) instead of various #ifdefs and add someskrll
2006-08-24KNF a comment.skrll
2006-08-24Fix PMAPDEBUG compile by sorting the printf format problems.skrll
2006-07-26don't install <machine/db_machdep.h>, this is kernel onlydrochner
2006-07-19- Hold a reference to the process credentials in each struct lwp.ad
2006-07-07Disable DDB_DEBUG by defaultskrll
2006-07-07Fix use of user_backtrace. It takes a lwp pointer now.skrll
2006-07-03Actually drop into ddb for unknown traps (with the right conditions)skrll
2006-05-12P_PROFIL is held in p_flag of struct proc so test for it there.skrll
2006-04-01closes: PR kern/32359cherry
2006-03-15adapt to uvm_fault() interface cleanup: kill the useless 3rd argumentdrochner
2006-03-07Syscall debug tracing is handled by trace_enter() / trace_exit(). Changethorpej
2006-03-07Clean up fallout proc_is_traced_p() change:thorpej
2006-02-25Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"),wiz
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-02-04Add .MAKE to targets that run ${MAKE} so that parallel makes work properly.dsl
2006-02-03Use uint32_t and uint16_t not in_addr_t and in_port_tdsl
2006-01-31Change sys/arch/xxx/include/bswap.h to #include machine/byte_swap.h thendsl
2006-01-30Move all the stuff that detects bswapxx(constant) into the MI sys/bswap.hdsl
2006-01-20Add a STRONG_ALIAS macrochristos
2005-12-28inline -> __inlineperry
2005-12-28inline -> __inlineperry
2005-12-24__asm__ -> __asmperry
2005-12-24bare asm -> __asmperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-07-03Remove "bad" label no longer in use.he
2005-07-01PR/29607: Christian Biere systrace doesn't handle interrupted syscalls properlychristos
2005-06-10Remove the declaration of a now-unused local variable.he
2005-06-10Rework the coredump code to have no explicit knownledge of how coredumpmatt
2005-06-03adapt to const changes.chs
2005-06-01Declare the second arg of process_write_{fp,}regs() to be const.scw
2005-05-31avoid a shadow.chs
2005-05-30adapt to const changes.chs
2005-05-29in pmap_enter(), preset the mod/ref bits based on the flags argument.chs
2005-05-25Include <sys/cdefs.h> for __signed; related to lib/30072.kleink
2005-05-20only lvalues can be incremented. found by gcc4.chs
2005-05-07in pmap_protect(), remove the assertion that any entries modified must bechs
2005-05-07add additional args to frame_sanity_check() so we can log whichchs
2005-05-07in the trap handler for T_EMULATION traps, also check if the opcode is 0xe.chs
2005-05-07in sendsig(), set tf->tf_iisq_* as well, since a thread might take a signalchs
2005-05-01remove the sigcontext signal stuff, we've never used it.chs
2005-05-01flush the FPU before accessing the PCB copy.chs