summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2004-06-22Change various macro and symbol names in order to have recognizable *100*Miod Vallat
2004-06-22Do not use db_printf() without a godd reason; while there, shrinken someMiod Vallat
2004-06-22support for rcc osb4 and csb5; tested on quad-zion and another box i haveMichael Shalayeff
2004-06-22make sure real/avail mem printfs do unsigned ariths; found by beck@Michael Shalayeff
2004-06-22Turn m88k_protection() into a macro again, compensating for 88110Miod Vallat
2004-06-22After 88110 exception processing, do not reset the in-frame [di][lp]arMiod Vallat
2004-06-22On 88110, simplify enip processing:Miod Vallat
2004-06-22Do not access [id][pl]ar registers from C code - we only care about theirMiod Vallat
2004-06-22Switch amd64 to __HAVE_CPUINFOArtur Grabowski
2004-06-21Put back the moving of schedstate_percpu into sched.h. This time exposeArtur Grabowski
2004-06-21Make 'machine ddbcpu' work, and use CPU device number instead of APIC idAndreas Gunnarsson
2004-06-21Pure luck has protected us from this bug until now: locore.SNiklas Hallqvist
2004-06-21Add support for agten(4) - on Andrey's U2 the PROM is not able to initializeMiod Vallat
2004-06-20Port mgx(4) to sparc64.Miod Vallat
2004-06-20Port the rfx(4) frame buffer driver to sparc64.Miod Vallat
2004-06-20Init per-cpu spc_runtime before diving into the scheduler. From NetBSD.Aaron Campbell
2004-06-20zx(4) support for sparc64, tested on an Ultra 2.Miod Vallat
2004-06-20Fix some comment typos I noticed while reading this code.Aaron Campbell
2004-06-20nope, tree breakage in libpthread. too tough to run a make build?Theo de Raadt
2004-06-20Move schedstate_percpu into sched.h so that we don't have to includeArtur Grabowski
2004-06-20Silence intr_establish a bit more; makes the dmesg on U2 suddenly edible.Miod Vallat
2004-06-20It's supposed to be #ifdef DIAGNOSTIC, not #ifdef DIAGONSTIC. miod@ tested+okAaron Campbell
2004-06-19Trim includes.Miod Vallat
2004-06-19No "machine prom" ddb command on the Luna.Miod Vallat
2004-06-19Share common ddb files accross m88k platforms.Miod Vallat
2004-06-19Remove unused and misleading defines.Miod Vallat
2004-06-18Correct range validation in sio_iointr().Miod Vallat
2004-06-18Add /dev/crypto support.Miod Vallat
2004-06-17betterer swapdevMichael Shalayeff
2004-06-17reset both irr's; put a barrier upon imr reset such that icr is reset properl...Michael Shalayeff
2004-06-17fix coalescing config writes errataMichael Shalayeff
2004-06-17pretty cpu spinup messageTheo de Raadt
2004-06-17ldcw does a store tooMichael Shalayeff
2004-06-17use local var copy of frame->tf_iir everywhere and fix one panicMichael Shalayeff
2004-06-16We need __splbarrier to compile kernel, tho it should beAlexander Yurchenko
2004-06-16Use i386_ipi_db only with DDBAlexander Yurchenko
2004-06-16Missing ifdef DDBAlexander Yurchenko
2004-06-16db_mp.c requires ddbAlexander Yurchenko
2004-06-16handle zero division for userland as well; from otto@Michael Shalayeff
2004-06-15first parts of how C3 Esther will be handled; ok tomTheo de Raadt
2004-06-15Be more careful about what value we check for crypto capability bitsTom Cosgrove
2004-06-15export actual xcrypt feature set bitmaskTheo de Raadt
2004-06-15grok upcoming VIA C3 Esther montmul, sha1, and sha256 instructionsTheo de Raadt
2004-06-15fix some printf'sBrad Smith
2004-06-14Added some codes that check if the machine is LUNA-88K or LUNA-88K2Kenji Aoyama
2004-06-14de-__PTheo de Raadt
2004-06-14knock out some useless crudTheo de Raadt
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-06-11better name for power thread (for power users only)Michael Shalayeff
2004-06-10Generate SIGTRAP for breakpoint instructions.Mark Kettenis