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