Age | Commit message (Expand) | Author |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-24 | Disable lapic when halting CPUs. Allegedly this is necessary to make | Mark Kettenis |
2014-01-23 | unifdef -D__HAVE_VM_PAGE_MD - no functional change. | Miod Vallat |
2014-01-22 | tweak ubcmtp comment | joshua stein |
2014-01-21 | Add virtio random driver | Stefan Fritsch |
2014-01-20 | Add sdmmc support to the install media, as proposed by Florian Stinglmayr | Theo de Raadt |
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 | Initialize ci_randseed better using arc4random() + a trick. Remove the | Theo de Raadt |
2014-01-18 | Fix comment re size of input buffer. | Joel Sing |
2014-01-06 | document random buffer must be multiple of 4 in size | Theo de Raadt |
2014-01-06 | Increase NPTECL, as cache-lines are 64-bytes nowadays. | Stefan Fritsch |
2014-01-05 | Don't use the first 64KB for anything, including tramps. Move tramps and | Mike Larkin |
2014-01-02 | crank version after random instruction fix from jsing | Theo de Raadt |
2014-01-02 | Simplify things slightly by using four byte indexing. | Joel Sing |
2014-01-02 | Ensure that we preserve callee-save registers. | Joel Sing |
2013-12-28 | Further clean up and unification of the amd64 and i386 boot(8) makefiles. | Joel Sing |
2013-12-28 | crank the version | Theo de Raadt |
2013-12-28 | Try to load entropy data from disk:/etc/random.seed, and additionally | Theo de Raadt |
2013-12-28 | If we fail to decrypt the softraid keys, return EPERM rather than falling | Joel Sing |
2013-12-28 | Use preprocessor symbols where possible. | Theo de Raadt |
2013-12-28 | Add initial implementations of early MD random, for use in the boot code. | Joel Sing |
2013-12-27 | oops, correct wording | Theo de Raadt |
2013-12-27 | correct comment about why first 16 pages are skipped: SMI corruption | Theo de Raadt |
2013-12-23 | Add an instruction barrier to bus_space_barrier(). From David Hill. | Mark Kettenis |
2013-12-22 | format string fix: %lx for register_t | Stefan Fritsch |
2013-12-20 | Add vioscsi(4) driver. | Matthew Dempsky |
2013-12-19 | oh sorry, I forgot two #ifdef | Theo de Raadt |
2013-12-19 | Mtrr stops being a pseudo-device. We need to probe the cpu type and | Theo de Raadt |
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt |
2013-12-12 | Remove the scatter/gather dma implementation as it is no longer used. | Mark Kettenis |
2013-12-09 | Remove MD intagp(4) code that is unused now that inteldrm(4) manages the GTT | Mark Kettenis |
2013-12-08 | reflect reality, mark as NOOBJ | Marc Espie |
2013-12-07 | Remove the agp-specific bus_dma code. It is no longer used now that | Mark Kettenis |
2013-12-07 | Errata 122 is currently disabled so stick amd64_errata_set4 under #if 0 too | Brad Smith |
2013-12-06 | Make clflush() flush the cache line specified by the address we pass it | Mark Kettenis |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-12-05 | Correct spin timeout detection in __mp_lock debug code. | Masao Uebayashi |
2013-11-28 | Appease LLVM's integrated assembler. | Brad Smith |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-11-21 | remove the #define b_cylinder b_resid from bufs. i hated the | David Gwynne |
2013-11-19 | Remove some FDDI/ATM leftovers. | Martin Pieuchot |
2013-11-18 | simplify kthread_create(). no more stdarg | Theo de Raadt |
2013-11-16 | Copied from amd64.. | Brad Smith |
2013-11-15 | Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A | sasano |
2013-11-13 | Use DL_GETPOFFSET() to get partition offset, except where we | Kenneth R Westerback |
2013-11-06 | Document 'machine boot' in boot(8) on i386 and amd64. | Bryan Steele |
2013-11-06 | Add support for Power Resources for Dx states and the necessary hook | Martin Pieuchot |
2013-11-05 | Sigh. How many typos can be made in one diff. Fix DL_SETPSOFFSET() to | Kenneth R Westerback |