summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64
AgeCommit message (Expand)Author
2014-07-11CPU_BUSY_CYCLE(): A new MI statement for busy loop power reductionMasao Uebayashi
2014-07-10Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-07-10boot(9): Remove comments about RB_*, "cold", and savectx()Masao Uebayashi
2014-07-10boot(): Remove comments about RB_TIMEBAD to reduce diffsMasao Uebayashi
2014-07-10boot(): Unify declarationsMasao Uebayashi
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-05-31Reduce MAXSSIZ to 32MB to match all other platforms; noticed by tobiasu@Miod Vallat
2014-05-31Revert previous diff setting cold to 1 on shutdown because it breaks machineMartin Pieuchot
2014-05-30Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-05-11Move the increment of uvmexp.softs back to the caller of mi_ast():Philip Guenther
2014-05-11Pull in <sys/user.h> before <sys/syscall*.h>Philip Guenther
2014-05-10Factor out the common ast bits into mi_ast()Philip Guenther
2014-05-08Update #include list after not-so-recent uvm includes cleanups.Miod Vallat
2014-04-18Have each thread keeps its own (counted!) reference to the process's ucredsPhilip Guenther
2014-04-08Less <uvm/uvm.h>Martin Pieuchot
2014-04-07Add axen(4) wherever axe(4) is.Brad Smith
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-26Move p_emul and p_sigcode from proc to process.Philip Guenther
2014-03-22Move p_sigacts from struct proc to struct process.Philip Guenther
2014-03-19It's safe to assumed 'signed' existsPhilip Guenther
2014-03-16DDB supports ELF symbols are all archs, and it's always the same as thePhilip Guenther
2014-03-13get rid of the assumption that the head of the alldevs list is theDavid Gwynne
2014-03-11lint is gone, and the 'lint' conditional was never in the implementationPhilip Guenther
2014-01-30Move declaration of struct vm_page_md from <machine/vmparam.h> toMiod Vallat
2014-01-24Do not protect struct vm_page_md with defined(_KERNEL), for userland uvmMiod Vallat
2014-01-23unifdef -D__HAVE_VM_PAGE_MD - no functional change.Miod Vallat
2014-01-22Same clean up for hppa64.Joel Sing
2013-12-28crank the versionTheo de Raadt
2013-12-18Provide MI symbol _STACKALIGNBYTESTheo de Raadt
2013-12-08reflect reality, mark as NOOBJMarc Espie
2013-11-23Run doshutdownhooks() and config_suspend() even when boot() is called whileMasao Uebayashi
2013-11-15Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-Asasano
2013-11-05Add a stub for the new MD hook needed to handle ACPI Power Resources.Martin Pieuchot
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-10-29fpa went awayTheo de Raadt
2013-10-19Use daddr_t * instead of int * for the partoffp parameter toKenneth R Westerback
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
2013-10-15We do not produce "core" files, so they do not need to be deleted. theyTheo de Raadt
2013-10-15Rewrite the awk script that generates the data for option DDB_STRUCT:Philip Guenther
2013-10-04Fix boot device matching in the presence of mpath(4).Mark Kettenis
2013-09-28In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddbMiod Vallat
2013-08-20Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.Antoine Jacoutot
2013-08-07We uniformly define size_t to be unsigned long and ssize_t to be long. MakeMark Kettenis
2013-07-13unify register_t to long on all platformsTheo de Raadt
2013-07-12replace fls functions with calls to the libkern versionsJonathan Gray
2013-07-05Take II, this time without flubbing off_t: : move several internalPhilip Guenther
2013-07-04backout previous; off_t must be signed and there might be other C++ APIOtto Moerbeek
2013-07-04To ease future changes, move several internal type definitions that arePhilip Guenther
2013-06-23Stop using -traditional-cpp on gcc3/4 platforms.Miod Vallat