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