summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2011-04-06Use bdev_decl() to get block device function prototypes instead of rollingMiod Vallat
2011-04-06Give this a chance to compile after iopool changes.Miod Vallat
2011-04-06Fix a typo causing a sanity check in m88110_syscall() to never trigger.Miod Vallat
2011-04-06Sync cpu_match() and cpu_hardclock() with hppa.Joel Sing
2011-04-06Move CPL to struct cpu_info.Joel Sing
2011-04-06The various read*label() have stopped returning error strings for quiteMiod Vallat
2011-04-05Add support for per-rthread base-offset for the %fs selector on amd64.Philip Guenthe
2011-04-05Provide macros for ssm/rsm.Joel Sing
2011-04-05Implement syscall_return.Joel Sing
2011-04-05Move PSW in struct cpu_info. Also ensure that we leave interrupts disabledJoel Sing
2011-04-05Fix logic bug in debug code and enable spllower()/splraise().Joel Sing
2011-04-05Rename a few xbow global variable names to make them less ambiguous.Miod Vallat
2011-04-05Enable wide mode for PSW defaults.Joel Sing
2011-04-05Remove unused variable.Paul Irofti
2011-04-05Save and restore the PSW value when making a PDC call, rather than blindlyJoel Sing
2011-04-05Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, noPhilip Guenthe
2011-04-05Get rid of the ATE code, and do not assume the direct DMA window is set upMiod Vallat
2011-04-04Make sure to clear the upper bits of the segment selectors in ddb_regsMiod Vallat
2011-04-04Add linux_sys_[g|s]et_set_thread_area() support. Okay guenther@.Paul Irofti
2011-04-04Correctly disassemble triadic version of {d,}m[ft]c instructions found onMiod Vallat
2011-04-03Enable the use of all the memory found on IP27 and IP30 kernels. CommittedMiod Vallat
2011-04-03Add a consistency check for the value returned by pmap_extract() against theMiod Vallat
2011-04-03Make sure dma_constraint is listed in uvm_md_constraints[] when it does notMiod Vallat
2011-04-03In mtx_leave(), make sure resetting mtx_lock is the last operation on theMiod Vallat
2011-04-03Remove the `skip splraise/splx for IPL_NONE mutexes' optimizations. It is notMiod Vallat
2011-04-03Blind but plausible iopoolification. If someone ever compiles aKenneth R Westerback
2011-04-03Move PPWAIT flag from struct proc to process, so that rthreads inPhilip Guenthe
2011-04-03Iopoolification of some less common scsi drivers.Kenneth R Westerback
2011-04-03Re-enable bce(4) now that it is fixed.Claudio Jeker
2011-04-02just some spaces; no binary change.Marco Peereboom
2011-04-02Remove the AMD GART based iommu code.Owain Ainsworth
2011-04-02Iopoolification.Kenneth R Westerback
2011-04-02Enable bigmem by default on amd64.Bob Beck
2011-04-02Constraint checking - ensure that physical addresses for dma are belowBob Beck
2011-04-01Fix comment: amd64's list of callee-saved registers isn't the same as i386Philip Guenthe
2011-03-31Recognize Loongson 3A processors, but don't accept to run on them yet, theMiod Vallat
2011-03-30Use #ifdef TRAPDEBUG and fix indentation.Joel Sing
2011-03-30Fix diagnostic by correctly initialising oldcpl.Joel Sing
2011-03-28Include mlphy(4) to the kernels that include tl(4).Claudio Jeker
2011-03-27Save r4-r18. Even though the firmware specification says these registers areMark Kettenis
2011-03-27Make sure the message buffer area is not zeroed unconditionaly, instead letMiod Vallat
2011-03-24Process interrupts in priority order. Joint work with jsing@.Mark Kettenis
2011-03-24remove whitespaceRobert Nagy
2011-03-23Including <sparc64/intreg.h> here is ugly, but intr.h only comes fromTheo de Raadt
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2011-03-22no need for a xxxpower function; ok drahnTheo de Raadt
2011-03-22renegade spaces; no binary changeMarco Peereboom
2011-03-20When reading MXCSR from userland sigcontext or a ptrace request,Philip Guenthe
2011-03-19Make amd64/i386 installboot error out if /boot would cross theKenneth R Westerback
2011-03-18Add some delay between a successful keyboard reset sequence and a keyboardMiod Vallat