summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2014-07-11boot(9): Undo curproc-overriding hacksMasao Uebayashi
2014-07-11remove bthub remnantsTed Unangst
2014-07-11"It's not the years, honey; it's the mileage."Ted Unangst
2014-07-11Enable the interrupt routine.Paul Irofti
2014-07-11Chuck Cranor rescinded clauses in his licenseJonathan Gray
2014-07-11add some more register definitionsJasper Lievisse Adriaanse
2014-07-11Use the correct type, found by naddy@.Martin Pieuchot
2014-07-11sgmap loading didnt respect the dmamaps max number of segments.David Gwynne
2014-07-11Don't hold the kernel lock while halting a processor. Assert if we detectMike Larkin
2014-07-11CPU_BUSY_CYCLE(): A new MI statement for busy loop power reductionMasao Uebayashi
2014-07-11boot(9): Missing if_downall() on zaurusMasao Uebayashi
2014-07-11Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail andMartin Pieuchot
2014-07-11It's init as a process that's special, not init's original thread.Philip Guenther
2014-07-11The signal to tell init to power-off the system is SIGUSR2, not USR1Philip Guenther
2014-07-10panic() doesn't need a newlineJasper Lievisse Adriaanse
2014-07-10Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-07-10boot(9): More comment removal about cold/savectx() missed in previousMasao Uebayashi
2014-07-10boot(9): Remove comments about RB_*, "cold", and savectx()Masao Uebayashi
2014-07-10KNF.Masao Uebayashi
2014-07-10remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsgTheo de Raadt
2014-07-10boot(): Remove comments about RB_TIMEBAD to reduce diffsMasao Uebayashi
2014-07-10Add missing dmesg colon after probe information.Paul Irofti
2014-07-10fix some errors in lockdebug code. not enabled by default.Mike Larkin
2014-07-10boot(): Unify declarationsMasao Uebayashi
2014-07-10Add bus and root hub routines to prevent panic at attach.Paul Irofti
2014-07-10Force iobus0 for octhci and maintain spacing style.Paul Irofti
2014-07-10Clear CPUF_PARK flag to avoid re-parking on resume.Mike Larkin
2014-07-10Align octhci(4) with the other HC drivers and add it as a commented entryMartin Pieuchot
2014-07-09Add work-in-progress octeon USB host controller support.Paul Irofti
2014-07-09Add ffs routine needed for upcoming octhci interrupt routine.Paul Irofti
2014-07-09CPUF_PARK check was placed improperly in the previous commit.Mike Larkin
2014-07-09Don't use the suspending kernel's VA mapping for the piglet. It's farMike Larkin
2014-07-09Fixes a resume time page table issue on amd64 if the piglet was locatedMike Larkin
2014-07-09Cleanup the chunk placement routine by removing the conflict resolver.Mike Larkin
2014-07-09Do the way long overdue renaming of register names from o32 to n64 ABI.Miod Vallat
2014-07-09Kill unused shutdown hook pointers.Martin Pieuchot
2014-07-09Fixes a hibernate issue wherein we locked the kernel lock while hatchingMike Larkin
2014-07-09bpf code surgery / shuffling / simplification.Henning Brauer
2014-07-09need uvm/uvm_extern.h since no longer supplied below user.hTheo de Raadt
2014-07-09obvious need for systm.h, which no longer comes in from something user.h incl...Theo de Raadt
2014-07-09if you use sysctl, you need sysctl.hTheo de Raadt
2014-07-09pull in uvm/uvm_extern.h (before and) and instead pmap.h, and do not assumeTheo de Raadt
2014-07-09Fix boot -d. refreshcreds() should be called when trapping from userspace,Philip Guenther
2014-07-08Repair compilability after the recent uvmexp changes, especially forMiod Vallat
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-07-08Typo in previous assym.h dependency changesMiod Vallat
2014-07-08This is bootblock code. Don't pull in uvm header files to deal withTheo de Raadt
2014-07-08A few missing sys/systm.h includes. Soon the universes dragged in viaTheo de Raadt
2014-07-08cut things that relied on mclgeti for rx ring accounting/restriction overDavid Gwynne
2014-07-08the way vnet works means mclgeti cant do its job. remove hte ifpDavid Gwynne