| Age | Commit message (Expand) | Author |
| 2006-09-02 | There's no reason to use -Wno-parentheses. | uwe |
| 2006-08-31 | Make cpu_coredump dependent on COREDUMP | matt |
| 2006-08-28 | - remove unused bdbtofsb. | yamt |
| 2006-08-23 | Make columns align with the header when dumping sh4 tlb. | uwe |
| 2006-08-22 | Follow up to revision 1.16 (that only dealt with sh3). | uwe |
| 2006-08-07 | uvm_pagealloc(9) can fail, so handle that case in pmap_enter(9). | tsutsui |
| 2006-07-26 | don't install <machine/db_machdep.h>, this is kernel only | drochner |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-07-22 | tlb_exception: Move and indent TLB_ASSERT to reduce visual clutter. | uwe |
| 2006-07-22 | exp_type[] was constified in exception.c but an extern declaration in | uwe |
| 2006-07-22 | Report traps from user break controller as ksi_code = TRAP_TRACE | uwe |
| 2006-07-22 | Minor cosmetics. | uwe |
| 2006-07-19 | - Hold a reference to the process credentials in each struct lwp. | ad |
| 2006-05-21 | Nuke va-sh.h. stdarg.h and varargs.h now use __builtin_va_*. | uwe |
| 2006-05-21 | New stdarg.h and varargs.h based on arm and i386 versions. | uwe |
| 2006-05-15 | Change _BSD_VA_LIST_ from "void *" to "__builtin_va_list" for newer | uwe |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-10 | Fix a bunch of cast lvalues. | skrll |
| 2006-04-11 | Fix typo in comment in previous. | uwe |
| 2006-04-11 | Cosmetic. Same object code generated. | uwe |
| 2006-04-11 | Shave off few instructions by replacing mov src, dst; swap.w dst, dst; | uwe |
| 2006-04-11 | Shave off few instructions by replacing mov #imm, reg; sub reg, dst | uwe |
| 2006-04-10 | Decorate pmap_remove_all() with /* ARGSUSED */ | uwe |
| 2006-04-01 | closes: PR kern/32359 | cherry |
| 2006-03-17 | Stop using linker scripts on all sh3 ports. | uebayasi |
| 2006-03-16 | Transform to new signature for uvm_fault() by dropping the third arg. | he |
| 2006-03-07 | * Don't define SET/CLR/ISSET locally. | uebayasi |
| 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-03-06 | Remove yet another instance of the SET/CLR/ISSET macro triplet, now | he |
| 2006-03-05 | Add a proc_is_traced_p() macro and use it, instead of copying the same code | christos |
| 2006-03-05 | implement PT_SYSCALL | christos |
| 2006-03-04 | s/u_intN_t/uintN_t/ | uwe |
| 2006-03-04 | s/u_intN_t/uintN_t/ | uwe |
| 2006-02-24 | Use 4- or 2-bytes aligned accesses if possible. | uwe |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2006-02-18 | Make _BASE visible regardless of #ifdef SHx. | uwe |
| 2006-02-17 | Match comment against #endif with #ifdef | skrll |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2006-02-14 | Fix file comment to include the expansion for 'F' in "SCIF". | uwe |
| 2006-02-14 | Define scif register base(s) and offsets. | uwe |
| 2006-02-13 | Move/merge common defintions out of ifdef. | uwe |
| 2006-02-12 | While here, use uintN_t. | uwe |
| 2006-02-12 | Revert changes made in 1.10. They should not be necessary (we are | uwe |
| 2006-02-09 | pmap_extract: handle P1 and P2 (MMU bypass) addresses specially. | uwe |
| 2006-02-08 | sh3_vector_tlbmiss: don't waste perfectly good delay slots. | uwe |
| 2006-02-08 | While here, shave off few bytes and few cycles off of the sh3_vector_tlbmiss. | uwe |
| 2006-02-07 | Pass untruncated va=TEA to tlb_exception(), not its VPN. | uwe |
| 2006-02-02 | Fix the multiple inclusion protection. hi dsl. | skrll |
| 2006-02-01 | Need to install byte_swap.h and bswap.h needs to include sh3/byte_swap.h. | dsl |