summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64
AgeCommit message (Expand)Author
2012-12-31Remove emulation errno mapping code from platforms that no longer havePhilip Guenther
2012-12-02Determine whether we're currently on the alternative signal stackPhilip Guenthe
2012-11-05unifdef -D __HAVE_TIMECOUNTERMiod Vallat
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2012-09-27enable smscJonathan Gray
2012-09-27remove the zlib rfc text: these pages already point to gzip(1), whichJason McIntyre
2012-09-11Remove the 'OLF method' used for the transition from a.out to ELF andTheo de Raadt
2012-09-04Implement pci_min_powerstate().Mark Kettenis
2012-08-28Add -nopie to LINKFLAGS on ELF architectures. Note that this needs anPascal Stumpf
2012-08-23kill nnpfs deadTheo de Raadt
2012-08-22Build the kernel with -fno-pie. Just getting Ms out of my tree; this will bePascal Stumpf
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
2012-08-15use Lk for links;Jason McIntyre
2012-08-07<sys/ktrace.h> is now pulled in via <sys/syscall_mi.h>, so drop it from herePhilip Guenthe
2012-08-07Move the common bits of syscall invocation and return handling intoPhilip Guenthe
2012-07-13Make hppa64 kernel compile again.Joel Sing
2012-07-13typoTheo de Raadt
2012-07-02Does not need to pull in "the world" eitherTheo de Raadt
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-06-21__tfork() needs to set the stack address of the new thread in the kernel,Philip Guenthe
2012-06-05As specified in PA RISC 2.0 errata, the 16-byte alignment restriction doesJoel Sing
2012-06-05Implement actual mutexes for hppa64.Joel Sing
2012-06-03Avoid the unlikely but possible use of an uninitialised variable.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
2011-11-26Make this compile again by removing a spurious opening brace.Mark Kettenis
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-14merge various differences between hppa and hppa64Theo de Raadt
2011-11-10Eliminate more useless differences between hppa and hppa64Theo de Raadt
2011-11-10setting COM_FREQ here is very wrongTheo de Raadt
2011-11-08Garbage collect now unused MKDEP definitions. ok deraadt@Matthieu Herrb
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-22Ansify functions definitions.Joel Sing
2011-09-22Declare waittime variable to unbreak build.Joel Sing
2011-09-22Start removing some tiny irrelevant differences between hppa64 and hppaTheo de Raadt
2011-09-22Catchup to hppa disksubr: determining label offset the new wayTheo de Raadt
2011-09-22Do not trash the mask value when setting and clearing the system mask.Joel Sing
2011-09-22Disable option DEBUG for hppa64 - it is now too noisy to be useful.Joel Sing
2011-09-20calee -> calleeMiod Vallat
2011-09-20When restarting a system call we need to go back four instructions, notJoel Sing
2011-09-20Use correct index for second iioq/iisq fix up.Joel Sing
2011-09-19Remove some unnecessary debug code.Joel Sing
2011-09-19Disable TRAPDEBUG.Mark Kettenis
2011-09-19%b format strings take the value before the bitname string, not the otherMiod Vallat