summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2014-01-30Move declaration of struct vm_page_md from <machine/vmparam.h> toMiod Vallat
2014-01-30To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis
2014-01-30Add missing 'stand' directory in order to work 'make build' and 'makeKenji Aoyama
2014-01-30Undef def_atomic_op_nv instead of def_atomic_opf.Mark Kettenis
2014-01-30move sparc64 behind the MI atomic api.David Gwynne
2014-01-29Add rnddata[] placeholders to make boot block build again, same asKenji Aoyama
2014-01-28In MUTEX_ASSERT_LOCKED, check we are the mutex owner if MULTIPROCESSOR.Miod Vallat
2014-01-28In cpu_fork(), make sure to set the IPL of the new process to IPL_IPI onMiod Vallat
2014-01-26Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxMiod Vallat
2014-01-26Work in progress work towards SMP, heavily based upon NetBSD. The MP kernelMiod Vallat
2014-01-26Remove unnecessary <machine/pte.h> dependency.Miod Vallat
2014-01-24Remove _KERNEL guard around <sys/lock.h>, for userland to be able toMiod Vallat
2014-01-24Disable lapic when halting CPUs. Allegedly this is necessary to makeMark Kettenis
2014-01-24If hv_ldc_copy() fails copying data set report status as EIO and acknowledgeMark Kettenis
2014-01-24Add support for BUS_INTR_ESTABLISH_MPSAFE.Mark Kettenis
2014-01-24Add support for BUS_INTR_ESTABLISH_MPSAFE.Mark Kettenis
2014-01-24add a missing argument to a debug printfJonathan Gray
2014-01-24Do not protect struct vm_page_md with defined(_KERNEL), for userland uvmMiod Vallat
2014-01-23Add defines for resumable and nonresumable error queues.Mark Kettenis
2014-01-23Eleminate the last workq usage here.Mark Kettenis
2014-01-23unifdef -D__HAVE_VM_PAGE_MD - no functional change.Miod Vallat
2014-01-23Switch to task queues, except for one little corner case that I need to thinkMark Kettenis
2014-01-23Don't blindly continue if and hv_ldc_copy() call fails. For now, simplyMark Kettenis
2014-01-23Use MIN() instead of min() as we're dealing with 64-bit types.Mark Kettenis
2014-01-22Do not assume the data buffers handed down to us from the SCSI midlayer areMark Kettenis
2014-01-22Only kick the iopool if we've just established a new connection to the server.Mark Kettenis
2014-01-22this gets rid of NO_CCB in vdsk. it considers space on the tx ringDavid Gwynne
2014-01-22To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis
2014-01-22Use extent_alloc_subregion_with_descr(9). This should make bus_dmamap_load(9)Mark Kettenis
2014-01-22Same clean up for hppa64.Joel Sing
2014-01-22Clean up code - sort headers, remove __OpenBSD__ #ifdefs and ansifyJoel Sing
2014-01-22tweak ubcmtp commentjoshua stein
2014-01-22CDIAGFLAGS= not neededTheo de Raadt
2014-01-22Use ljmp instead of ljmpq since binutils 2.17 doesn't like the latter.Mark Kettenis
2014-01-22add missing arguments to debug printfsJonathan Gray
2014-01-21add missing arguments to debug printfsJonathan Gray
2014-01-21add a missing argument to a debug printfJonathan Gray
2014-01-21Add virtio random driverStefan Fritsch
2014-01-21enable MPSAFE interrupts on pyro. it seems to work ok.David Gwynne
2014-01-21use KERNEL_LOCK and KERNEL_UNLOCK instead of fumbling with kernel_lockDavid Gwynne
2014-01-21Disable lapic when halting CPUs. Allegedly this is necessary to makeMark Kettenis
2014-01-21dtucker@ pointed out i suck at grep.David Gwynne
2014-01-20Add sdmmc support to the install media, as proposed by Florian StinglmayrTheo de Raadt
2014-01-20Threads can't be zombies, only processes, so change zombproc to zombprocess,Philip Guenther
2014-01-20add ubcmtp, a USB driver for Broadcom multitouch trackpads found onjoshua stein
2014-01-20These fd0 testing things are not usedTheo de Raadt
2014-01-20Unlink the old amd64/i386 installboot.Joel Sing
2014-01-19Cope with an arbitrary number of ELF program headers, and only copy theMiod Vallat
2014-01-19Initialize ci_randseed better using arc4random() + a trick. Remove theTheo de Raadt
2014-01-18tweak comments a bitMike Belopuhov