summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2011-09-27Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t orMiod Vallat
2011-09-27Make struct label_t large enough for the kernel setjmp() purposes. Found afterMiod Vallat
2011-09-27Use a pool to allocate pv_entry from, instead of allocating whole pages andMiod Vallat
2011-09-27Try to put more sanity in the machine check handling:Miod Vallat
2011-09-26Notify ifmedia layer of loss of link on SGEC interfaces (which only getsMiod Vallat
2011-09-22KNF of mlarkin's code, requested by him. Some improvements to the interfaceTheo de Raadt
2011-09-22Ansify functions definitions.Joel Sing
2011-09-22Declare waittime variable to unbreak build.Joel Sing
2011-09-22None of the mainbus child devices care about getting a bus_space_tag_t fromMiod Vallat
2011-09-22nowadays uvm_init() calls pmap_init(), not vm_init(); so update the comments.Jasper Lievisse Adriaanse
2011-09-22this escaped when miod threw cats off a bridgeJonathan Gray
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-22The MY_COUNT abstraction which depends on locore including these twoTheo de Raadt
2011-09-22spacing cleanup after mlarkin visited the fileTheo de Raadt
2011-09-22Disable option DEBUG for hppa64 - it is now too noisy to be useful.Joel Sing
2011-09-21disable st*, since we doubt anyone uses it. suggested by jsing inTheo de Raadt
2011-09-21Get rid of curlwp references; mk@Miod Vallat
2011-09-21Rename pmap_procwr() to pmap_proc_iflush() to get the intended behaviour.Miod Vallat
2011-09-21Remove stale comments about vm freelistsMiod Vallat
2011-09-21Fix range check in intc_intr_establish()Miod Vallat
2011-09-21Perform most of the remaining refactoring of hibernate code intoMike Larkin
2011-09-20Remove !defined(CACHE_CLEAN_BLOCK_INTR) code, and make CACHE_CLEAN_BLOCK_INTRMiod Vallat
2011-09-20Late spring cleaning of the arm code for old dusty bits we do not want toMiod Vallat
2011-09-20calee -> calleeMiod Vallat
2011-09-20Remove unused MD_CACHE_CTL() macro and related defines.Miod Vallat
2011-09-20Don't bother checking for SPX on KA410 (VS2000), since the only colour optionMiod Vallat
2011-09-20Remove commented-out leftovers from old drm drivers that have been removedMatthieu Herrb
2011-09-20When restarting a system call we need to go back four instructions, notJoel Sing
2011-09-20Fix bogus comment. Okay miod@Paul Irofti
2011-09-20Very early in suspend while the clock is still ticking realtime,Theo de Raadt
2011-09-20Use correct index for second iioq/iisq fix up.Joel Sing
2011-09-20Clear RB_POWERDOWN early in boot() on systems which can not powerdown andMiod Vallat
2011-09-19Try and clean system type constants a bit:Miod Vallat
2011-09-19Print 64 bit values with %ll to get a meaningful message at attach time.Miod Vallat
2011-09-19Fix obvious cut'n'paste error in a comment.Miod Vallat
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
2011-09-19Handle an instruction memory protection trap from userland as an ordinaryMark Kettenis
2011-09-19Remove (annoying) debug printf.Mark Kettenis
2011-09-18Obvious typo in diag messageMiod Vallat
2011-09-18Fix exchanged arguments in a "can't happen" printfMiod Vallat
2011-09-18Some fixes for the signal handling code.Mark Kettenis
2011-09-18A few more fixes to the trap save/restore code.Mark Kettenis
2011-09-18Disable space-ID hashing like we do on hppa.Mark Kettenis
2011-09-18Update the system clock when we resume.Peter Hessler
2011-09-18Use an uvm object to keep track of the page table pages, just like we do onMark Kettenis
2011-09-18Missing error printf argumentMiod Vallat