Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-23 | configure() -> cpu_configure() | Michael Coulter | |
ok grange@ | |||
2004-10-22 | xbowmux not yet | Per Fogelstrom | |
2004-10-20 | Fix some 64 bit address problems. | Per Fogelstrom | |
Some function names made more unique. Other changes for the upcoming Origin 200 support. | |||
2004-10-18 | Move exec.h out from sgi to share it with other mips64 ports; with | Alexander Yurchenko | |
a tip from miod@. ok pefo@ miod@ | |||
2004-10-08 | Enable crypto(4), hifn(4) and create /dev/crypto | Ryan Thomas McBride | |
ok miod@ | |||
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko | |
ok miod@ | |||
2004-10-08 | Pasto in comment. | Alexander Yurchenko | |
ok pefo@ miod@ | |||
2004-10-08 | Use ${MKDEP} instead of mkdep. | Alexander Yurchenko | |
ok miod@ | |||
2004-10-05 | Get prototypes through cons_decl(), so that they are always right. | Miod Vallat | |
2004-09-29 | give reset a chance to be active for a short time! | Per Fogelstrom | |
2004-09-27 | Rewrite parts of the interrupt system to achive: | Per Fogelstrom | |
o Remove do_pending code and take a real int instead. The performance impact seems to be very low and it simplifies the code considerably. o Allow interrupt nesting at first level. Run softints with HW ints enabled. | |||
2004-09-27 | comment and clean | Per Fogelstrom | |
2004-09-27 | handle R12K DSD bit on O2's | Per Fogelstrom | |
2004-09-24 | new style interrupt counters; pefo ok | Theo de Raadt | |
2004-09-23 | don't need to set ifp->if_mtu or ifp->if_output in each driver, | Brad Smith | |
{ether,atm,fddi}_ifattach already does this. ok mcbride@ markus@ henning@ | |||
2004-09-23 | use .c versions of certain functions. 32 bit mode | Per Fogelstrom | |
2004-09-22 | Bring in libsa code for proper %llx printf display; necessary for /boot. | Miod Vallat | |
ok deraadt@ | |||
2004-09-22 | Add systrace support. | Miod Vallat | |
2004-09-22 | On single SCSI slot O2's the first disk is numbered 2 (the slot number) | Per Fogelstrom | |
by the ARCS Bios. To make the kernel pick up the right sd number offset the slots if the CPU is a R10K or larger. R10K's and up are those with single disk slots. A more correct solution would be to dig down and check the SCSI ID's, but right now this solutions works OK. | |||
2004-09-21 | nswbuf is long dead; also silence debug printf unless option DEBUG. | Miod Vallat | |
2004-09-21 | /dev/ptm support for sgi. | Miod Vallat | |
2004-09-21 | Nuke commons. | Miod Vallat | |
2004-09-20 | Move <machine/pte.h> to mips64 land. | Miod Vallat | |
2004-09-20 | // is not valid in asm. doh... | Per Fogelstrom | |
2004-09-20 | Homogeneize with other platforms' Makefiles; mainly adds the ability to | Miod Vallat | |
compile a kernel with propolice disabled, and only disable the log() and printf() gcc builtins. | |||
2004-09-20 | splraise can be inlined or not by define | Per Fogelstrom | |
2004-09-20 | Add support for R10K cpu class | Per Fogelstrom | |
2004-09-17 | Remove option EON from kernel and options(4) | Mathieu Sauve-Frankel | |
ok henning@ | |||
2004-09-16 | Correctly read the symbol table pointers passed by the boot code. | Miod Vallat | |
2004-09-16 | Only one script text is necessary... | Miod Vallat | |
2004-09-16 | ld.script for boot. cvs add is ok according to deraadt@ | Per Fogelstrom | |
2004-09-16 | Update boot with miods ELF64 symtab fixes and my 32 bit compiles | Per Fogelstrom | |
2004-09-16 | Don't adjust month from tod clock. clock.c does | Per Fogelstrom | |
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated ↵ | Michael Shalayeff | |
architecture is still fluffy (; | |||
2004-09-16 | Typo in comment. | Miod Vallat | |
2004-09-16 | ``viritual'' is a virtual word and this is a real tree. | Miod Vallat | |
2004-09-16 | Dead meat. | Miod Vallat | |
2004-09-16 | Superseded by MI <link.h> | Miod Vallat | |
2004-09-15 | Add an install: target. Ok miod@, pefo@ | Matthieu Herrb | |
2004-09-15 | Assume default compiler settings | Per Fogelstrom | |
2004-09-10 | This is the script used to link the kernel. A flaw in ld makes | Per Fogelstrom | |
setting the load address using 0xffffffff80100000 impossible so a workaround using -0x7.... is used. Hopefully this file will go away and using -N and -Ttext= will work once binutils is fixed. | |||
2004-09-10 | Fix LEAF usage adding new extra arg. spotted by miod. | Per Fogelstrom | |
2004-09-09 | Kernel moves to 64 bit. A few more tweaks when binutils is updated. | Per Fogelstrom | |
2004-09-09 | Kill mb_map and related defines, we don't need one. | Miod Vallat | |
2004-08-26 | diskboot changes | Per Fogelstrom | |
2004-08-26 | Fix a problem where the driver could get stuck in the rx int loop. | Per Fogelstrom | |
2004-08-25 | Minor tweaks to make things work in install. | Per Fogelstrom | |
2004-08-23 | pefo is a tree breaker | Theo de Raadt | |
2004-08-23 | fix free page commit handling | Per Fogelstrom | |
2004-08-23 | clean | Per Fogelstrom | |