summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-08-16use appropriate WID and FBC for high resolution modemacallan
2011-08-16Deal the brokenness of some u-boot (bsentry [byte swapped entry]) and addmatt
2011-08-16Use cpu_startup_command (and now HWRENA gets properly initialized).matt
2011-08-16Add support for the MIPS DSP ASE (as a second PCU).matt
2011-08-16Only jump through t9/ra (or k0) to help avoid hittingmatt
2011-08-16Fix broken build.dholland
2011-08-15invert buggy ci_flag testcherry
2011-08-15Do not panic() on xen_send_ipi() sent to a cpu not yet running.cherry
2011-08-15Use a recursive lock to ensure that only on thread is in wi_ioctl() atdyoung
2011-08-15Don't test truth of a pointer or assign 0 to it but compare / assigndyoung
2011-08-15Remove superfluous parentheses in return statements. No change in thedyoung
2011-08-15Only try to disestablish the interrupt handler if the handler wasdyoung
2011-08-15regen.msaitoh
2011-08-15Sort lines.msaitoh
2011-08-15re-introduce the NULL savefpstate IPI checks and evcnts. somethingmrg
2011-08-15Even if the hardware can handle concurrent transfers, ata(4) can't.jakllsch
2011-08-14fix indentsmbalmer
2011-08-14Spell enqueue correctly.jakllsch
2011-08-14Add some LPC entries for Intel 6 series and C20x.msaitoh
2011-08-14fix sign-compare warningschristos
2011-08-14Rename all static functions to have "v7fs_" prefix. Fixes a problemapb
2011-08-14initialise ih_ivec.mrg
2011-08-14Convert few panic() uses to asserts, reduce the scope of variable use.rmind
2011-08-14uvm_anon_freelst: do not free PG_RELEASED pages (change uvm_anon_dispose()rmind
2011-08-13Always provide a meaningful short name for the kobj in the error message,christos
2011-08-13Call the right functioncherry
2011-08-13Handle absolute symlinks to the root.riastradh
2011-08-13Fix TLP_DEBUG after previousjakllsch
2011-08-13lg3303 depends on dtv_math, not xc3028jmcneill
2011-08-13simplifying code, unconfuses gcc index calculation.christos
2011-08-13Use spin mutices correctly.cherry
2011-08-13Remove spurious header.cherry
2011-08-13detach childern toojakllsch
2011-08-13Make correct spelling in comments a higher priority.jakllsch
2011-08-13It's hard to get a backtrace after calling a NULL function pointer,jakllsch
2011-08-13In *find_pending_irqs() return the value of pic_mark_pending_sources() insteadjakllsch
2011-08-13make sure mcontext is large enough to store the host mcontext; fixesjmcneill
2011-08-13lwp0pcb should be struct pcb not ucontext_t, and initialize it in cpu_startupjmcneill
2011-08-13MP probing and startup codecherry
2011-08-13no need to print copyright/version/memory info, just call banner()jmcneill
2011-08-13Add locking around ops to the hypervisor MMU "queue".cherry
2011-08-13- replace the gettimeofday timecounter with one based on CLOCK_MONOTONICjmcneill
2011-08-13remove unnecessary locking overhead for UPcherry
2011-08-13call lddone from a softint instead of the signal handler, now reading fromjmcneill
2011-08-13Use mutexes to protect the hash lists instead of tsleep/wakeup.hannken
2011-08-13try to use aio_read/aio_write instead of pread/pwritejmcneill
2011-08-13- initialize cpu_info_primary early, before cpu0 attachesjmcneill
2011-08-13Restore binary compatibility with NetBSD 5 binaries that utilize video(4).jakllsch
2011-08-12Straggler from last: add bus_user.h to the repository.dyoung
2011-08-12Pull the bus_space(9) definitions needed by alpha userland intodyoung