summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2014-10-10Significant unification of RAMDISK* config files, making them diffable.Theo de Raadt
2014-10-09mechanical translation of dev_lkm_dummy() to dev_notdef()Ted Unangst
2014-10-09revert unintentional commit unrelated to LKMTed Unangst
2014-10-09remove LKM devicesTed Unangst
2014-10-08#ifndef DDB, correct a format string..Theo de Raadt
2014-10-08remove an unused file that is a duplicate of arch/hppa/gsc/mongoose_gsc.cJonathan Gray
2014-10-04Switch the kernel configs over to using -Wframe-larger-than= instead ofBrad Smith
2014-10-01all ramdisks should use SMALL_KERNEL and NO_PROPOLICE. basically, allTheo de Raadt
2014-09-30Add the QLogic SCSI/FC drivers.Brad Smith
2014-09-24jmatthew@ points out atomic_swap_foo takes two arguments, not three.David Gwynne
2014-09-24Replace a few malloc() calls with reallocarray() so it checks for overflow.Doug Hogan
2014-09-22implement atomic_{cas,swap}_{uint,ulong,ptr} andDavid Gwynne
2014-09-19Use config_suspend_all(9).Mark Kettenis
2014-09-15Remove non-standard <sys/dkstat.h> header. It has not contained anythingMiod Vallat
2014-09-14Clean up isp(4) from kernel configs with the new drivers alreadyBrad Smith
2014-09-04Revert previous change, but use curcpu()->ci_schedstate.spc_cp_time[] insteadMiod Vallat
2014-08-30Fix format strings in STIDEBUG code.Miod Vallat
2014-08-29Use the load average from averunnable.ldavg[] instead of bogus cp_time[]Miod Vallat
2014-08-20unlink crypto(4) pseudo device from the architecture dependant characterMike Belopuhov
2014-08-18dont rely on mbuf.h to provide pool.h.David Gwynne
2014-07-22boot(9): Reduce diffs between hppa & hppa64 (& others)Masao Uebayashi
2014-07-21boot(9): Reduce annoying style diffsMasao Uebayashi
2014-07-17immidiatelly -> immediatelyMiod Vallat
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-13boot(9): Cosmetic changes to improve diff'ability.Masao Uebayashi
2014-07-13Cosmetic changes to reduce diffs.Masao Uebayashi
2014-07-13#$%#@$# CONSPEEDMiod Vallat
2014-07-13use nitems() instead of handrolling something identicalJasper Lievisse Adriaanse
2014-07-13move putchar() into libsaJasper Lievisse Adriaanse
2014-07-13One missing boot -> prsignal(initprocess) conversionMiod Vallat
2014-07-13These still need <sys/reboot.h> for the RB_ constants.Miod Vallat
2014-07-12unify cnspeed()Jasper Lievisse Adriaanse
2014-07-12reboot(9), panic(9): Call panic(9) for unrecoverable MD H/W errors (NMIs)Masao Uebayashi
2014-07-12"Dr. Jones. Again we see there is nothing you can possess which I cannotTed Unangst
2014-07-12move getchar() into libsa where applicableJasper Lievisse Adriaanse
2014-07-12Build kernels at -O2 instead of -Os, as done for userland and on all otherMiod Vallat
2014-07-12revert a few stragglers hiding outTed Unangst
2014-07-12reboot(9): Shutdown system by signaling init(8) from kernel where appropriateMasao Uebayashi
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12Tackle the endian.h mess. Make it so that:Philip Guenther
2014-07-12boot(9), reboot(9): Migrate MD callers of boot(9) to reboot(9)Masao Uebayashi
2014-07-11remove bthub remnantsTed Unangst
2014-07-11"It's not the years, honey; it's the mileage."Ted Unangst
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-07-07Do the 64-bit argument swap dance, for the syscalls which require it,Miod Vallat