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