summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix path in all includes: remove /mips32 subdirectorygonzo2008-09-1022-32/+32
* style(9)obrien2008-09-041-49/+44
* Catch up with the move from mips32/.obrien2008-09-035-5/+7
* Catch up with the move from mips32/.obrien2008-09-032-2/+2
* Style(9).obrien2008-09-032-23/+23
* White space nit.imp2008-08-231-1/+1
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-191-2/+3
* Document a few sysctls.trhodes2008-08-032-5/+7
* In FreeBSD 7.0 and beyond, pmap_growkernel() should pass VM_ALLOC_INTERRUPTalc2008-07-071-1/+1
* As discussed on IRC and at BSDcan, move the mips32/* directories up aimp2008-07-0653-31/+31
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-252-4/+0
* Fix spelling of "virtual".wkoszek2008-06-082-5/+5
* Retire pmap_addr_hint(). It is no longer used.alc2008-05-181-13/+14
* Add a stub for pmap_align_superpage() on machines that don't (yet)alc2008-05-091-0/+10
* Add FLT_EVAL_METHOD and DECIMAL_DIG, required by C99 standard.gonzo2008-05-031-0/+6
* These files are unused, so remove them for now. If they turn out toimp2008-05-032-358/+0
* This file is unused, so remove it for now.imp2008-05-021-111/+0
OpenPOWER on IntegriCloud