summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2011-08-18Because model 362 does not have an SGC bus (or a blind, deaf and mute one),Miod Vallat
2011-08-18Do not skip 362 and 382 DIO frame buffer select codes; this was writtenMiod Vallat
2011-08-18Do not use NULL when 0 is intended.Miod Vallat
2011-08-18stray spaces; no binary changeMarco Peereboom
2011-08-17Set the PSL_O bit, like we do for 64-bit capable CPUs on hppa.Mark Kettenis
2011-08-17Don't set the PSL_S bit. We generally don't tend to hide CPU counter timersMark Kettenis
2011-08-17Assembler implementation of the GCM mode using the Carry-lessMike Belopuhov
2011-08-16Use pitlbe and pdtlbe instructions when flushing the entire TLB.Mark Kettenis
2011-08-16The gp value is stored in a different register on hppa64.Mark Kettenis
2011-08-16Old proc is stored in %arg0, not in %arg2.Mark Kettenis
2011-08-16Compile in serial console settings support if any com(4) device is includedMark Kettenis
2011-08-16Compile in serial console settings support if any com(4) device is includedMark Kettenis
2011-08-16Don't export 'struct pmap' to userland.Mark Kettenis
2011-08-09In pmap_create(), check uvm_pagealloc() return value and uvm_wait() until itMiod Vallat
2011-08-07A few more fixes to the lazy FPU context switching code.Mark Kettenis
2011-08-07Avoid clobbering system call arguments upon system call entry.Mark Kettenis
2011-08-07Enable ssio(4) and com(4).Mark Kettenis
2011-08-07Bring over ssio(4) from hppa for proper serial console support.Mark Kettenis
2011-08-07Recognize 64-bit store instructions.Mark Kettenis
2011-08-07Make sure interrupts are properly masked at the level they're established at.Mark Kettenis
2011-08-04Make this compile with gcc4. Same fix as for hppa.Mark Kettenis
2011-08-03Fix linux compat breakage: can't copyin() from kernel-space, soPhilip Guenthe
2011-08-02Add softraid (and option CRYPTO as pointed out by todd).Matthieu Herrb
2011-08-02disable mmuagp due to reports it breaks some machines.Theo de Raadt
2011-08-01Synch with hppa. Seems to fix at least one of the remaining pmap bugs.Mark Kettenis
2011-07-30Send SIGBUS instead of SIGSEGV for unaligned access which is not emulatedTheo de Raadt
2011-07-25Disable MSI for now; something is still not quite right on UltrSPARC T2Mark Kettenis
2011-07-22Fix PMAPDEBUG compileMiod Vallat
2011-07-21Support for the eBenton EBT-700 netbook, which is similar to the LemoteMiod Vallat
2011-07-19we need to alias __movstr* as __movmem* for gcc4Jonathan Gray
2011-07-19Warn about but don't prevent installboot from installing /boot whenKenneth R Westerback
2011-07-18take us to 5.0-betaTheo de Raadt
2011-07-17Backout a bunch of my SCSI commits from c2k11. At least one of theseMatthew Dempsky
2011-07-16device_register() is called on the scsibus(4) devices beforeMatthew Dempsky
2011-07-11Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls,Philip Guenthe
2011-07-11Add hibernate_read_block and fix a couple of typos in the previous commit.Mike Larkin
2011-07-10remove irrelevant commentsTheo de Raadt
2011-07-10remove irrelevant old commentTheo de Raadt
2011-07-10Register the Heart clock as a timecounter on Octane systems.Miod Vallat
2011-07-10Do not register the per-cpu counter as a system timecounter on MULTIPROCESSORMiod Vallat
2011-07-10Move the vax/boot code to vax/stand. A cvs 'mv' with de-tagging has beenTheo de Raadt
2011-07-10bring in more libgcc type thingies for new libzTheo de Raadt
2011-07-10Oops. Copy just the comment about the checkdisklabel() call, notKenneth R Westerback
2011-07-10If there is recognized MD disk partitioning info, use it to determineKenneth R Westerback
2011-07-09Unbreak hppa boot(8) after zlib update.Joel Sing
2011-07-09Repair boot32 build after zlib upgrade.Miod Vallat
2011-07-09Switch to new write function that does range/chunk compression using zlibMike Larkin
2011-07-09Update hibernate_populate_resume_pt to include new ranges that need to beMike Larkin
2011-07-09Call (temporarily, until we have RLE page encoding) uvm_pmr_zero_everythingMike Larkin
2011-07-09syscall() can be a lot simpler on hpaa64.Mark Kettenis