summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
AgeCommit message (Expand)Author
2004-09-17In vmapbuf(), pass VM_PROT_READ | VM_PROT_WRITE as flags hints too.Miod Vallat
2004-09-17Now that we can check for pmap_extract() failure properly, do so.Miod Vallat
2004-09-17Long-due mips pmap potpourri:Miod Vallat
2004-09-17Crank MSIZE and NMBCLUSTERS, per other 64bit arches.Miod Vallat
2004-09-17Properly setup register ra in sendsig() in 64bit world.Miod Vallat
2004-09-17Kill an assembler warning.Miod Vallat
2004-09-16typoMiod Vallat
2004-09-16Use preempt() instead of rolling our own version.Miod Vallat
2004-09-16Day of week count 1-7Per Fogelstrom
2004-09-16When copyout() of the signal frame fails, sigexit() the process instead ofMiod Vallat
2004-09-16``viritual'' is a virtual word and this is a real tree.Miod Vallat
2004-09-16Dead meat.Miod Vallat
2004-09-16Superseded by MI <link.h>Miod Vallat
2004-09-15Make trace work better. Don't hope for a good stacktrace without symbolsPer Fogelstrom
2004-09-10Need to sync NLEAF() occurences too.Miod Vallat
2004-09-10typo in SAVE_CPU expansion.Miod Vallat
2004-09-10Use correct register aliases wrt the __mips_n64 regdef.Per Fogelstrom
2004-09-10Fix LEAF usage adding new extra arg. spotted by miod.Per Fogelstrom
2004-09-09these should have gone in with the other 64 bit changesPer Fogelstrom
2004-09-09Kernel moves to 64 bit. A few more tweaks when binutils is updated.Per Fogelstrom
2004-09-09Kill mb_map and related defines, we don't need one.Miod Vallat
2004-08-30fix some types not agreeing with gcc 3Per Fogelstrom
2004-08-23new disklabel for sgiPer Fogelstrom
2004-08-15gracefully handle FP trapsPer Fogelstrom
2004-08-15castPer Fogelstrom
2004-08-15gas 2.14 have different understanding of 32-64 bit constant cvtPer Fogelstrom
2004-08-15remove LP32 defs not usedPer Fogelstrom
2004-08-15Add back the broken swap. This needs to be checked why it has toPer Fogelstrom
2004-08-15cleanup and more protosPer Fogelstrom
2004-08-11fix microtimePer Fogelstrom
2004-08-11ansiTheo de Raadt
2004-08-11spacingTheo de Raadt
2004-08-10copyrigthsPer Fogelstrom
2004-08-10spacingTheo de Raadt
2004-08-10spacingTheo de Raadt
2004-08-10remove MID_MACHINE from here. one is enoughPer Fogelstrom
2004-08-10make kvm happy again!Per Fogelstrom
2004-08-10cleanPer Fogelstrom
2004-08-10use generic net/netisr_dispatch.h; pefo@ okMichael Shalayeff
2004-08-09adding tod support to sgiPer Fogelstrom
2004-08-09fixed printoutPer Fogelstrom
2004-08-09Big cleanup. Removed some unused obsolete stuff and fixed copyrightsPer Fogelstrom
2004-08-09bye bye!Per Fogelstrom
2004-08-08Ahh! This code brings out old memories. Eight years old but stillPer Fogelstrom
2004-08-08Various fixes and cleanups from miod@, tested and OK.Per Fogelstrom
2004-08-07fix bug in L2 cache size detection codePer Fogelstrom
2004-08-06rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubsTheo de Raadt
2004-08-06provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ okMichael Shalayeff
2004-08-06no localbus.hPer Fogelstrom
2004-08-06one more mips64Per Fogelstrom