| Age | Commit message (Expand) | Author |
| 2010-02-27 | Spell "exception" properly. | snj |
| 2010-02-27 | Fix a couple old typos in comments. | snj |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-02-08 | Remove separate mb_map. The nmbclusters is computed at boot time based | joerg |
| 2010-01-23 | rename pridtab{}::cpu_name to cpu_displayname. | mrg |
| 2010-01-22 | Unify the name of the device property to hold a MAC address - there was | martin |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-09 | Don't always use ".set mips3" - that explicitly uses 64-bit instructions | simonb |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-12-20 | Slightly improve the comment. | rmind |
| 2009-12-16 | Fix printf format problems and latent bugs made visible by new bus_*_t types. | matt |
| 2009-12-15 | Make sure the pcb and initial frame area of lwp0 are zeroed since these will | matt |
| 2009-12-15 | Fix MALTA32 builds, pmap_kenter_pa() needs additional argument in -current. | rmind |
| 2009-12-14 | Fix merge botch (we use 64bit times now). | matt |
| 2009-12-14 | Wrap comment. | skrll |
| 2009-12-14 | We don't declare variables in for () statement. | uebayasi |
| 2009-12-14 | Get rid of l_addr references pulled in via merge. | matt |
| 2009-12-14 | replace mips:elf_check_itp() and ELFNAME2(netbsd32,probe_noteless) that | mrg |
| 2009-12-14 | forward declare struct exec_package | mrg |
| 2009-12-14 | Merge from matt-nb5-mips64 | matt |
| 2009-12-12 | Remove `volatile' qualifier from argument types of | tsutsui |
| 2009-12-10 | Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly | matt |
| 2009-12-10 | Rename L_ADDR to L_PCB and amend some comments accordingly. | rmind |
| 2009-11-29 | Don't build rump kernel with -mno-abicalls, because it's effectively | pooka |
| 2009-11-29 | cpu_lwp_fork (MIPS): replace l_addr with uvm_lwp_getuarea(), clean up a little. | rmind |
| 2009-11-27 | - Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr. | rmind |
| 2009-11-27 | Revert unrelated/unintended changes from previous commit. | rmind |
| 2009-11-26 | Back out unintended commit. | matt |
| 2009-11-26 | Kill proc0paddr. Use lwp0.l_addr instead. | matt |
| 2009-11-22 | more s/the the/the/ | mbalmer |
| 2009-11-21 | Use lwp_getpcb() on mips, powerpc and sh3, clean from struct user usage. | rmind |
| 2009-11-12 | Simplify activation hook. | dyoung |
| 2009-11-07 | Add a flags argument to pmap_kenter_pa(9). | cegger |
| 2009-10-26 | kill extra whitespaces | cegger |
| 2009-10-24 | Fix the previous by terminating the comment. | he |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-10-19 | Drop 3rd and 4th clauses from David Young's license. | rmind |
| 2009-10-18 | Move Matthias Pfaller's files to 2-clause license. OK matthias@. | snj |
| 2009-08-20 | when USPACE <= PAGE_SIZE, we don't have md_upte[] in struct mdlwp | cliff |
| 2009-08-20 | include mips/vmparam.h to get PAGE_SIZE | cliff |
| 2009-08-20 | if USPACE <= PAGE_SIZE then the (single) upage will be mapped in kseg0 or xph... | cliff |
| 2009-08-19 | (Re-)define isa_detach_hook(), and define isa_dmadestroy(). Update | dyoung |
| 2009-08-18 | Fix a errant sw (should be lw) that ovewrites the saved [trap]frame | matt |
| 2009-08-18 | Add a real API for testing if a page is a managed page, and adjust callers | thorpej |
| 2009-08-17 | Only include md_uptes if USPACE > PAGE_SIZE | matt |
| 2009-08-17 | Don't install aout_machpep.h and bsd-aout.h | matt |
| 2009-08-13 | Move MID_MACHINE to <mips/mips_param.h> and use local values so we don't | matt |
| 2009-08-12 | Nuke a.out support for MIPS. | matt |
| 2009-08-12 | Remove many magic numbers for addresses and interrupt numbers, and use | simonb |
| 2009-08-12 | If using the N32 ABI, define _BSD_JBSLOT_T as long long. Keep _JBLEN | matt |