summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2011-04-23Add FE_DENORMAL to the exception list just like the comment aboveMartynas Venckus
2011-04-23Sysarch is for userland, not kernel.  ifdef _KERNEL -> ifndef _KERNELMartynas Venckus
2011-04-23Do not set kl_hub_widget[] default value more than once. Found the hard wayMiod Vallat
2011-04-23Move assignment of kl_hub_widget[] outside a #ifdef DEBUG ... #endif block,Miod Vallat
2011-04-23Partially revert 1.23, by removing the code which tries to pick the bestMiod Vallat
2011-04-23start at high ipl (quiets noise on startup).Dale Rahn
2011-04-22Turning on SCSIDEBUG (for debugging other drivers, of course) shouldTheo de Raadt
2011-04-22Remove unused structure member.Mark Kettenis
2011-04-22Stop printing the PCI interrupt line programmed by the BIOS for APICMark Kettenis
2011-04-22spacesMarco Peereboom
2011-04-21fenv for amd64; from matthew@Martynas Venckus
2011-04-21fenv for hppaMartynas Venckus
2011-04-21Fix dma_constraint upper limit computation. Logical or is not the same asMiod Vallat
2011-04-21Print memory sizes as longs. Stolen from sparc64.Miod Vallat
2011-04-21Use 64 bit integer types to compute IP35 memory ranges, to give machinesMiod Vallat
2011-04-21Provide a HPPA_FRAME_ARGS macro. This only works correctly for theJoel Sing
2011-04-21Move interrupt related defines and prototypes from cpu.h to intr.h.Joel Sing
2011-04-21Revert the ``remove the `skip splraise/splx for IPL_NONE mutexes' optimization''Miod Vallat
2011-04-20fenv for m68kMartynas Venckus
2011-04-20Back out r1.10 of mutex.c as this breaks serial on hppa (at least for MP).Joel Sing
2011-04-20Potential NULL deref in an error case spotted by chl on one copy;Theo de Raadt
2011-04-19as confirmed by my 11mo old son, this makes midi keyboards work with macppcTodd T. Fries
2011-04-19add some more intel cpuid modelsJonathan Gray
2011-04-19Disable the 88110 branch prediction logic unconditionnaly on all 88110Miod Vallat
2011-04-19use "orl" to test the return value from an interrupt handler not "orq"David Gwynne
2011-04-18Revert the sigacts diff: NFS can apparently retain pointers to processesPhilip Guenthe
2011-04-17bigmem works well enough on amd64; we do not need the knob to turn itTheo de Raadt
2011-04-17almost 3 years ago 'config generic' support was fixed but never used.Theo de Raadt
2011-04-17On IP27 systems, fill the array of node hub widget numbers early, so that allMiod Vallat
2011-04-17Tweak the behaviour of boot(8) on hppa. Normal boots now will give you aMark Kettenis
2011-04-16Move the FPU state out of 'struct pcb' like we did for hppa since it causesMark Kettenis
2011-04-16Move the FPU state out of 'struct pcb' like we did for hppa since it causesMark Kettenis
2011-04-16Initialize %cr30 for proc0 with the address of proc0fpstate. Shouldn't reallyMark Kettenis
2011-04-16_LOCORE is already definedTheo de Raadt
2011-04-16Fix kernel build after guenther@'s signal changes.Miod Vallat
2011-04-16Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless ofKenneth R Westerback
2011-04-16another variable left after a commitTheo de Raadt
2011-04-16More than a decade ago, interrupt handlers on sparc started returning 0Theo de Raadt
2011-04-15More than a decade ago, interrupt handlers on sparc started returning 0Theo de Raadt
2011-04-15More than a decade ago, interrupt handlers on sparc started returning 0Theo de Raadt
2011-04-15Remove dead assignment and newly created unused variable.Charles Longeau
2011-04-15Do not check malloc return value against NULL, as M_WAITOK is used.Charles Longeau
2011-04-15In days of yore one could arbitrarily whack buffer flags. Those daysKenneth R Westerback
2011-04-15Remove local variables that are no longer used after the last commitClaudio Jeker
2011-04-15Correct the sharing of the signal handling state: stuff that shouldPhilip Guenthe
2011-04-15die blank line die die dieTheo de Raadt
2011-04-15Convert the kernel Makefiles to autogenerate dependencies during compilationPhilip Guenthe
2011-04-14Make spstrcpy actually copy strings.Mark Kettenis
2011-04-14Get rid if pcb_uva, like we did on hppa a while ago since it creates evilMark Kettenis
2011-04-14Sprinkle prototypes, kill unused locals, and stop contributing to globalMiod Vallat