summaryrefslogtreecommitdiff
path: root/sys/arch/hpcmips
AgeCommit message (Expand)Author
2013-08-21Use <bsd.klinks.mk>matt
2013-06-30G/C PFIL_HOOKS from the kernel configs.rmind
2013-06-05remove obsolete networking optionschristos
2013-05-16Complete the dosparts -> mbrparts conversion. Only x86k new uses dospartschristos
2013-04-27the bogus number policechristos
2013-04-27remove confusing numeric locators where they are unused.christos
2013-03-02Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.christos
2013-03-01Retire OSI network stack. OK core@joerg
2012-11-25Add sljitarch.h to all mips machines.alnsn
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-17Add "options COMPAT_60" to all kernel configuration filesapb
2012-10-02move common/bus_dma/ -> dev/bus_dma/christos
2012-08-24Fix typosmsaitoh
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
2012-06-05Adjust the WSDISPLAY_COMPAT_USL comment to mention wsconscfg, to at leastabs
2012-02-12Change old-style function defintions to C89 prototypes.matt
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2011-12-18WABPL is no longer considered experimental (has not been for some time)dholland
2011-12-02PR/32394 -- Don't define 'panic' label unconditionally, or "minimalshattered
2011-11-24put back IPL_AUDIO and splaudio(), at the request of rmind. they aremrg
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-11-22The rnd pseudo-device is not really optional, because it is in the sametls
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-08-24Add to pci_bus_devorder() an argument that tells the number of slotsdyoung
2011-08-16Fix some typos.mbalmer
2011-08-08Global inlines are not allowed.matt
2011-07-26Don't set the iobase and iosize members of pcmciabus_attach_args becausedyoung
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-09Default to DB_ELF_SYMBOLS and DB_ELFSIZE 32matt
2011-06-30dependant -> dependentwiz
2011-06-06CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0matt
2011-05-17PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functionaldyoung
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2011-03-18- include <mips/mips_param.h> after MACHINE is definedtsutsui
2011-03-18Use vaddr_t for pc instead of uint32_t.tsutsui
2011-03-16Split device_t/softc. Tested on GXemul.tsutsui
2011-03-16Fix device_t/softc confusion.tsutsui
2011-03-16Some KNF.tsutsui
2011-03-16KNF and cosmetics.tsutsui
2011-03-16Fix signedness issue triggered by 64 bit time_t.tsutsui
2011-03-16Set sr_bits[IPL_HIGH] properly, rather than setting sr_bits[IPL_VM] twice.tsutsui
2011-03-16vr_intr_handler[] takes status for hardclock(9), not ipending.tsutsui
2011-03-16Avoid possible future device_t/softc confusion.tsutsui
2011-03-16Blindly prepare an equivalent function with old _spllower(~MIPS_INT_MASK_0)tsutsui
2011-03-16Put awful kludge to make MI kloader.c link on hpcmips.tsutsui
2011-03-10Set correct struct clockframe .intr value for hardclock(9).tsutsui
2011-03-06merge the bouyer-quota2 branch. This adds a new on-disk formatbouyer
2011-03-02Resolve build failures caused by local use of "device flash" in config.ahoka