summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2012-06-26do not assume that sys/param.h is pulling in the world; pull in what isTheo de Raadt
2012-06-26param.h (like landisk and alpha before) was still trying to include tooTheo de Raadt
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-06-25Turns out this file not need machine/float.h at all, since it definesTheo de Raadt
2012-06-21__tfork() needs to set the stack address of the new thread in the kernel,Philip Guenthe
2012-06-03Avoid the unlikely but possible use of an uninitialised variable.Joel Sing
2012-06-01Ansify function definitions, fix some style(9) and whitespace issues.Joel Sing
2012-04-11The first ktrace record for a newly spawned thread is a returnMike Belopuhov
2012-02-25:%s,DEBUGBUG,DEBUG,Miod Vallat
2012-02-25Fix a bad case of htole64() being used instead of htole32() when setting upMiod Vallat
2012-01-02Enable arcofi(4), tested on 705 by Tobias Ulmer.Miod Vallat
2011-12-30Fix encoding of DIAG instructions in the MFCPU_T and MTCPU_T macros. MTCPU_TMiod Vallat
2011-12-23Fix arcofi interrupt number by counting bits from the right side; still untestedMiod Vallat
2011-12-21Work-in-progress driver for the HP ``Audio1'' device found on the HP 9000/425eMiod Vallat
2011-11-16oops, need a prototype for ast()Theo de Raadt
2011-11-16Make userret() MI. On architectures which jammed stuff into it in theTheo de Raadt
2011-11-15label_t is the kernel setjmp buffer. It should simply be an array ofTheo de Raadt
2011-11-14went a bit far...Theo de Raadt
2011-11-14merge various differences between hppa and hppa64Theo de Raadt
2011-11-10Eliminate more useless differences between hppa and hppa64Theo de Raadt
2011-11-10mindless unification with hppa64; remove meaningless differences beforeTheo de Raadt
2011-11-08Garbage collect now unused MKDEP definitions. ok deraadt@Matthieu Herrb
2011-11-08Save and restore cr27 and add the necessary glue to use it as the userlandMark Kettenis
2011-11-08On PCXS processors, reading %cr26 and %cr27 from userland causes aMiod Vallat
2011-10-27Specify the TLS variant for each platform.Philip Guenthe
2011-10-12Remove all MD diagnostics in cpu_switchto(), and move them to MI code ifMiod Vallat
2011-10-10Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *).Miod Vallat
2011-10-06ccd goes to the atticTheo de Raadt
2011-09-20calee -> calleeMiod Vallat
2011-09-20Remove unused MD_CACHE_CTL() macro and related defines.Miod Vallat
2011-09-20Clear RB_POWERDOWN early in boot() on systems which can not powerdown andMiod Vallat
2011-09-19%b format strings take the value before the bitname string, not the otherMiod Vallat
2011-09-16Fix a bunch of typos: manaul, monnitor, machiune, autload.Miod Vallat
2011-09-08Provide namespace-safe alignment macros in <machine/_types.h>, withPhilip Guenthe
2011-09-08Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to.Philip Guenthe
2011-08-29Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99.Mark Kettenis
2011-08-16Compile in serial console settings support if any com(4) device is includedMark Kettenis
2011-07-22Fix PMAPDEBUG compileMiod Vallat
2011-07-11Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls,Philip Guenthe
2011-07-10If there is recognized MD disk partitioning info, use it to determineKenneth R Westerback
2011-07-09Unbreak hppa boot(8) after zlib update.Joel Sing
2011-07-08When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al...Kenneth R Westerback
2011-07-07deraadt says disable bluetooth everywhere else tooTed Unangst
2011-07-07Take more care to write 'dos' labels in the same place readdoslabel()Kenneth R Westerback
2011-07-07The drahn memorial bad kernel build fix: prevent blood pressurePhilip Guenthe
2011-07-07There is a bunch of places in the kernel entry points where we don'tArtur Grabowski
2011-07-06Clean up after P_BIGLOCK removal.Artur Grabowski
2011-07-06make clean should clean .d files, so as to leave a fresh canvas.Ted Unangst
2011-07-05Recommit the reverted sigacts change now that the NFS use-after-freePhilip Guenthe
2011-06-29Replace all instances of "scsibus* at hba?" with a single "scsibus* atMatthew Dempsky