aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Remove cardbus attachment. It likely was a cut-n-paste left over fromWarner Losh2008-11-021-1/+0
* Add mips/conf/DEFAULTS and populate it with:Marcel Moolenaar2008-10-236-13/+13
* Point this config at the required linker script.Bruce M Simpson2008-10-131-0/+2
* opt_msgbuf.h is needed for MSGBUF_SIZE overrides, if any.Warner Losh2008-10-122-1/+3
* Remove critical_enter() and critical_exit(): pmap_growkernel is calledWarner Losh2008-10-011-4/+2
* Catch up with svn r96606 (cvs rev 1.127 2002/05/14 20:35:29) ofWarner Losh2008-09-281-43/+4
* Remove ipi_all() and ipi_self() as the former hasn't been used atMarius Strobl2008-09-282-22/+0
* Fix comments to relate to FreeBSD's current interrupt blockingWarner Losh2008-09-281-3/+2
* Fix comment about needing to call something from splnet, which doesn'tWarner Losh2008-09-281-1/+1
* Remove stale comment. splhigh -> critical_enter transition happendWarner Losh2008-09-281-6/+0
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-2/+2
* Remove reference to machine/tlb.h. It no longer exists, and isn'tWarner Losh2008-09-261-1/+0
* Change the static struct sysentvec and struct Elf_Brandinfo initializersKonstantin Belousov2008-09-241-44/+47
* The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmpDavid E. O'Brien2008-09-231-2/+0
* MFp4: Merge interrupt code from p4Warner Losh2008-09-192-37/+15
* MFp4: Update the interrupt code from perforce.Warner Losh2008-09-192-52/+11
* Merge from p4: add bpfWarner Losh2008-09-191-0/+2
* Catch up with intr_event_create() API changes.David E. O'Brien2008-09-181-2/+2
* Catch up with intr_event_create() API changes.David E. O'Brien2008-09-181-1/+1
* Fix path in all includes: remove /mips32 subdirectoryOleksandr Tymoshenko2008-09-1022-32/+32
* style(9)David E. O'Brien2008-09-041-49/+44
* Catch up with the move from mips32/.David E. O'Brien2008-09-035-5/+7
* Catch up with the move from mips32/.David E. O'Brien2008-09-032-2/+2
* Style(9).David E. O'Brien2008-09-032-23/+23
* White space nit.Warner Losh2008-08-231-1/+1
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsJohn Baldwin2008-08-191-2/+3
* Document a few sysctls.Tom Rhodes2008-08-032-5/+7
* In FreeBSD 7.0 and beyond, pmap_growkernel() should pass VM_ALLOC_INTERRUPTAlan Cox2008-07-071-1/+1
* As discussed on IRC and at BSDcan, move the mips32/* directories up aWarner Losh2008-07-0653-31/+31
* Remove the unused major/minor numbers from iodev and memdev.Ed Schouten2008-06-252-4/+0
* Fix spelling of "virtual".Wojciech A. Koszek2008-06-082-5/+5
* Retire pmap_addr_hint(). It is no longer used.Alan Cox2008-05-181-13/+14
* Add a stub for pmap_align_superpage() on machines that don't (yet)Alan Cox2008-05-091-0/+10
* Add FLT_EVAL_METHOD and DECIMAL_DIG, required by C99 standard.Oleksandr Tymoshenko2008-05-031-0/+6
* These files are unused, so remove them for now. If they turn out toWarner Losh2008-05-032-358/+0
* This file is unused, so remove it for now.Warner Losh2008-05-021-111/+0
* Eliminate an unused field from the pmap.Alan Cox2008-04-301-1/+0
* Remove two unused declarations. These variables are now fields withinAlan Cox2008-04-271-2/+0
* Remove an XXX comment. sys/amd64/amd64/pmap.c revision 1.516 explains whyAlan Cox2008-04-271-4/+0
* MFamd64 revision 1.544/i386 revision 1.549Alan Cox2008-04-261-41/+10
* - Add an integer argument to idle to indicate how likely we are to wakeJeff Roberson2008-04-251-1/+8
* Make genclock standard on all platforms.Poul-Henning Kamp2008-04-215-5/+0
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-2/+0
* This file shows signs of heavy borrowing from NetBSD's cache.c file,Warner Losh2008-04-151-16/+58
* Add copyright notice and license to reflect origin of most of theWarner Losh2008-04-151-5/+28
* This isn't used, so remove it. It isn't relevant to most mips platforms.Warner Losh2008-04-153-219/+0
* Copied from amd64, where it wasn't used, into mips, where it wasn't used.Warner Losh2008-04-151-4/+0
* Remove $P4$ tag. Rumor has it that p4 importer hates it.Warner Losh2008-04-151-1/+0
* fix comments for these files.Warner Losh2008-04-132-2/+2
* FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,Warner Losh2008-04-1350-0/+11444