Age | Commit message (Expand) | Author |
2014-01-23 | Don't blindly continue if and hv_ldc_copy() call fails. For now, simply | Mark Kettenis |
2014-01-23 | Use MIN() instead of min() as we're dealing with 64-bit types. | Mark Kettenis |
2014-01-22 | Do not assume the data buffers handed down to us from the SCSI midlayer are | Mark Kettenis |
2014-01-22 | Only kick the iopool if we've just established a new connection to the server. | Mark Kettenis |
2014-01-22 | this gets rid of NO_CCB in vdsk. it considers space on the tx ring | David Gwynne |
2014-01-22 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2014-01-22 | Use extent_alloc_subregion_with_descr(9). This should make bus_dmamap_load(9) | Mark Kettenis |
2014-01-22 | Same clean up for hppa64. | Joel Sing |
2014-01-22 | Clean up code - sort headers, remove __OpenBSD__ #ifdefs and ansify | Joel Sing |
2014-01-22 | tweak ubcmtp comment | joshua stein |
2014-01-22 | CDIAGFLAGS= not needed | Theo de Raadt |
2014-01-22 | Use ljmp instead of ljmpq since binutils 2.17 doesn't like the latter. | Mark Kettenis |
2014-01-22 | add missing arguments to debug printfs | Jonathan Gray |
2014-01-21 | add missing arguments to debug printfs | Jonathan Gray |
2014-01-21 | add a missing argument to a debug printf | Jonathan Gray |
2014-01-21 | Add virtio random driver | Stefan Fritsch |
2014-01-21 | enable MPSAFE interrupts on pyro. it seems to work ok. | David Gwynne |
2014-01-21 | use KERNEL_LOCK and KERNEL_UNLOCK instead of fumbling with kernel_lock | David Gwynne |
2014-01-21 | Disable lapic when halting CPUs. Allegedly this is necessary to make | Mark Kettenis |
2014-01-21 | dtucker@ pointed out i suck at grep. | David Gwynne |
2014-01-20 | Add sdmmc support to the install media, as proposed by Florian Stinglmayr | Theo de Raadt |
2014-01-20 | Threads can't be zombies, only processes, so change zombproc to zombprocess, | Philip Guenther |
2014-01-20 | add ubcmtp, a USB driver for Broadcom multitouch trackpads found on | joshua stein |
2014-01-20 | These fd0 testing things are not used | Theo de Raadt |
2014-01-20 | Unlink the old amd64/i386 installboot. | Joel Sing |
2014-01-19 | Cope with an arbitrary number of ELF program headers, and only copy the | Miod Vallat |
2014-01-19 | Initialize ci_randseed better using arc4random() + a trick. Remove the | Theo de Raadt |
2014-01-18 | tweak comments a bit | Mike Belopuhov |
2014-01-18 | Fix comment re size of input buffer. | Joel Sing |
2014-01-18 | if the controller is too busy to do a POLLed command, return XS_BUSY | David Gwynne |
2014-01-16 | Appease LLVM's integrated assembler. Matches the same code as it exists | Brad Smith |
2014-01-15 | Add WSDISPLAYIO_SETGFXMODE ioctl on LUNA's frame buffer. | Kenji Aoyama |
2014-01-15 | Enable by default the DS1337 TOD clock. | Paul Irofti |
2014-01-15 | Add support for the DS1337 TOD clocks found on some of the octeon models. | Paul Irofti |
2014-01-12 | crank to 5.5beta | Theo de Raadt |
2014-01-10 | Resurrect the "park APs in realmode" idea that we explored back at t2k13 | Mike Larkin |
2014-01-08 | Be sure to have pmap_extract() return FALSE for existing, but non-valid user | Miod Vallat |
2014-01-06 | document random buffer must be multiple of 4 in size | Theo de Raadt |
2014-01-06 | Disable the code disabling memory beyond 1.5GB on Octane temporarily, but | Miod Vallat |
2014-01-06 | Use the dedicated BCD macros from sys/time.h instead of handrolling | Paul Irofti |
2014-01-06 | typo | Miod Vallat |
2014-01-06 | Fix sparc64 kernel profiling, add the etext symbol back. | Tobias Ulmer |
2014-01-06 | In readsgilabel(), do not override the driver-provided initial geometry with | Miod Vallat |
2014-01-06 | Put PG_EXEC and PG_FOE into the PG_PROT mask, and make sure the default | Miod Vallat |
2014-01-06 | Remove I-sync stuff from pmap_changebit(). The AARM says that we | Miod Vallat |
2014-01-06 | Program window #2 to allow the second GB of low memory to use direct DMA; | Miod Vallat |
2014-01-06 | Make macppc/socppc boot() code path more similar to others. | Masao Uebayashi |
2014-01-06 | Increase NPTECL, as cache-lines are 64-bytes nowadays. | Stefan Fritsch |
2014-01-05 | HIBERNATE_SELTABLE is not used anymore. Remove, and reclaim its stolen | Mike Larkin |
2014-01-05 | Don't use the first 64KB for anything, including tramps. Move tramps and | Mike Larkin |