summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-06-28Move uvm_km_pages struct declaration and watermark bounds to uvm_km.h, soMiod Vallat
2010-06-27More include necessary after <sys/user.h> inclusion removalMiod Vallat
2010-06-27Disable uguru(4). Its probe touches an address used by something else on theMark Kettenis
2010-06-27dont have duplicate xxx @ scsibus lines (even if commented).Dale Rahn
2010-06-27Mark the PXE boot device as "netboot" even if we do not containTheo de Raadt
2010-06-27If you include <uvm/uvm.h>, you do not need to include any other <uvm/uvm_foo.h>Miod Vallat
2010-06-27one more include shuffleMiod Vallat
2010-06-27Bunch of include adjustements to restore compilability.Miod Vallat
2010-06-27back out for duplicate declarations sprinkled by viking raidersDale Rahn
2010-06-27make zaurus kernel link again after viking raiders sprinkled duplicate declar...Bob Beck
2010-06-27make sparc compile again after tag team viking/guenther breakage.Bob Beck
2010-06-27unbreak alpha kernel build after recent viking pillaging.Bob Beck
2010-06-27Add the TPOFF* and DTP{MOD,OFF}* definitions that ld.so will need forPhilip Guenthe
2010-06-27uvm constraints. Add two mandatory MD symbols, uvm_md_constraintsThordur I. Bjornsson
2010-06-27Use a mutex to make atomic operations atomic on multiprocessor kernels.Joel Sing
2010-06-26Allow processes to be scheduled onto secondary CPUs.Joel Sing
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-06-26Add GENERIC.MP.Joel Sing
2010-06-26Don't try to halt an AP if holding sched_lock since that causes hangsMike Larkin
2010-06-26Fix 100% interrupt usage on amd64 MP resume.Mike Larkin
2010-06-26xs->cmd[n] doesn't mean the n'th byte, because xs->cmd is a structKenneth R Westerback
2010-06-26Do not store curcpu() in syscall and trap handlers since we can go toJoel Sing
2010-06-26Avoid a potential race when unlocking a mutex.Joel Sing
2010-06-24The new AMD Opteron CPUs have up to 4 HyperTransport links instead of 3.Mark Kettenis
2010-06-22When mapping memory into dvma space, use pmap_kenter_pa() instead ofOwain Ainsworth
2010-06-22Don't play with cacheability in vmapbuf() - pmap_enter() knows what it does.Miod Vallat
2010-06-22Since our caches are snooping, we only need to broadcast cache invalidatesMiod Vallat
2010-06-22Some early 2.x sun4c PROM will default to serial input but glass output if noMiod Vallat
2010-06-22bump up the dmesg buffer size. new boxes have lots of crap in them, soDavid Gwynne
2010-06-19Remove unused md BUS_SPACE_MAP_NOEXTENT flag; ok jsing@Miod Vallat
2010-06-18Remove obsolete dvmamap comment.Miod Vallat
2010-06-18Remove IOMMU pte defines; only those in iommureg.h are used.Miod Vallat
2010-06-18dvma_free() the exact size passed to dvma_malloc().Miod Vallat
2010-06-17aligment -> alignmentMiod Vallat
2010-06-15dont pass the dev_t from the scsi device drivers into the midlayer forDavid Gwynne
2010-06-10Declare safepri at the MD level on each platform, so that the kern_synch.cTheo de Raadt
2010-06-09Move declaration of cn_tab from dev/cons.c to dev/cninit.c, or appropriateMiod Vallat
2010-06-09Wire up device nodes for disk mapper.Joel Sing
2010-06-08properly enable vscsi, fix incorrect majorTodd T. Fries
2010-06-08Add missing function prototype.Joel Sing
2010-06-08in viac3_crypto_setup(), if we fail to get a crypto driverid,Thordur I. Bjornsson
2010-06-07Sync with GENERIC and SUN4.Miod Vallat
2010-06-07Rework the way onboard devices attach on Sun 4/110 systems (which only have aMiod Vallat
2010-06-07Do not invoke cache_enable() if there is no cache; prevents a spurious (andMiod Vallat
2010-06-07Nuke old eeprom.h compatibility defines; ok todd@Miod Vallat
2010-06-07Break pxaudc into xscale and MD pieces so that palm and zaurus can correctlyDale Rahn
2010-06-07space nit and use nitems().Thordur I. Bjornsson
2010-06-06- add more comments to sh3_vector_tlbmiss (no binary change).Jasper Lievisse Adriaanse
2010-06-06use .L* for local labels and other small cosmeticsJasper Lievisse Adriaanse