summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
2012-08-21don't read past the end of an array when dumping the stack.Jonathan Gray
2012-08-21For interrupts that get established before we attach the interrupt controller,Mark Kettenis
2012-08-20MISs work on Oberon as well.Mark Kettenis
2012-08-18glxpcib(4) invokes pcibattach assuming pcib doesn't need more than aMiod Vallat
2012-08-17Properly initialize the IOMMU control and status register for pyro(4).Mark Kettenis
2012-08-17Turns out interrupts for Ebus devices are wired to the *other* PCI Expres leafMark Kettenis
2012-08-16we are past the point where timecounters may disappearTed Unangst
2012-08-15use Lk for links;Jason McIntyre
2012-08-15add oce and mfii; ok deraadt dlgMike Belopuhov
2012-08-14enable mfii(4).David Gwynne
2012-08-10';;', even with a newline between the semicolons, doesn't make muchKenneth R Westerback
2012-08-10simplify pckbc_xt_translation()Alexandr Shadchin
2012-08-08Do not depend upon an initialized variable in the common case; gives init(8)Miod Vallat
2012-08-08Make this compile again.Miod Vallat
2012-08-07Handle __syscall as syscall, since these are identical on 64-bit platforms,Miod Vallat
2012-08-07<sys/ktrace.h> is now pulled in via <sys/syscall_mi.h>, so drop it from herePhilip Guenthe
2012-08-07Don't include <sys/ktrace.h>; makes this file compile again.Mark Kettenis
2012-08-07Move the common bits of syscall invocation and return handling intoPhilip Guenthe
2012-08-03enable oce(4)Mike Belopuhov
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.Okan Demirmen
2012-08-01Use mtrrmask instead of hardcoded values to accommodate newer CPUsMike Belopuhov
2012-07-30Revert previous change, and don't set IFM_AVALID | IFM_ACTIVE in ifm_statusMiod Vallat
2012-07-28zap a misleading commentPhilip Guenthe
2012-07-25When reporting media state, be sure to set IFM_AVALID and IFM_ACTIVE inMiod Vallat
2012-07-22remove a few things to make this fit again; with miodTheo de Raadt
2012-07-18Attach non-frame buffer GIO devices with ga_product being the id gathered byMiod Vallat
2012-07-18Hopefully correctly recognize GIO boards with a 8-bit only ID register, whichMiod Vallat
2012-07-18regenMiod Vallat
2012-07-18A couple more device IDs, thanks to Martin Boehme for donating boards!Miod Vallat
2012-07-18According to Linux, and just verified the hard way, the 8254 timer does notMiod Vallat
2012-07-16Forgot these files during the recent clock churning.Miod Vallat
2012-07-14A known errata of R4000 and R4400 processors, is that reading the internalMiod Vallat
2012-07-14Split the existing mips64 clock code into time-of-day and generic duties inMiod Vallat
2012-07-13extraneous comment (corresponding code was removed a while back)Mike Larkin
2012-07-13Make hppa64 kernel compile again.Joel Sing
2012-07-13Improve diffability with amd64Mike Larkin
2012-07-13Make amd64 look like i386 for hibernate resumeMike Larkin
2012-07-13typoTheo de Raadt
2012-07-13Make amd64 like i386 for hibernate support in acpi_sleep_machdepMike Larkin
2012-07-13More foundation goo for amd64 hibernateMike Larkin
2012-07-13Starting point for amd64 hibernate ... some goo copied from i386.Mike Larkin
2012-07-12Enable hibernate (suspend-to-disk) support for i386.Mike Larkin
2012-07-09Remove apic_intrcount counting in the interrupt handlers. Not that usefulTheo de Raadt
2012-07-09Remove a useless macroTheo de Raadt
2012-07-09After a resume, re-initialize the MTRR registers on the AP processorsTheo de Raadt
2012-07-09Do not re-initialize ci_randseed on the primary cpuTheo de Raadt
2012-07-09unify com at cardbus attachmentsTheo de Raadt
2012-07-08The comment above amd64_mrinit_cpu() was way too specific and wrong.Theo de Raadt
2012-07-08Move the hibernate utility pages up to account for the MP tramp page.Mike Larkin