summaryrefslogtreecommitdiff
path: root/sys/arch/mips
AgeCommit message (Expand)Author
2014-02-23fix typomartin
2014-02-07Check _BYTE_ORDER.msaitoh
2014-02-05fix incorrect variable; (hi matt)christos
2014-02-03Provide a simple version of _bus_dmamap_load_raw. If each segments canmatt
2014-01-31Consolidate the 128-bit long double defintions to <sys/ieee754.h>matt
2014-01-31Convert to uint64_tmatt
2014-01-25handle non-topdown binarieschristos
2014-01-25delete VM_DEFAULT_ADDRESS; some of those should be GC'ed because they matchchristos
2014-01-22remove dup define (already defined in mips_param.h)christos
2014-01-04Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the sizedsl
2014-01-01Change the type of the 'cookie' that holds the state of the core dump filedsl
2013-12-06fix a register copy in compat_16_sys___sigreturn14() that GCC 4.8mrg
2013-11-25nobody uses qchain and it is about to be GC'ed.christos
2013-11-17Always define SLJIT_CACHE_FLUSH(), start include guards with '_' and use _LP6...alnsn
2013-11-10fix unused variable warningschristos
2013-11-10fix unusedchristos
2013-11-10use __unused instead of __USE and void cast to mark iterator variable unusedchristos
2013-10-30G/C struct user *proc0paddr.uebayasi
2013-10-04discard eh sectionschristos
2013-09-22Adapt to usbmp. Compile tested only.skrll
2013-09-22Remove trailing whitespace.skrll
2013-09-02Use C99 designated initializers.skrll
2013-08-23When decide to coalesce segments, if the d_cache isn't coherent also makematt
2013-08-22-extend the pcu(9) API by a function which saves all context on thedrochner
2013-06-26Use sy_invokematt
2013-05-23add generic copyrights so FreeBSD can use them.christos
2013-04-16add definitions for Loongson 2F Chip Config registermacallan
2013-04-11add missing SSIZE_MINchristos
2013-03-10Explicitly set KERN_AS (this could be done in /usr/src/sys/conf/Makefile.*)christos
2013-03-01Retire OSI network stack. OK core@joerg
2013-02-28add sysctl machdep.loongson-mmi to indicate wether Loongson Multimediamacallan
2013-02-14Define LDBL_IMPLICIT_NBITmatt
2013-02-14Make LDBL_NBIT and mask_nbit_l have no effect.matt
2013-01-30whitespace policechristos
2013-01-30Add two missing relocs and DT_MIPS_PLTGOT and DT_MIPS_RWPLTmatt
2012-12-26Update to use new pcu_state_{load,save,release} definitionsmatt
2012-12-26Fix typomatt
2012-12-26Update to use new pcu_state_{load,save,release} definitions.matt
2012-11-25EVPMIPS -> MIPS in include guard.alnsn
2012-11-25Add sljitarch.h to all mips machines.alnsn
2012-11-01We need to jump out of two switches to emulate rdhwr rt,$29 correctly.skrll
2012-10-27split device_t/softc for all remaining drivers.chs
2012-09-12N32 uses dadd instructions to manipulate stack (actually, all ABIs exceptmatt
2012-07-31Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdcbouyer
2012-07-26Revert, with intention of restoring in a less invasive way, the SATA Portjakllsch
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-07-20EHCI_USBINTR is 4 bytes long so use EOWRITE4matt
2012-07-05Change lockless segtab management to use a mutex for protection. Some minormatt
2012-07-02Add sata Port MultiPlier (PMP) support to the ata bus layer,bouyer
2012-06-07Fix can't assign IPv6 address. Valiable error resets to 0, if error == ENETR...kiyohara