Age | Commit message (Expand) | Author |
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 |
2013-11-05 | DL_SETDSIZE() and DL_SETPSIZE() are not the same thing. Use the latter | Kenneth R Westerback |
2013-11-05 | Replace direct references to p_size, p_offset and d_secperunit with | Kenneth R Westerback |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt |
2013-11-03 | Remove a.out support from compat_linux(8). | Paul Irofti |
2013-11-02 | Cleanup bios_oconsdev_t. Make sure you have a halfway recent bootloader | Mark Kettenis |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-10-31 | Reenable compat_linux. | Paul Irofti |
2013-10-29 | unbreak glxsb(4) by properly allocating it's key schedule; | Mike Belopuhov |
2013-10-28 | Document softraid boot process for i386/amd64. | Stefan Sperling |
2013-10-28 | tedu FDDI support and the 3 flavors the driver for DEC devices, even | Martin Pieuchot |
2013-10-26 | Remove unused variable. | Mark Kettenis |
2013-10-25 | some cleanup for "machine memory"; | Jason McIntyre |
2013-10-23 | Crank bootblock versions after last commit | Mike Larkin |
2013-10-23 | Allow uppercase "K/M/G" specification in "machine memory" boot command. | Mike Larkin |
2013-10-21 | enable support for VMware ParaVirtual SCSI via vmwpvs(4). | David Gwynne |
2013-10-20 | Realmode park is causing more problems than it's solving. Remove until we | Mike Larkin |