Age | Commit message (Expand) | Author |
2013-12-30 | Enable snooping on Lynx Point-LP HD Audio. | Jonathan Gray |
2013-12-30 | Correct initialization of Bt458, used in LUNA's 8bpp frame buffer. | Kenji Aoyama |
2013-12-30 | Fix IOC4DEV_xxx numbers, so that devices besides the first two serial ports | Miod Vallat |
2013-12-30 | Add Broadcom BCM57764, BCM57767 and BCM57787 PCI ids. | Brad Smith |
2013-12-30 | Add Broadcom BCM57764, BCM57767 and BCM57787 PCI ids. | Brad Smith |
2013-12-29 | In tlbdsmiss, do not trash the tlb pointer by mistake. From NetBSD (PR #39257) | Miod Vallat |
2013-12-29 | Remove excessive parentheses. | Brad Smith |
2013-12-29 | Force clock clamping after one byte received instead of three. There are still | Miod Vallat |
2013-12-29 | regen | Miod Vallat |
2013-12-29 | Intel NM70 | Miod Vallat |
2013-12-28 | The mips partition table in the volume header uses 512-byte logical units, | Miod Vallat |
2013-12-28 | Try to load entropy data from disk:/etc/random.seed. Then, insert this into | Mark Kettenis |
2013-12-28 | oops, the fallback stack protector code must handle 64-bit guards | Theo de Raadt |
2013-12-28 | Always call PHY_RESET upon attaching eephy(4) so as to do PHY initialization, | Brad Smith |
2013-12-28 | Make sure the PT_OPENBSD_RANDOMIZE program header actually covers the data | Mark Kettenis |
2013-12-28 | Back out the previous commit; rodata gets merged with text by the linker. | Mark Kettenis |
2013-12-28 | create rodata PHDR; ok kettenis | Theo de Raadt |
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 | Attempt to approximate what should happen on a suspend/resume cycle. | Theo de Raadt |
2013-12-28 | Sync activate code sequnces to if_msk.c as much as possible, in case | Theo de Raadt |
2013-12-28 | The few network drivers that called their children's (ie. mii PHY | Theo de Raadt |
2013-12-28 | The few network drivers that called their children's (ie. mii PHY | Theo de Raadt |
2013-12-28 | mii drivers no longer need activate functions. Repair of the PHY | Theo de Raadt |
2013-12-28 | Move the fairly heavy eephy_init sequence [which was only done at | Theo de Raadt |
2013-12-28 | change the stack protector guard into a long word (removing the old legacy | Theo de Raadt |
2013-12-28 | We can initialize the srandom/random system earlier from arc4random, | Theo de Raadt |
2013-12-28 | We can random_start() earlier (not that it does too much) and call | Theo de Raadt |
2013-12-28 | Put the entropy_pool[] into the ELF .openbsd.randomdata segment. | Theo de Raadt |
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 | remove lots from the Makefile, since this never depended on libsa. | Theo de Raadt |
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-26 | When running the ll/sc version of the mutex code (for MULTIPROCESSOR kernels), | Miod Vallat |
2013-12-26 | Back at t2k13, I wrote code to park APs in real mode before resuming a | Mike Larkin |
2013-12-26 | either dvp == vp or dvp != vp: zap extra test. | Marc Espie |
2013-12-25 | Instead of deciding which iockbc port is the keyboard port, and which one is the | Miod Vallat |
2013-12-25 | zap defines that don't make any sense for us | Marc Espie |
2013-12-25 | Add missing IPL_MPSAFE, as same as mvme88k. | Kenji Aoyama |
2013-12-24 | rearrange/correct timeout conditionals to work better. | Ted Unangst |
2013-12-24 | If the FADT has its SMI_CMD set to zero, assume we're only ACPI-only hardware | Mark Kettenis |
2013-12-24 | get rid of if (timeout_pending()) timeout_del(). this is racy. any | David Gwynne |
2013-12-24 | rename local ticks to nticks to avoid aliasing global. ok krw | Ted Unangst |
2013-12-24 | fix error checking oddity in msdosfs code, as noted by kettenis@ | Alexander Hall |
2013-12-23 | remove junk | Theo de Raadt |
2013-12-23 | spelling | Theo de Raadt |