Age | Commit message (Expand) | Author |
2014-03-19 | It's safe to assumed 'signed' exists | Philip Guenther |
2014-03-18 | First setup that stops using isp(4), and relies on ql[aew](4). | Theo de Raadt |
2014-03-16 | DDB supports ELF symbols are all archs, and it's always the same as the | Philip Guenther |
2014-03-15 | Enable qlw(4) at sbus(4). | Mark Kettenis |
2014-03-15 | make the membars look more correct for any memory ordering mode. | David Gwynne |
2014-03-14 | provide an MI api for doing byteswapping loads and stores. some | David Gwynne |
2014-03-14 | enable qla(4) and qle(4) in ramdisks, except on sgi where the cdfs overflows | Jonathan Matthew |
2014-03-14 | rework mplock as ticket locks instead of spinlocks. this provides | David Gwynne |
2014-03-13 | get rid of the assumption that the head of the alldevs list is the | David Gwynne |
2014-03-12 | enable qla(4) and qle(4) in GENERIC configs where isp(4) is already | Jonathan Matthew |
2014-03-11 | lint is gone, and the 'lint' conditional was never in the implementation | Philip Guenther |
2014-03-08 | Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test. | Mark Kettenis |
2014-02-21 | spelling | Theo de Raadt |
2014-02-19 | add qla and qle everywhere we currently have isp, commented out except for | Jonathan Matthew |
2014-02-08 | Initializing the time from an uninitialized variable isn't a very good idea. | Mark Kettenis |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-30 | Undef def_atomic_op_nv instead of def_atomic_opf. | Mark Kettenis |
2014-01-30 | move sparc64 behind the MI atomic api. | David Gwynne |
2014-01-24 | If hv_ldc_copy() fails copying data set report status as EIO and acknowledge | Mark Kettenis |
2014-01-24 | Add support for BUS_INTR_ESTABLISH_MPSAFE. | Mark Kettenis |
2014-01-24 | Add support for BUS_INTR_ESTABLISH_MPSAFE. | Mark Kettenis |
2014-01-23 | Add defines for resumable and nonresumable error queues. | Mark Kettenis |
2014-01-23 | Eleminate the last workq usage here. | Mark Kettenis |
2014-01-23 | unifdef -D__HAVE_VM_PAGE_MD - no functional change. | Miod Vallat |
2014-01-23 | Switch to task queues, except for one little corner case that I need to think | Mark Kettenis |
2014-01-23 | Don't blindly continue if and hv_ldc_copy() call fails. For now, simply | Mark Kettenis |
2014-01-23 | Use MIN() instead of min() as we're dealing with 64-bit types. | Mark Kettenis |
2014-01-22 | Do not assume the data buffers handed down to us from the SCSI midlayer are | Mark Kettenis |
2014-01-22 | Only kick the iopool if we've just established a new connection to the server. | Mark Kettenis |
2014-01-22 | this gets rid of NO_CCB in vdsk. it considers space on the tx ring | David Gwynne |
2014-01-22 | Use extent_alloc_subregion_with_descr(9). This should make bus_dmamap_load(9) | Mark Kettenis |
2014-01-21 | enable MPSAFE interrupts on pyro. it seems to work ok. | David Gwynne |
2014-01-21 | use KERNEL_LOCK and KERNEL_UNLOCK instead of fumbling with kernel_lock | David Gwynne |
2014-01-19 | Initialize ci_randseed better using arc4random() + a trick. Remove the | Theo de Raadt |
2014-01-06 | Fix sparc64 kernel profiling, add the etext symbol back. | Tobias Ulmer |
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 | crank the version | Theo de Raadt |
2013-12-27 | remove lots from the Makefile, since this never depended on libsa. | Theo de Raadt |
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt |
2013-12-08 | reflect reality, mark as NOOBJ | Marc Espie |
2013-12-05 | Correct spin timeout detection in __mp_lock debug code. | Masao Uebayashi |
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-15 | Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A | sasano |
2013-11-05 | Add a stub for the new MD hook needed to handle ACPI Power Resources. | Martin Pieuchot |
2013-11-05 | Replace direct references to p_size, p_offset and d_secperunit with | Kenneth R Westerback |