summaryrefslogtreecommitdiff
path: root/sys/arch/sbmips/sbmips
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-04-03centralize setdisklabel(9)christos
2017-11-06Cleanup and clarify the ELFSIZE mess:christos
2016-12-22switch all ports to use uvm_init.c:uvm_md_init()cherry
2016-07-21make this compile.christos
2014-11-20use the inline bcdtobin and bintobcd directly instead through a macro.christos
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-03-24- fix unusedchristos
2013-05-16Complete the dosparts -> mbrparts conversion. Only x86k new uses dospartschristos
2012-10-27split device_t/softc for all remaining drivers.chs
2012-07-29Do not call setroot() from MD code and from MI code, which hasmlelstv
2012-07-28Fix -fno-common fallout.matt
2012-07-28Remove declartions of physmemmatt
2011-07-09cleanup machine includesmatt
2011-02-20Merge from matt-nb5-mips64.matt
2011-02-01Cast to intptr_t before changing size of type.matt
2010-12-20Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtchmatt
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2009-12-16Remove unneeded variables.matt
2009-12-14Merge from matt-nb5-mips64matt
2009-11-27- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.rmind
2009-11-26Kill proc0paddr. Use lwp0.l_addr instead.matt
2009-08-11Allow console speed to be overriden with "options CONSPEED=xxx".simonb
2009-03-18bzero -> memsetcegger
2009-03-16ANSIfy functions with function-pointer argumentsdsl
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-02-13Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"apb
2008-11-30As discussed on tech-kern: mutex_init is too heavyweight for early bootstrapmartin
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-11-11It is not appropriate to call pmf_system_shutdown(9) fromdyoung
2008-07-02Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@.ad
2008-05-26Remove all initialization of obsolete ci_divisor_recip intsutsui
2008-01-09Fix typo in macro name and comments.wiz
2008-01-08Add timecounter support for sbmips machines and Broadcom SiByte CPUs.simonb
2008-01-02Merge vmlocking2 to head.ad
2007-12-03Interrupt handling changes, in discussion since February:ad
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-10-08Merge brelse() changes from the vmlocking branch.ad
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
2007-05-17merge yamt-idlelwp branch. asked by core@. some ports still needs work.yamt
2007-03-06Fix some caddr_t rototill fallout.simonb
2007-03-05semimechanically convert 'void foo' -> 'void *foo', as part of the continuingdogcow
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-09Merge newlock2 to head.ad
2006-12-21merge yamt-splraiseipl branch.yamt
2006-11-25Replace the myriad copies of bounds_check_with_label() with a single MIscw
2006-09-14Convert sbmips to generic TODR. ok simonb@.gdamore