Age | Commit message (Expand) | Author |
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 |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt |
2013-11-02 | replace bare use of disksort with a bufq, modelled on the sys/dev/isa/fd.c | David Gwynne |
2013-11-01 | Drop zsaddr[NZS] and the need for zs to be needs-count. zsaddr[] is no longer | Miod Vallat |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-10-30 | Stop using cpp -tradition for fcode; handle the inclusion of a | Philip Guenther |
2013-10-21 | Fix lies in comments, and apply some KNF and unused or duplicate prototype | Miod Vallat |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-10-20 | (daddr_t) -> (u_int64_t) when multiplying ncylinders * secpercyl to | Kenneth R Westerback |
2013-10-18 | Make sure that, when a particular mapchar() can't find a proper glyph for the | Miod Vallat |
2013-10-17 | Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries. | Miod Vallat |
2013-10-15 | Rewrite the awk script that generates the data for option DDB_STRUCT: | Philip Guenther |
2013-09-29 | various fixes to sync usage() with SYNOPSIS, and make these pages a bit | Jason McIntyre |
2013-09-28 | In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb | Miod Vallat |