summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2005-12-18Don't include cdefs.h if _LOCORE is defined and hide some more definesTodd C. Miller
2005-12-17Remove duplicate definition of machFPCurProcPtr.Mark Kettenis
2005-12-17Let the xtlb refill handler fault if the userland va is out of the supportedMiod Vallat
2005-12-17Rename ``dofault'' label to ``fault_common'', it just looks too close toMiod Vallat
2005-12-17Fix PT_{GET|SET}FPREGS. Make sure we flush the fpu before reading/modifyingMark Kettenis
2005-12-17Fix handling of floating-point registers in PT_{GET|SET}REGS.Mark Kettenis
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
2005-12-17Don't include cdefs.h when we are included from locore.sTodd C. Miller
2005-12-17unfortunately with PROCFS, that is not true yetTheo de Raadt
2005-12-17Make sure we match the correct driver for newer macppc systems.Mark Kettenis
2005-12-16Sync with i386 acpi stuff. Remains disabled of course.Marco Peereboom
2005-12-16Make amd64 powerdown logic identical to i386.Marco Peereboom
2005-12-16Add delay before powering down on acpi. Give the sync some extra time.Marco Peereboom
2005-12-16Missing splx in setfault() error path.Miod Vallat
2005-12-16Compile out process_sstep() as we don't define PT_STEP, thus nothing usesMiod Vallat
2005-12-16Return EINVAL in process_sstep() as this is not implemented on arm yet;Miod Vallat
2005-12-16KNFMarco Peereboom
2005-12-16Forgot to check a flag to powerdown via acpi.Marco Peereboom
2005-12-16Power down machine from acpi.Marco Peereboom
2005-12-16Flush fpu state before reading/modifying the state in the pcb.Mark Kettenis
2005-12-16move the section on updating bootblocks into the man bodyJason McIntyre
2005-12-16re-enable ipmiTheo de Raadt
2005-12-16do not use a label_t in the pcb. label_t may not exist in all contexts,Theo de Raadt
2005-12-16Lose dsdt since it was moved inside acpi.cMarco Peereboom
2005-12-15tweaks;Jason McIntyre
2005-12-15Protect va_copy with __ISO_C_VISIBLE as intended.Todd C. Miller
2005-12-15shrink a littleDavid Gwynne
2005-12-15dont use the esm sensor tables to store format strings.David Gwynne
2005-12-15split esms psu sensor into 6 kernel sensors. you can easily see if theDavid Gwynne
2005-12-15__BSD_VISIBLE is not compared against a dateTheo de Raadt
2005-12-15document horrific bootblock upgrade "procedure"Theo de Raadt
2005-12-14make va_arg() map to nothing; ok millertTheo de Raadt
2005-12-14Add commented entries for nfe.Jonathan Gray
2005-12-14convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@Todd C. Miller
2005-12-14Prevent access to PCI config space for function >0 on bus 0.Mark Kettenis
2005-12-14Add a __statement macro to use with gcc statement expressions insteadTodd C. Miller
2005-12-14Make clock_t consistent across platforms as a 32 bit int. OK deraadt@Todd C. Miller
2005-12-14Don't hard-code card present and number of socket bits in the PCMCIA busUwe Stuehler
2005-12-14Remove useless crap that was there from the beginning. One particularUwe Stuehler
2005-12-14Add AC device.Marco Peereboom
2005-12-13print lapic clock in mhz (instead of hz)Michael Shalayeff
2005-12-13remove ad clause that got copied from older versions of the files; pto by jsg@Michael Shalayeff
2005-12-13Deal with ki2c(4) controllers with multiple i2c busses.Mark Kettenis
2005-12-13Prevent recursive interrupts. Solves kernel stack overflow on i386 underAaron Campbell
2005-12-13Whoops, need to #undef _BIG_ENDIAN not _BYTE_ORDERTodd C. Miller
2005-12-13Add acpibat device but keep it disabled.Marco Peereboom
2005-12-13It would seem that some cards do not get reset correctly if RESET isUwe Stuehler
2005-12-13the status field for power supplies is different to the rest of theDavid Gwynne
2005-12-13nuke unused BTOPKERNBASE defineMartin Reindl
2005-12-13Pchip0 PCI memory starts at 0x80000000000, correct and useMartin Reindl