summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-06-13Kernel virtual mode 8086, currently disabled in GENERIC.Gordon Willem Klok
2006-06-13When adjusting the performance of the processor using p4tcc, the CPUsGordon Willem Klok
2006-06-13Change the value returned if the CPU fails to honor a request toGordon Willem Klok
2006-06-12Oops, typoMiod Vallat
2006-06-12Some more improvements to EST:Dimitry Andric
2006-06-12ANSIfy, and nuke newline at end of file.Gordon Willem Klok
2006-06-12Add stray interrupt reporting to the apicvec.s, fix the code for strayGordon Willem Klok
2006-06-11Working kernel crash dumps.Miod Vallat
2006-06-11Amiga is no longer amoung us. Some architectures were too sentimentalKenneth R Westerback
2006-06-11Ansify. No binary change on amd64 and i386, not yet built on sgi. ok miod@Matthieu Herrb
2006-06-11Clean the various cache and TLB invalidation function, arch by arch:Miod Vallat
2006-06-11Set up FPSP exception vectors on 68040 models in initvectors(), as done for theMiod Vallat
2006-06-11Remove traces of cut'n'pasted 68060 support, since there aren't any 68060-basedMiod Vallat
2006-06-11Protect a variable only used for the HP MMU if #ifdef M68K_MMU_HP blocks.Miod Vallat
2006-06-11Move common prototypes to <m68k/{cpu,param}.h> instead of incompleteMiod Vallat
2006-06-11Factorize spl handling functions and software interrupt routines betweenMiod Vallat
2006-06-11Move pmap_aliasmask declaration and initialization to MD code. No functionalMiod Vallat
2006-06-11Use bracketed include paths.Miod Vallat
2006-06-11Zero the size of the correct partition. Missed in previous cleanup.Kenneth R Westerback
2006-06-11TypoMiod Vallat
2006-06-11Get rid of the wdt(4) char device. We have watchdog(4) andMichael Knudsen
2006-06-10ANSIfy, KNF and remove a silly comment.Gordon Willem Klok
2006-06-10ANSIfy, KNFGordon Willem Klok
2006-06-10Add IIC attachment/probe. no IIC devices yet.Dale Rahn
2006-06-10bring PHYS address in sync with RAMDISK, matches the addresss redbootDale Rahn
2006-06-10include i2c bits instead of dummying out i2c_bitbang.Dale Rahn
2006-06-10I2C support for 80321/80219Dale Rahn
2006-06-09{x,}ldcontrolb() codepath is SUN4-only, so don't bother checking for LfsbailMiod Vallat
2006-06-08Move ISA logic of allocation functions to better place.Tobias Weingartner
2006-06-07- when killing a process due to parity error, notify syslog.Miod Vallat
2006-06-07Pass M_CANFAIL to malloc() in sendsig(), and if it fails, kill the process;Miod Vallat
2006-06-07One last occurence of an inline sigexit() in sendsig.Miod Vallat
2006-06-07Remove unused bus_space_probe().Miod Vallat
2006-06-07enable azalia; ok jasonTheo de Raadt
2006-06-07do not #undef HORRID_III_HACKTheo de Raadt
2006-06-06Define R5k/R10k extra trap codes.Miod Vallat
2006-06-06In pmap_enter(), when deciding to flush the icache for a page, invoke theMiod Vallat
2006-06-06use _C_LABEL() instead of _Michael Shalayeff
2006-06-05In ubareset(), be sure to destroy the uba extent before recreating it, toMiod Vallat
2006-06-04Shrink VM_PHYSSEG_MAX to 1 on platforms where physical memory is contiguousMiod Vallat
2006-06-04When VM_PHYSSEG_MAX is 1, use VM_PSTRAT_RANDOM for VM_PHYSSEG_STRAT, thisMiod Vallat
2006-06-02Fix name of lcd(4) in dmesg.Miod Vallat
2006-06-02Map the vector page cacheable during startup.Miod Vallat
2006-06-02now that com_cardbus works on macppc, add 'com* at cardbus?' to GENERICFelix Kronlage
2006-06-02sbus_establish() and the associated linked list in the sbus softc is now onlyMiod Vallat
2006-06-02When trying to find leaf lebuffer devices, to work around broken old PROMs,Miod Vallat
2006-06-02All I wanted was to fix the bogus PG_SZ macro, but this is better:Miod Vallat
2006-06-02Spelling.Christopher Pascoe
2006-06-02feild -> fieldMiod Vallat
2006-06-02Implement splassert() on vax.Miod Vallat