summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2004-01-20In some situations, the MVME328S can be so hung that our current reset codeMiod Vallat
2004-01-20Use shifts and logical arithmetic, rather than multiplications and integerMiod Vallat
2004-01-20Better debugging information, only available if option TRAPDEBUG (which youMiod Vallat
2004-01-20let XFS compile; miod okTheo de Raadt
2004-01-20- macppc -> __macppc__Brad Smith
2004-01-19Get rid of a few useless defines, as well as a few duplicated ones; andMiod Vallat
2004-01-19``3 pages of u-area ought to be enough for everybody''Miod Vallat
2004-01-19The pessimistic tlb handling change turned out to be one more instance ofMiod Vallat
2004-01-18Silence match() unless DEBUG.Miod Vallat
2004-01-17Now that the phys_map_vaddr bug is out of the way, it's time to bring backMiod Vallat
2004-01-16Do not switch to the fpsp exception vectors if we are not running on anMiod Vallat
2004-01-16cia* is not needed on floppyB, all these machines use tsc*. but at leastTheo de Raadt
2004-01-16People who immediately clobber registers containing the result of subfunctionsMiod Vallat
2004-01-15Disable write-back mappings for userland entirely; pmap_copy_page() stillMiod Vallat
2004-01-15Provide explicit function argument declarations.Miod Vallat
2004-01-15instuction -> instructionMiod Vallat
2004-01-15Undo backout of this piece of 'SR restores', this feature is used byDale Rahn
2004-01-15No reason to exclude xl from ramdisk. GENERIC and RAMDISK need a severe sync.Dale Rahn
2004-01-15Add 'sysctl hw.cpuspeed' support. copied from macppc.Dale Rahn
2004-01-15Apply the same change as macppc for the 'SR revert', unbreak pegasos.Dale Rahn
2004-01-14machine/stdarg.h -> sys/stdarg.hBrad Smith
2004-01-14mvme* do not support buses with indirect configuration, so don't check andMiod Vallat
2004-01-14Do not fill more than the first three fields of cfdriver structures unlessMiod Vallat
2004-01-14Some MC8820x operation cleaning:Miod Vallat
2004-01-14Slightly better messages, fix a typo, and a few strlcpy() botches.Miod Vallat
2004-01-14Remove as many unnecessary includes from the include mess in this file, inMiod Vallat
2004-01-14catching a stray sheep destroying a pmap shall result in a proper haggis; thi...Michael Shalayeff
2004-01-14Do not expose kernel prototypes to userland.Miod Vallat
2004-01-14Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. AlsoKenneth R Westerback
2004-01-14Revert previous; this will cause issues on some machines, says drahn@Miod Vallat
2004-01-13Fix KERNTEXTOFF value (long) after the move to ELF.Miod Vallat
2004-01-13Allow building w/o -traditional. OK weingart@ and mickey@Todd C. Miller
2004-01-13Get rid of more unused useless broken invalid constant laughable values.Miod Vallat
2004-01-13No need to set [di]sar for complete tlb invalidation.Miod Vallat
2004-01-13Take advantage of the way config(8) works to probe for bugtty last duringMiod Vallat
2004-01-13Get rid of old MID binary compatibility. This has been a lifesaver back whenMiod Vallat
2004-01-13Then, kill %: printf format...Miod Vallat
2004-01-13Less pedantic types; helps when userland includes <signal.h> withoutMiod Vallat
2004-01-13Let frame_is_sane() be quiet on demand, then fix and enable again frame search.Miod Vallat
2004-01-13During signal delivery, force the sigframe to be on an 8 byte boundary.Miod Vallat
2004-01-13UFS -> FFS, /bootsd -> /boot, ufsboot -> bootMiod Vallat
2004-01-13Always keep the kernel stack on a 8 byte boundary...Miod Vallat
2004-01-13Dusty, useless files are better found in the Attic.Miod Vallat
2004-01-13grog EV68Theo de Raadt
2004-01-13In cpu_switch(), use (almost) savectx() rather than rolling our own version.Miod Vallat
2004-01-13support mbuf handling in alpha sgmap dma maps; from netbsdTheo de Raadt
2004-01-13need mbuf.hTheo de Raadt
2004-01-12Use a struct reg in struct sigcontext, rather than an unsorted pot-pourriMiod Vallat
2004-01-12Shrink the reg structure, for it to only contain registers (eh), and makeMiod Vallat
2004-01-12match both ALI ISA bridges (more fallout); ok millertTheo de Raadt