summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2001-06-08More changes from NetBSD that should have been part of the UVM update; testedAaron Campbell
2001-06-08it seems that via has 7, not 4 pci interrupt lines.Michael Shalayeff
2001-06-08Adjust to recent locking protocol changes; beck@Aaron Campbell
2001-06-07fix typo in wi* at pciTodd C. Miller
2001-06-06Call doshutdownhooks() in boot(). ok jj@ niklas@Miod Vallat
2001-06-06wi* @ pciTodd C. Miller
2001-06-05Call doshutdownhooks() in boot(). Cleanup code path a little.Miod Vallat
2001-06-05Use mi round_page() and trunc_page() macrosTodd C. Miller
2001-06-05License clarification from David Mazieres, ok deraadt@Peter Valchev
2001-06-04fix debugging printf, cpu_hpa is not pointer anymoreMichael Shalayeff
2001-06-02Support writing to the hardware clock for powerpc apple systems.Dale Rahn
2001-06-02On Cuda systems (imac Rev C at least), it seems that the adb dataDale Rahn
2001-05-31Typos.Miod Vallat
2001-05-31Relocation types on alpha.Artur Grabowski
2001-05-31Initialize b_dep if we malloc our own struct buf.Artur Grabowski
2001-05-31Initialize bp->b_dep if we malloc our own struct buf.Artur Grabowski
2001-05-30Preliminary UVM support. UVM kernels don't work for the moment, though.Miod Vallat
2001-05-30Bring the root device selection code up-to-date with modern standardsMiod Vallat
2001-05-30OopsMiod Vallat
2001-05-30Define msgbuf area size better, gets rid of occasionnal noise in dmesgMiod Vallat
2001-05-30Remove ipf. Darren Reed has interpreted his (old, new, whichever)Theo de Raadt
2001-05-29pcvt no moreMichael Shalayeff
2001-05-29remove this used to be great console driver; x11 builds w/o it all fine; aaro...Michael Shalayeff
2001-05-29Hardware clock support, via adb.Dale Rahn