Age | Commit message (Expand) | Author |
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 |
2013-12-23 | - fix gamma ramp (now white is real white instead of light grey) | Miod Vallat |
2013-12-23 | sync specvops with ffs (fixing spec_open along the way) | Ted Unangst |
2013-12-23 | Add an instruction barrier to bus_space_barrier(). From David Hill. | Mark Kettenis |
2013-12-23 | Move KASSERT a bit further down because it can apparently be triggered by | Mark Kettenis |
2013-12-23 | regen | Brad Smith |
2013-12-23 | Add Atheros AR9462 and AR9565 | Brad Smith |
2013-12-23 | Revert previous commit. It makes resume hang on some MP systems running | Mark Kettenis |
2013-12-23 | provide a TASK_INITIALIZER() macro. | David Gwynne |
2013-12-22 | Try to keep the framebuffer console layout that was set up by the firmware | Mark Kettenis |
2013-12-22 | Add support for BCM57786,which seems to be almost indistinguishable from the | Mark Kettenis |
2013-12-22 | Use the rasops_info struct as the accesscookie for wsdisplay. Simplifies the | Mark Kettenis |
2013-12-22 | Bail out early if the PCI bus number is -1. This means the hardware isn't | Mark Kettenis |
2013-12-22 | Only attach cpu0 on single-processor kernels, to match the expected behaviour. | Miod Vallat |
2013-12-22 | Compute ncpusfound correctly. The logic was there but the count variable was | Miod Vallat |
2013-12-22 | MP-safe rw_cas() implementation for rwlocks. | Miod Vallat |
2013-12-22 | Set the primary CPU's PAL revision to the OSF/1 PAL revision after switching | Miod Vallat |
2013-12-22 | change pf_osfp_entry strings to unsigned, to help userland | Theo de Raadt |
2013-12-22 | spacing; Loganaden Velvindron | Theo de Raadt |
2013-12-22 | format string fix: %08x instead of %p for uint32_t | Stefan Fritsch |
2013-12-22 | format string fix: %lx for register_t | Stefan Fritsch |
2013-12-22 | size_t format string fixes | Stefan Fritsch |
2013-12-21 | Don't assign a literal number to a variable that otherwise holds an errno. | Philip Guenther |
2013-12-21 | Advertise that we provide monotonic timestamps. | Mark Kettenis |
2013-12-21 | rearrange DVACT_RESUME chunk to avoid implying something ridiculous | Theo de Raadt |