summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2000-07-25Fix mips3 outofworld to panic cleanly even if shutdown path misses K2.jeffs
2000-07-25Add option to apply additional mask to the SR at run-time for MIPS3 platforms.jeffs
2000-07-25add disabled LOCKDEBUG; re-enable all the phy driversmrg
2000-07-25Re-instate a couple of delay slot NOPs marked `XXX spitfire bug?'pk
2000-07-25Ignore all undefined bits in the Tadpole microcontroller status register.toddpw
2000-07-25Use libsa alloc().tsubai
2000-07-25Add ofwboot.{mrg,xcf} to CLEANFILES.tsubai
2000-07-25Make this compile again.tsubai
2000-07-25Enable console in initppc().tsubai
2000-07-25Allocate temporary buffer to copy OF page table dynamicallytsubai
2000-07-25We don't need to include the # VIA VT82C686A integrated AC'97 Audio as itwrstuden
2000-07-25Add a bunch of pci audio drivers. Most are commented out as they haven'twrstuden
2000-07-25Correct typo in comment.jeffs
2000-07-24French/Finnish/German/Norwegian keyboard support; ported by Thomas Runge from...is
2000-07-24French/Finnish/German/Norwegian keyboard support; ported by Thomas Rungeis
2000-07-24Use new uvm_km_valloc_prefer_wait() in vmapbuf(). This lets the K2jeffs
2000-07-24add netboot.bin to CLEANFILESjdolecek
2000-07-24cleanup Makefiles, put common stuff to Makefile.booters, ditch unnecessaryjdolecek
2000-07-24Optimization to pmap_zero_page(): we only need to use the first 16 FP regs,mycroft
2000-07-24Fix a whitespace glitch.mycroft
2000-07-24Pull in the bzero() changes from libc for real, with a couple of kernel-mycroft
2000-07-24CopyToBuffer/CopyFromBuffer are used by sii/xsii and nothing else.ad
2000-07-24Cosmetic & readability:pk
2000-07-24Allow probe for SCSI tape drives even if no SCSI disk drives are configured.ad
2000-07-24G/C the IIO* #defines. They're no longer needed.scw
2000-07-24Delete kernfs.tsubai
2000-07-24Pass the boot partition number into the loaded kernel, in preparationscw
2000-07-24Define UVM_PAGE_IDLE_ZERO.pk
2000-07-24Fix delay slot error in the SUN4_MMU3L startup code.pk
2000-07-24Fix stack issues in bzero.eeh
2000-07-24Revert the previous change for now. I don't have time to debug it tonight.mycroft
2000-07-24Er, eliminate the -p link option as well, which just outputs huge amountsmycroft
2000-07-24Nuke lderr.mycroft
2000-07-24Slight rearrangement.mycroft
2000-07-24Fix an obvious error that would cause fpu_ftoxi() to drop the upper half.mycroft
2000-07-24asm volatile --> __asm __volatilemycroft
2000-07-24Make this a bit safer against errors by using some .tmp files.mycroft
2000-07-24Give this a prayer of working with obj dirs.mycroft
2000-07-24Make this at least pretend to compile.mycroft
2000-07-24Fix compiler warnings.mycroft
2000-07-23Fix multiple problems with floating point and structure handling.mycroft
2000-07-23__BROKEN_CONFIG_UNIT_USAGE is no longer required for mvme68k.scw
2000-07-23G/C cf_unit. It wasn't really being used in a meaningfull way.scw
2000-07-23Make these work with obj directories.jdc
2000-07-23Copy bzero change from libc.mycroft
2000-07-23Add WSEMUL_VT100 to configuration files using wsdisplay.ur
2000-07-23Give 64-bit processes access to a full 64-bit address space (90% of whicheeh
2000-07-23Include <machine/frame.h> to get the definition of BIAS and CC64FSZ.eeh
2000-07-23make this usable for for userland asm, which needs CC64FSZmrg
2000-07-22Fix up alignment of incoming payloads. BOOTP at least now works.bjh21