summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate an unused field from the pmap.alc2008-04-301-1/+0
* Remove two unused declarations. These variables are now fields withinalc2008-04-271-2/+0
* Remove an XXX comment. sys/amd64/amd64/pmap.c revision 1.516 explains whyalc2008-04-271-4/+0
* MFamd64 revision 1.544/i386 revision 1.549alc2008-04-261-41/+10
* - Add an integer argument to idle to indicate how likely we are to wakejeff2008-04-251-1/+8
* Make genclock standard on all platforms.phk2008-04-215-5/+0
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-2/+0
* This file shows signs of heavy borrowing from NetBSD's cache.c file,imp2008-04-151-16/+58
* Add copyright notice and license to reflect origin of most of theimp2008-04-151-5/+28
* This isn't used, so remove it. It isn't relevant to most mips platforms.imp2008-04-153-219/+0
* Copied from amd64, where it wasn't used, into mips, where it wasn't used.imp2008-04-151-4/+0
* Remove $P4$ tag. Rumor has it that p4 importer hates it.imp2008-04-151-1/+0
* fix comments for these files.imp2008-04-132-2/+2
* FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,imp2008-04-1350-0/+11444
OpenPOWER on IntegriCloud