summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* It appears that none of the contents of this file are necessary, soimp2009-02-151-101/+1
* Remove stray __P()imp2009-02-151-1/+1
* Rewrite get_pv_entry() to match expectations of the rest of theimp2009-02-121-11/+78
* pmap_kenrel() was recently deleted from pmap.h. It was still usedimp2009-02-121-2/+2
* Eliminate an unused definition.alc2009-02-101-1/+0
* - Fix in_cksum for big-endian MIPS: use correct compile-time check.gonzo2009-02-081-1/+1
* Retire NO_DMA completely.imp2009-02-081-7/+0
* Eliminate the PMAP_INLINE macro. It isn't really used here. If weimp2009-01-161-8/+2
* Remove unused variable.imp2009-01-161-14/+4
* - pmap_track_modified was retired in r178606. Reintroducing it was a mistake.gonzo2009-01-151-21/+1
* Reduce diffs to p4 that were the result of a mismerge on my part.imp2009-01-151-2/+5
* MFp4:gonzo2009-01-152-19/+37
* MFp4:imp2009-01-151-7/+2
* Call platform_reset() instead of looping forever on reboot.imp2009-01-151-3/+3
* Reverse order of dumpsys and cpu_idle_wakeup to reduce diffs to p4.imp2009-01-151-6/+6
* MFp4:imp2009-01-151-117/+0
* o Code cleanup, remove unused fields of idtpci_softcgonzo2009-01-141-7/+0
* o Simplify code: trade 15 lines of case for one multiplicationgonzo2009-01-141-15/+1
* o Make debug output conditionalgonzo2009-01-141-6/+12
* o NO_DMA is no longer required as bug with PIIX4 emulation has been fixed in ...gonzo2009-01-141-2/+0
* o Move $FreeBSD$ from comment to __FBSDID macrogonzo2009-01-141-1/+5
* First pass at 64-bit elf supportimp2008-12-311-0/+117
* Make gpart the default partitioning class on all platforms.marcel2008-12-171-2/+2
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-171-12/+0
* Start to clean up the MIPS elf machine dependent file.imp2008-12-161-6/+58
* Mips never had /usr/libexec/ld-elf.so.1, so remove it. We don't haveimp2008-12-161-16/+0
* Remove redundant assignment.imp2008-12-111-3/+0
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-012-2/+4
* On FreeBSD, printing the version is centralized, so no need to repeatimp2008-11-301-2/+0
* Unbreak mips build by taking first WAG at mb(), wmb() and rmb(). Theimp2008-11-291-0/+4
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-221-1/+2
* Remove cardbus attachment. It likely was a cut-n-paste left over fromimp2008-11-021-1/+0
* Add mips/conf/DEFAULTS and populate it with:marcel2008-10-236-13/+13
* Point this config at the required linker script.bms2008-10-131-0/+2
* opt_msgbuf.h is needed for MSGBUF_SIZE overrides, if any.imp2008-10-122-1/+3
* Remove critical_enter() and critical_exit(): pmap_growkernel is calledimp2008-10-011-4/+2
* Catch up with svn r96606 (cvs rev 1.127 2002/05/14 20:35:29) ofimp2008-09-281-43/+4
* Remove ipi_all() and ipi_self() as the former hasn't been used atmarius2008-09-282-22/+0
* Fix comments to relate to FreeBSD's current interrupt blockingimp2008-09-281-3/+2
* Fix comment about needing to call something from splnet, which doesn'timp2008-09-281-1/+1
* Remove stale comment. splhigh -> critical_enter transition happendimp2008-09-281-6/+0
* Replace all calls to minor() with dev2unit().ed2008-09-271-2/+2
* Remove reference to machine/tlb.h. It no longer exists, and isn'timp2008-09-261-1/+0
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-241-44/+47
* The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmpobrien2008-09-231-2/+0
* MFp4: Merge interrupt code from p4imp2008-09-192-37/+15
* MFp4: Update the interrupt code from perforce.imp2008-09-192-52/+11
* Merge from p4: add bpfimp2008-09-191-0/+2
* Catch up with intr_event_create() API changes.obrien2008-09-181-2/+2
* Catch up with intr_event_create() API changes.obrien2008-09-181-1/+1
OpenPOWER on IntegriCloud