summaryrefslogtreecommitdiff
path: root/sys/arch/sbmips
AgeCommit message (Expand)Author
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-12-05Remove the portalfs kernel file system driver. Replace mount_portal(8)pooka
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-11-04Apply workaround for an ld bug which creates an empty .rel.dyn section.skrll
2009-10-21Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).snj
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-11Allow console speed to be overriden with "options CONSPEED=xxx".simonb
2009-04-03Remove obsolete LIBSA_USE_MEMCPY and LIBSA_USE_MEMSET.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-16Correct the sense of the check for LIBSA_NO_FS_CLOSE; restores buildability.he
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-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-03-06Remove SHMMAXPGS from all kernel configs. Dynamically compute thejoerg
2009-02-13Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"apb
2009-01-24add COMPAT_50 to all the configs with COMPAT_40.mrg
2009-01-12Replace time_t values in libsa sources with the following two typestsutsui
2009-01-12WARNSfytsutsui
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-25Bump SYMTAB_SPACE so that it fits again.he
2008-08-10Add accept filters to GENERIC kernels where they exist.tls
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-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-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-20Since files.wscons et al. are included by ~all ports anyway, includedrochner
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2008-01-19Bump SYMTAB_SPACE to by 10000 bytes ot 310000 so that it fits again.he
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-31Remove systrace. Ok core@.ad
2007-12-05Bump SYMTAB_SPACE so that it fits again.he
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