Age | Commit message (Expand) | Author |
2015-01-23 | move from deferring vd requests with a task per message to a ring | David Gwynne |
2015-01-21 | Enable ix(4). | Mark Kettenis |
2015-01-16 | disklabel_sun_to_bsd() will nicely set the disk size if it is zero, but it is | Miod Vallat |
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt |
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst |
2015-01-10 | Bye, bye simple_lock. | Mark Kettenis |
2015-01-10 | Enable nep(4). | Mark Kettenis |
2015-01-09 | Fix loading memory allocated with bus_dmamem_alloc(9). The old could would | Mark Kettenis |
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-17 | minimal removal of simplelock to eliminate lock.h dependency | Ted Unangst |
2014-12-17 | fix/reduce header dependencies. clock.c doesn't need any of this uvm. | Ted Unangst |
2014-12-17 | Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter | Philip Guenther |
2014-12-15 | Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro, | Philip Guenther |
2014-12-11 | dragonflybsd has added a urio driver. conservation of urios requires | Ted Unangst |
2014-12-11 | Delete #ifdef'd code that hasn't been compiled in years from sparc64 ofwboot. | Stefan Sperling |
2014-12-10 | retire shutdown hooks; ok deraadt, krw | Mike Belopuhov |
2014-12-10 | Convert watchdog(4) devices to use autoconf(9) framework. | Mike Belopuhov |
2014-12-09 | Check strlcpy(), strlcat(), and snprintf() return values in sparc64 ofwboot. | Stefan Sperling |
2014-12-09 | Replace some malloc(n*size,...) calls with mallocarray(). | Doug Hogan |
2014-12-05 | Enable xhci(4). | Mark Kettenis |
2014-12-04 | The sparc64 Open Firmware package-to-path call (used since softraid boot | Stefan Sperling |
2014-11-30 | SPARC T4 and later have a pause instruction to voluntarily pause a virtual | Mark Kettenis |
2014-11-26 | Introduce softraid boot support to sparc64 ofwboot. | Stefan Sperling |
2014-11-26 | Add a new ELF segment .openbsd.bootdata to the sparc64 kernel. | Stefan Sperling |
2014-11-26 | Add softraid support to sparc64 first-level boot blocks. | Stefan Sperling |
2014-11-26 | Add softraid boot support code files ported by me to sparc64 from amd64. | Stefan Sperling |
2014-11-26 | Copy some Open Firmware interface functions from the kernel to ofwboot. | Stefan Sperling |
2014-11-26 | Hook ofwbootfd to the build. | Stefan Sperling |
2014-11-26 | Add a separate ofwboot build for the sparc64 floppies. | Stefan Sperling |
2014-11-24 | Actually, the previous change didn't quite work on the SPARC T5-2. But if | Mark Kettenis |
2014-11-24 | Add missing pci_msiq_setstate and pci_msi_setstate calls. Makes MSI work | Mark Kettenis |
2014-11-24 | The hypervisor on a SPARC T5-2 needs stricter alignment of the MSI message | Mark Kettenis |
2014-11-24 | If we use the vintr cookie to point at the interrupt handler struct, we | Mark Kettenis |
2014-11-24 | Use the pointer to "struct intrhand" as the vintr cookie. | Mark Kettenis |
2014-11-24 | On sun4v, interpret the first data word of a device interrupt message as a | Mark Kettenis |
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith |
2014-11-22 | Switch to using MI installboot, after a conversation with stsp. He will | Theo de Raadt |
2014-11-20 | Don't attempt to clear/disable %tick_cmpr. This register is no longer present | Mark Kettenis |
2014-11-20 | Disentagle bcopy/memcpy/memmove. | Theo de Raadt |
2014-11-19 | Move {recv,send}udp() out of net.c into their own file; to be used shortly. | Miod Vallat |
2014-11-18 | (except for the arm architectures...) unify the way the ld.script is | Theo de Raadt |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-10-26 | uvm_km_valloc -> km_alloc | Mark Kettenis |
2014-10-25 | uvm_km_valloc -> km_alloc | Mark Kettenis |
2014-10-24 | Another uvm_km_valloc(9) -> km_alloc(9) conversion. | Mark Kettenis |
2014-10-24 | Bring phys_map to sparc64 and use it in vmapbuf(9) and vunmapbuf(9). | Mark Kettenis |
2014-10-22 | make [bl]emtoh{16,32,64} take volatile const foo *, not volatile foo * | David Gwynne |
2014-10-17 | Mark Cave-Ayland pointed out on tech@ that the OF_test_method was called | Daniel Dickman |
2014-10-16 | No longer used. | Mark Kettenis |