summaryrefslogtreecommitdiff
path: root/sys/arch/algor
AgeCommit message (Expand)Author
2010-03-07add uhso(4) device where appropriateplunky
2010-03-06use a MI major number for uhso(4) driverplunky
2010-03-06add major device for usho(4) driverplunky
2010-02-19Bump SYMTAB_SPACE so that it fits again.he
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2010-01-22Unify the name of the device property to hold a MAC address - there wasmartin
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-11-23If cpu_disklabel includes struct dkbad, define __HAVE_DISKLABEL_DKBAD.pooka
2009-10-26Fix a typo in a comment.snj
2009-08-21Use bus_dmamem_common.thorpej
2009-08-19Define, and hook into the isa_chipset_tag_t, pcib_isa_detach_hook().dyoung
2009-08-19(Re-)define isa_detach_hook(), and define isa_dmadestroy(). Updatedyoung
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-11Use arch/mips/files.bonitomatt
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-03-06Remove SHMMAXPGS from all kernel configs. Dynamically compute thejoerg
2008-11-30As discussed on tech-kern: mutex_init is too heavyweight for early bootstrapmartin
2008-11-24Remove softdep, pass 1. We are focused on improving journalling.ad
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-10-25Use ${TOOL_SED} instead if plain sed in Makefiles.apb
2008-09-27Bump SYMTAB_SPACE so that the contents fits again.he
2008-07-31Add "options WAPBL" to standard GENERIC/INSTALL type configs.simonb
2008-07-02Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@.ad
2008-06-04vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both.ad
2008-05-30Add options COMPAT_40 to files which have options COMPAT_30.tsutsui
2008-05-26Remove all initialization of obsolete ci_divisor_recip intsutsui
2008-05-11Bump SYMTAB_SPACE so it fits again.he
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-29Don't forget to initialize sc_dev.tsutsui
2008-03-28Split device_t and softc for MI mc146818 clock,tsutsui
2008-03-18Split device_t and softc for ATA devices, as well as wd(4). Othercube
2008-03-14Split device_t and softc for all com(4) devices (well, everything thatcube
2008-03-07Split the softc from the device_t for all lpt(4) variants and attachmentscube
2008-02-29Use pmf_device_register1() instead of shutdownhook_establish() todyoung
2008-02-20Since files.wscons et al. are included by ~all ports anyway, includedrochner
2008-02-03Remove an unnecessary initializer.tsutsui
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2008-01-10Move todr_attach(9) calls from each MD attachment to MI mc146818_attach().tsutsui
2008-01-10Cycles per second values read from the CP0 counter should be doubledtsutsui
2008-01-09Fix typo in macro name and comments.wiz
2008-01-09Add options SYMTAB_SPACE for ksyms(4) and ddb(4).tsutsui
2008-01-09Fix another botch on migration to MI mips3_clock.c for algor in 2006:tsutsui
2008-01-09Fix botch on MI todr(9) migration of algor on September 2006:tsutsui
2008-01-04Fix includes.ad
2008-01-02Merge vmlocking2 to head.ad