Age | Commit message (Expand) | Author |
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-05 | Cleanup some leftovers from previous changes. | Miod Vallat |
2014-01-04 | Fix of_cmap[] size. Makes the textmode cursor reappear on vgafb (i.e. | Miod Vallat |
2014-01-04 | Add rnddata[] placeholders to make these boot blocks build again. | Miod Vallat |
2014-01-03 | KNF, update comments, and delete LUNA(m68k) specific DIPSW comments. | Kenji Aoyama |
2014-01-02 | crank version after random instruction fix from jsing | Theo de Raadt |
2014-01-02 | Add primary support for LUNA-88K 4bpp/8bpp frame buffer. | Kenji Aoyama |
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 |
2014-01-01 | Switch alpha to __HAVE_VM_PAGE_MD. From NetBSD. | Miod Vallat |
2014-01-01 | fix header to get symbols loaded correctly | Miod Vallat |
2014-01-01 | Add a linker script to force the .openbsd.randomdata section to be put after | Miod Vallat |
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-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-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 | 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 | 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-25 | Instead of deciding which iockbc port is the keyboard port, and which one is the | Miod Vallat |
2013-12-25 | Add missing IPL_MPSAFE, as same as mvme88k. | Kenji Aoyama |
2013-12-24 | get rid of if (timeout_pending()) timeout_del(). this is racy. any | David Gwynne |
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 | Add an instruction barrier to bus_space_barrier(). From David Hill. | 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 | 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-19 | Use shifts instead of integer multiplication by the page size in the | Miod Vallat |