Age | Commit message (Expand) | Author |
2015-02-06 | Give "machine ddbcpu" a chance to work, now we can try to see what's wrong | Martin Pieuchot |
2015-02-06 | Call the debugger (bsd -d) before replacing the firmware console just like | Martin Pieuchot |
2015-02-06 | Handle hibernate button in the same way as suspend does: send an | David Coppa |
2015-02-06 | Fix a hibernate crash on some machines due to unmapping a page that | Mike Larkin |
2015-02-05 | Whitespace. | Masao Uebayashi |
2015-02-05 | Use octeon_xkphys_*_8(). | Masao Uebayashi |
2015-02-05 | Expand STACKGAP_RANDOM to 2MB on machines with large user VA | Theo de Raadt |
2015-02-05 | unbreak after previous macro removal. | Martin Pieuchot |
2015-02-05 | Do what the comments suggest and check for port-[ab]-ignore-cd properties, | Miod Vallat |
2015-02-02 | Remove some pmap locks that were #defined to be nothing (empty). Discussed | Mike Larkin |
2015-02-01 | Gather the scattered (and sometimes duplicated) qbus address and size defines | Miod Vallat |
2015-02-01 | Do not write to the doorbell register at uba attach time - this causes a | Miod Vallat |
2015-02-01 | Pass the correct machine check frame to the machine check handler. | Miod Vallat |
2015-01-31 | xhci fits | Theo de Raadt |
2015-01-29 | remove no-op simple locks | Theo de Raadt |
2015-01-28 | Remove an unused macro and a stale comment. No functional change. | Mike Larkin |
2015-01-27 | tedu x86_self_ipi()/i386_self_ipi() | Stefan Fritsch |
2015-01-27 | ENOGREP. | David Gwynne |
2015-01-27 | this code doesnt need to know about interrupts, so i can trim some | David Gwynne |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2015-01-27 | Remove an unused and confusing assignment that had been commented out for | Mike Larkin |
2015-01-27 | Remove an unused variable whose functionality was moved to locore long ago. | Mike Larkin |
2015-01-27 | Remove an odd comment in the first line of the file | Mike Larkin |
2015-01-26 | Print frame buffer resolution at attach time. | Miod Vallat |
2015-01-26 | Import the exynos work into tree. This is from Bitrig. Discussed with and OK ... | Brandon Mercer |
2015-01-25 | Rework cbus(4) interrupt support a bit. Instead of merging devhandle and | Mark Kettenis |
2015-01-25 | refactor loading of dmamaps. | David Gwynne |
2015-01-24 | Implement bus_dmamem_alloc_range(9) for macppc/socppc. | Mark Kettenis |
2015-01-24 | correct the syntax description of the boot command; ok jmc@ | Christian Weisgerber |
2015-01-24 | Add bus_dmamem_alloc_range(9) to allow drivers to allocate DMA'able memory | Mark Kettenis |
2015-01-23 | move from deferring vd requests with a task per message to a ring | David Gwynne |
2015-01-22 | pool_setipl() on both pmap pools as a workaround for some sort of MP | Theo de Raadt |
2015-01-22 | Let powerpc's bus_space(9) use the same pmap and uvm interfaces than the | Martin Pieuchot |
2015-01-22 | Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'. | Kenneth R Westerback |
2015-01-21 | By popular demand, put NFS, ipv6 and vlan support in sparc installation media. | Miod Vallat |
2015-01-21 | Even without BATs memory under ``physmaxaddr'' is mapped 1:1 in the | Martin Pieuchot |
2015-01-21 | I don't foresee knowing that my i386 netbook has an AT/286+ bios and | Ted Unangst |
2015-01-21 | Enable ix(4). | Mark Kettenis |
2015-01-20 | Move ps_strings "after" the random stackgap. This makes its location a | Mark Kettenis |
2015-01-20 | Merge two copies of the (almost) identical bus space code into one file. | Martin Pieuchot |
2015-01-20 | Nothing in this file requires <sys/queue.h>. While here remove old and | Martin Pieuchot |
2015-01-20 | Merge two copies of the same dma code into one file and sync the headers. | Martin Pieuchot |
2015-01-20 | Various cleanups. Explicitly include <sys/atomic.h>, Use pmap_remove_pg() | Martin Pieuchot |
2015-01-20 | Missing $OpenBSD$'s. | Kenneth R Westerback |
2015-01-19 | Make use of an msr available on recent Intel processors to obtain the | Jonathan Gray |
2015-01-18 | When restoring spsr values when handling traps use spsr_fsxc instead | Jonathan Gray |
2015-01-18 | Switch some uses of msr that only deal with interrupts/mode to use | Jonathan Gray |
2015-01-18 | Add commented-out necsb(4) and audio(4) configuration to GENERIC. | Kenji Aoyama |
2015-01-18 | The 'mrs' instruction only deals with the whole register without | Jonathan Gray |
2015-01-18 | The 'mrs' instruction only deals with the whole register without | Jonathan Gray |