Age | Commit message (Expand) | Author |
2014-03-16 | Kill DB_*TASK_NAME* macros which were only ever on i386/amd64 and never used. | Philip Guenther |
2014-03-16 | Remove warnings on unknown x86 models in the code that returns the FSB | Jonathan Gray |
2014-03-14 | Remove the userland AGP interface. Now that we have KMS, it is no longer | Mark Kettenis |
2014-03-14 | enable qla(4) and qle(4) in ramdisks, except on sgi where the cdfs overflows | Jonathan Matthew |
2014-03-14 | rework mplocks to use tickets instead of spinning. this provides | David Gwynne |
2014-03-13 | Unhook httpd(8) from build; man page bits | Florian Obser |
2014-03-13 | get rid of the assumption that the head of the alldevs list is the | David Gwynne |
2014-03-12 | Add compiler barier to bus_dmamap_sync(9), just in case compiler/linker | Mark Kettenis |
2014-03-12 | enable qla(4) and qle(4) in GENERIC configs where isp(4) is already | Jonathan Matthew |
2014-03-11 | lint is gone, and the 'lint' conditional was never in the implementation | Philip Guenther |
2014-03-11 | Synchronize the i386 and amd64 ddb disassemblers and add support | Philip Guenther |
2014-03-08 | Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test. | Mark Kettenis |
2014-03-07 | Remove superfluous 'return'. | Gerhard Roth |
2014-02-23 | Give drm(4) a console locator just like wsdisplay(4) such that we can make | Mark Kettenis |
2014-02-19 | add qla and qle everywhere we currently have isp, commented out except for | Jonathan Matthew |
2014-02-18 | Bump version numbers. | Joel Sing |
2014-02-18 | Actually check to see if the CPU supports tsc, rather than assuming that | Joel Sing |
2014-02-17 | iha and trm are good targets to avoid a space crisis on the install media; | Theo de Raadt |
2014-02-13 | Some Linux i915 drm "fast" path code relies on being able to "disable" page | Mark Kettenis |
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 |