Age | Commit message (Expand) | Author |
2016-05-21 | Fix logic bug in DUID generation - we want to generate DUIDs until we have | Joel Sing |
2016-05-21 | Remove another erroneous VOP_CLOSE/vput, which was missed with the last | Joel Sing |
2016-05-21 | Cleanup some of the DUID code and refactor for readability. | Joel Sing |
2016-05-21 | Harden TLS for ntpd constraints - stop disabling server name verification, | Joel Sing |
2016-05-21 | Dynamically attach imxiic(4) and use the FDT to enumerate devices on i2c | Mark Kettenis |
2016-05-21 | Make the TX path of cnmac(4) MP-safe and add some ifq oactive logic. | Visa Hankala |
2016-05-21 | panic() if an incoming packet does not consist of one buffer. This | Visa Hankala |
2016-05-21 | Free the cache if the string cannot be retrieved. This allows the | Patrick Wildt |
2016-05-21 | sync | Reyk Floeter |
2016-05-21 | Add ids found in x1 carbon 2016: | Reyk Floeter |
2016-05-21 | Add a wireless driver capability flag for devices which scan 2GHz and 5GHz | Stefan Sperling |
2016-05-21 | Copy dtb files to miniroots and install disk. Increase the ramdisk size | Jonathan Gray |
2016-05-21 | <sys/localedef.h> isn't needed for ddb structinfo | Philip Guenther |
2016-05-21 | hand-massage sendsig() and sys_sigreturn() to be much more similar | Theo de Raadt |
2016-05-21 | hand-massage sendsig() and sys_sigreturn() to be much more similar | Theo de Raadt |
2016-05-21 | hand-massage sendsig() and sys_sigreturn() to be much more similar. | Theo de Raadt |
2016-05-20 | Add compatible string to board id mappings for almost all of the other | Jonathan Gray |
2016-05-20 | Add a workaround for software reset described in the TI docs where we | Jonathan Gray |
2016-05-20 | Ooops, fix the OpenBSD tag. | Marcus Glocker |
2016-05-20 | Hook up smu(4) to the thermal management framework. | Marcus Glocker |
2016-05-20 | Add a thermal management framework for macppc which controls the fan speed | Marcus Glocker |
2016-05-20 | Change the identification string to "nxp,pcf8523" as this is what is stored | Mark Kettenis |
2016-05-20 | Fix pasto; v4l2_buf.flags = V4L2_MEMORY_MMAP -> V4L2_BUF_FLAG_MAPPED. | Marcus Glocker |
2016-05-20 | Attempt to allocate 32MB at the lowest address that is aligned on a 256MB | Mark Kettenis |
2016-05-20 | Log questions and answers during install/upgrade in a format that can be | Robert Peichaer |
2016-05-20 | Move code to create unique filenames and to prepare a file | Robert Peichaer |
2016-05-20 | Fix a short-read bug in the previous version of asn1_d2i_read_bio | Brent Cook |
2016-05-20 | Move the declaration of the function pointer type el_rfunc_t | Ingo Schwarze |
2016-05-20 | Please int3 guards around unused debug splx versions so we can stop | Theo de Raadt |
2016-05-20 | Remove dead assignment/unused variable. | Joel Sing |
2016-05-20 | Set "openbsd.bootduid" property of "/chosen" to the DUID of the boot disk. | Mark Kettenis |
2016-05-20 | For FDT-based boots, look for a "openbsd,bootduid" property of the /chosen | Mark Kettenis |
2016-05-20 | check we allocated the cq, not the sq, after trying to allocate the cq | David Gwynne |
2016-05-20 | Delete the _SDA_BASE and _SDA2_BASE symbols: they're unnecessary in | Philip Guenther |
2016-05-20 | regen | Mike Larkin |
2016-05-20 | Add Xeon-D devices. Move one item that was out of order to the right place | Mike Larkin |
2016-05-20 | split the ACPI resume trampoline into code and data pages, and protect | Mike Larkin |
2016-05-20 | resync | Chris Cappuccio |
2016-05-20 | Hello LTE Airprime/Sierra Aircard 313U, Netgear/Sierra Aircard 770S | Chris Cappuccio |
2016-05-20 | add init_mainbus() hooks for the other armv7 platforms | Jonathan Gray |
2016-05-20 | Restore support for 'instbin program args...' | Philip Guenther |
2016-05-19 | Let setroot() pick the boot disk based on the DUID provided in bootduid if | Mark Kettenis |
2016-05-19 | revert this part of my last commit: sthen points out that this text | Jason McIntyre |
2016-05-19 | Give the caller a chance to handle the failure if unable to allocate | Philip Guenther |
2016-05-19 | Make fdt_node_add_property() behave like fdt_node_set_property() if the | Mark Kettenis |
2016-05-19 | ld.so can now be entered by multiple threads via _dl_{allocate,free}_tib(), | Philip Guenther |
2016-05-19 | Fix the previous commit which made work queue entries get released too | Visa Hankala |
2016-05-19 | Disable dynamic short buffering to make all RX data land on buffers | Visa Hankala |
2016-05-19 | no more v6only; | Jason McIntyre |
2016-05-19 | Remove sysctl net.inet6.ip6.v6only | Jeremie Courreges-Anglas |