summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2014-01-18Fix comment re size of input buffer.Joel Sing
2014-01-18if the controller is too busy to do a POLLed command, return XS_BUSYDavid Gwynne
2014-01-16Appease LLVM's integrated assembler. Matches the same code as it existsBrad Smith
2014-01-15Add WSDISPLAYIO_SETGFXMODE ioctl on LUNA's frame buffer.Kenji Aoyama
2014-01-15Enable by default the DS1337 TOD clock.Paul Irofti
2014-01-15Add support for the DS1337 TOD clocks found on some of the octeon models.Paul Irofti
2014-01-12crank to 5.5betaTheo de Raadt
2014-01-10Resurrect the "park APs in realmode" idea that we explored back at t2k13Mike Larkin
2014-01-08Be sure to have pmap_extract() return FALSE for existing, but non-valid userMiod Vallat
2014-01-06document random buffer must be multiple of 4 in sizeTheo de Raadt
2014-01-06Disable the code disabling memory beyond 1.5GB on Octane temporarily, butMiod Vallat
2014-01-06Use the dedicated BCD macros from sys/time.h instead of handrollingPaul Irofti
2014-01-06typoMiod Vallat
2014-01-06Fix sparc64 kernel profiling, add the etext symbol back.Tobias Ulmer
2014-01-06In readsgilabel(), do not override the driver-provided initial geometry withMiod Vallat
2014-01-06Put PG_EXEC and PG_FOE into the PG_PROT mask, and make sure the defaultMiod Vallat
2014-01-06Remove I-sync stuff from pmap_changebit(). The AARM says that weMiod Vallat
2014-01-06Program window #2 to allow the second GB of low memory to use direct DMA;Miod Vallat
2014-01-06Make macppc/socppc boot() code path more similar to others.Masao Uebayashi
2014-01-06Increase NPTECL, as cache-lines are 64-bytes nowadays.Stefan Fritsch
2014-01-05HIBERNATE_SELTABLE is not used anymore. Remove, and reclaim its stolenMike Larkin
2014-01-05Don't use the first 64KB for anything, including tramps. Move tramps andMike Larkin