summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2010-04-22De-inline atomic_setbits_int and atomic_clearbits_int, on arm these functionsDale Rahn
2010-04-22Whitespace cleanup on generated asm code, so it is readable.Dale Rahn
2010-04-22Committing on behalf or ariane@.Owain Ainsworth
2010-04-22- remove ptei(), which was verified to be unused.Jasper Lievisse Adriaanse
2010-04-21More reworking of interrupt handling and VME support, and rename variousMiod Vallat
2010-04-21<sys/systm.h> required now.Miod Vallat
2010-04-21more proc.h neededTheo de Raadt
2010-04-21two more proc.h neededTheo de Raadt
2010-04-21- missing rcs idJasper Lievisse Adriaanse
2010-04-21more cleanup to cope with the change that tries to make proc.h not actTheo de Raadt
2010-04-21more cleanup to cope with the change that tries to make proc.h not actTheo de Raadt
2010-04-20more misuse of user.h and sysctl.hTheo de Raadt
2010-04-20cleanup more confusion regarding user.h before proc.h, or missing proc.hTheo de Raadt
2010-04-20fix amd64 kernel compile after proc.h was removed from uvm_map.hPeter Hessler
2010-04-20Add bus_dma and oosiop(4), as found on the AV530 family. Tested on model 4605.Miod Vallat
2010-04-20need proc.h before user.hTed Unangst
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-04-20Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handledTheo de Raadt
2010-04-20destintation -> destinationMiod Vallat
2010-04-20Allow MD oosiop(4) attachment to override default values for a few of theMiod Vallat
2010-04-20Instead of using PWT|PCD for uncached (which is wrong on old cpus andOwain Ainsworth
2010-04-19Make ipending a per-CPU value.Joel Sing
2010-04-19Make the Processor Status Word (PSW) a per-CPU value.Joel Sing
2010-04-19Add missing bits for complete softraid support to sparc/sparc64David Coppa
2010-04-19Add missing bits for complete softraid support to sparc/sparc64David Coppa
2010-04-18Work in progress support for AViiON models 4600 and 530.Miod Vallat
2010-04-18Correctly identify a machine of the 530 family even if the expansion I/O boardMiod Vallat
2010-04-18Parse commandline options in netboot, and force the onboard ethernet addressMiod Vallat
2010-04-18Apply the same interrupt enable bit fiddling protection as done for le@fwioMiod Vallat
2010-04-18Allow for multiple options after a dash (getopt style).Miod Vallat
2010-04-18Fix esym computation logic.Miod Vallat
2010-04-17Work around yet another MC88110 errata, causing cache writebacks upon snoopingMiod Vallat
2010-04-17- correctly set cpu_model: instead of a vendor + model, set the cpu typeJasper Lievisse Adriaanse
2010-04-17Do not forget to set nasid to the right value when trying to attach spdmem.Miod Vallat
2010-04-16Fix handling of shared interrupts. Make sure we use the lowest priority ofMark Kettenis
2010-04-16Use a somewhat bigger hammer and als flush tlb entries that have the globalMark Kettenis
2010-04-16catch up to the ttyopen() changesTheo de Raadt
2010-04-15two missing splx in error path; ok drahnTheo de Raadt
2010-04-15Add some missing splx()'s (and missing simple_unlock() no-ops) in pmap errorMark Kettenis
2010-04-15Turn DIO_INHOLE() into a function, returning the next select code to probe at;Miod Vallat
2010-04-15Let sgc(4) attach on models 362 and 382 - recent documents uploaded toMiod Vallat
2010-04-15Match the interleaving scheme used on dual-PIMM capable IP35 systems (i.e.Miod Vallat
2010-04-15Print both the tx and the rx interrup vector numbers instead of the tx numberMark Kettenis
2010-04-15Allow multiple xbow to attach, to attach devices on multiple node systems.Miod Vallat
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2010-04-11Make gcc4 happy. From NetBSD. Probably reported to me before by jsg@ orMark Kettenis
2010-04-10Make this compile with gcc4. Cleanup some debug code while I'm there.Mark Kettenis
2010-04-10pmap_extract() does the equivalent of vtophys if pmap_kernel(), so instead ofOwain Ainsworth
2010-04-10The statement c != '\0' != 0 doesn't make an awful lot of sense, so drop theMark Kettenis
2010-04-09- add and enable pgs(4), a driver for the Programmers Switch found onJasper Lievisse Adriaanse