Age | Commit message (Expand) | Author |
2014-02-01 | Remove some of the excessive cache and TLB flushing going on during | Mike Larkin |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-23 | unifdef -D__HAVE_VM_PAGE_MD - no functional change. | Miod Vallat |
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-21 | Add virtio random driver | Stefan Fritsch |
2014-01-21 | Disable lapic when halting CPUs. Allegedly this is necessary to make | Mark Kettenis |
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 | 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 | tweak comments a bit | Mike Belopuhov |
2014-01-18 | Fix comment re size of input buffer. | Joel Sing |
2014-01-16 | Appease LLVM's integrated assembler. Matches the same code as it exists | Brad Smith |
2014-01-10 | Resurrect the "park APs in realmode" idea that we explored back at t2k13 | Mike Larkin |
2014-01-06 | document random buffer must be multiple of 4 in size | Theo de Raadt |
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 |
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 | Require an explicit PT_OPENBSD_RANDOMIZE program header in the kernel linker | Miod Vallat |
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-26 | Back at t2k13, I wrote code to park APs in real mode before resuming a | Mike Larkin |
2013-12-23 | spelling | Theo de Raadt |
2013-12-20 | Add vioscsi(4) driver. | Matthew Dempsky |
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-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-19 | format string fixes picked up with -Wformat=2 | Philip Guenther |
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 | Replace direct references to p_size, p_offset and d_secperunit with | Kenneth R Westerback |