summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2010-07-05bsdos was removedTheo de Raadt
2010-07-05Rework somewhat for safety, so that we only interpret the values ofJonathan Gray
2010-07-05remove compat_bsdos supportTed Unangst
2010-07-05remove a debugging panic, as pointed out by mike;Thordur I. Bjornsson
2010-07-05cope with the recent changes to m_copyback();Thordur I. Bjornsson
2010-07-05timeout_add -> timeout_add_secBret Lambert
2010-07-04restrict srmmu handling to just sun4mTheo de Raadt
2010-07-03Make the kernel responsible for saving the FPU state before runningMark Kettenis
2010-07-03No more ss(4) or usscanner(4). Unused, unloved and unmaintained.Kenneth R Westerback
2010-07-03Omit some silly USB devices from RAMDISK kernels.Matthew Dempsky
2010-07-03Intel 3400 Thermal Sensor driver, found on some new Intel machines.Mike Larkin
2010-07-02Pretend that softintr_establish() actually works.Joel Sing
2010-07-02When we steal memory, return the VA for the memory that we have stolen andJoel Sing
2010-07-02delete sunos filesTed Unangst
2010-07-02remove support for compat_sunos (and m68k4k). ok deraadt guentherTed Unangst
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-07-02remove unused pciaddr_search function.Jonathan Gray
2010-07-02usefull -> useful;Jason McIntyre
2010-07-02Add a comment to explain why the sync is necessary in the while loop.Joel Sing
2010-07-02Apparently volatile does not mean what it is supposed to mean... avoid aJoel Sing
2010-07-02gremlin crept in by accidentMiod Vallat
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2010-07-02initialize values to something sensible.Ted Unangst
2010-07-02Add ability to limit memory presented to kernel withTobias Weingartner
2010-07-02Implement FPU shootdowns for hppa multiprocessor kernels. There are stillJoel Sing
2010-07-01When a process' FPU context is evicted or restored record which CPU theJoel Sing
2010-07-01Make our trapframe squeeky clean in setregs(). Avoid leaking registers intoMark Kettenis
2010-07-01Add more support bits for ARMv7, including frame for VIPT (pmap_prefer).Dale Rahn
2010-07-01CPU id is not enough to tell 3430 from 3530 so change the printed name.Dale Rahn
2010-07-01Synch instead of flush FPU state on APs before suspending.Mike Larkin
2010-07-01Ensure that IPIs have priority and are run first to avoid deadlock. ThisJoel Sing
2010-07-01Typo in comment.Mike Larkin
2010-07-01I accidentally whacked something important. Sorry.Ted Unangst
2010-07-01another day, another compat gets removed. today is ibcs2's turnTed Unangst
2010-07-01- don't do curupte checks if the current miss address is user spaceJasper Lievisse Adriaanse
2010-07-01Backout recent AML changes, breaks on R210 and othersJordan Hargrave
2010-07-01Create a struct to store FP state and include a pointer to the CPU thatJoel Sing
2010-07-01Provide uvm constraints.Joel Sing
2010-07-01Provide safepri.Joel Sing
2010-07-01Fix incorrect function prototype.Joel Sing
2010-07-01Add missing function prototypes.Joel Sing
2010-07-01Provide mtsp() via cpufunc.h.Joel Sing
2010-07-01Pull in atomic.h and intr.h.Joel Sing
2010-07-01Add missing function prototypes and fix order of includes.Joel Sing
2010-07-01Shuffle function prototypes, add missing include and add missingJoel Sing
2010-07-01Add stubs for soft interrupts.Joel Sing
2010-07-01Include atomic.h via lock.h like other architectures do.Joel Sing
2010-07-01Partially sync atomic.h with hppa so that we get real atomic ops and someJoel Sing
2010-07-01mark acpi_savecpu with the gcc returns_twice attribute as suggestedJonathan Gray