summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-06-23Only mips uses cpu_set_init_frame (and it shouldn't)Artur Grabowski
2001-06-23fix commentMichael Shalayeff
2001-06-23PCI bus configuration userland access from FreeBSD.Matthieu Herrb
2001-06-23Header file changes to support symbol loading just added.Dale Rahn
2001-06-23Perform symbol lookup on ddb trace command.Dale Rahn
2001-06-23Support ddb initialization on powerpc.Dale Rahn
2001-06-23Support for powerpc to load symbols, uses new libsa loadfile.Dale Rahn
2001-06-22shift the range for i/o space allocation to 0xa000 as itMichael Shalayeff
2001-06-22build it static; nateTheo de Raadt
2001-06-21Add support for the Cyclades-Z multiport serial cards.Nathan Binkert
2001-06-21Finish what Theo started (a char * to void * conversion)Niklas Hallqvist
2001-06-20comment typo. from jsyn@nthought.comNiklas Hallqvist
2001-06-18Close PR 1864, Mhz should be written as MHz.Dale Rahn
2001-06-17Add -Wno-uninitialized.Hugh Graham
2001-06-17Don't pciaddr_do_resource_allocate if device is AGP to avoid conflict.Michael Shalayeff
2001-06-17Interrupt storm problem on awacs fixed, not necessary to disableDale Rahn
2001-06-17Significant improvement on awacs driver.Dale Rahn
2001-06-17Allow for more than 5 interrupt attribute values. awacs has 6.Dale Rahn
2001-06-16More cleanink of unused code and incorrect comments.Miod Vallat
2001-06-16sysarch() takes a void *Theo de Raadt
2001-06-15Compile kernel with -Wall, and fix a few issues for this to work.Miod Vallat
2001-06-14Big cleanup of VM issues:Miod Vallat
2001-06-14Fix for pmap_extract on amiga. int -> paddr_t fix.Janne Johansson
2001-06-14Same fix as miod did for sun3/vax, but for amiga too.Janne Johansson
2001-06-13Actually, because of multi-interrupts devices, use the opposite loopMiod Vallat
2001-06-13Recent changes in sys/netinet/ assume you get setsoftnet() viaMiod Vallat
2001-06-12In intr_findvec(), correct the for() loop bounds.Miod Vallat
2001-06-12Change RB_NOSYM, for it used to have the same value as RB_CONFIG ;Miod Vallat
2001-06-12Add ``scsibus* at vs?'', except on model 147, for which the vs driverMiod Vallat
2001-06-12deal with gnu kernel dependencies right; cyxob@thief.dyndns.orgTheo de Raadt
2001-06-11Repair SUN4M-only case compilation...Miod Vallat
2001-06-11Remove workaround for a gas bug fixed in binutils-2.10.1.Artur Grabowski
2001-06-11Call doshutdownhooks() during shutdown.Miod Vallat
2001-06-11Use MI {trunc,round}_page macros.Miod Vallat
2001-06-11Being able to compile sun4 (non-sun4c non-4m) kernels doesn't hurt.Miod Vallat
2001-06-10Do not print time in seconds since epoc on boot,Dale Rahn
2001-06-10Hack/workaround for gcc bug. GCC will generate a load/store double instructionDale Rahn
2001-06-10permit compilation when only SUN4C is defined; based on patch from Thomas Cof...Jason Wright
2001-06-10Post pmap_extract() changes cleanup.Dale Rahn
2001-06-10Post pmap_extract() changes cleanup.Miod Vallat
2001-06-10free commit from artMichael Shalayeff
2001-06-10Art error #2Theo de Raadt
2001-06-10Art error #1Theo de Raadt
2001-06-10Semicolons are better added in canada to save cross atlantic bandwith.Bob Beck
2001-06-09fix art oopsie so this compilesBob Beck
2001-06-09Account for timer interrupts which occur while timer is "blocked".Dale Rahn
2001-06-09disable debugging by defaultMichael Shalayeff
2001-06-09print return value for debugging purposesMichael Shalayeff
2001-06-08Fix the XXX #debug bits in vm_machdep().Todd C. Miller
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski