Age | Commit message (Expand) | Author |
2016-08-07 | As with csu, alpha passes &_DYNAMIC to _reloc_alpha_got(), so just | Philip Guenther |
2016-08-07 | Teach i386 to pass &_DYNAMIC to _dl_boot_bind() | Philip Guenther |
2016-08-07 | Teach mips64 to pass &_DYNAMIC to _dl_boot_bind() | Philip Guenther |
2016-08-07 | hahahah: amd64 has been passing &_DYNAMIC to _dl_boot_bind() for | Philip Guenther |
2016-08-07 | Flip the #ifdef logic: amd64, arm, i386, and mips64 are the only archs | Philip Guenther |
2016-08-07 | Teach mips64 to pass &_DYNAMIC to _dl_boot_bind(). | Philip Guenther |
2016-08-07 | alpha already calculates &_DYNAMIC for the _reloc_alpha_got() call, so | Philip Guenther |
2016-08-07 | Teach i386 to pass &_DYNAMIC to _dl_boot_bind() | Philip Guenther |
2016-08-07 | Psych: amd64 has been passing &_DYNAMIC to _dl_boot_bind() for 19 months | Philip Guenther |
2016-08-07 | Flip the #ifdef logic: amd64, i386, and mips64 were the only static PIE | Philip Guenther |
2016-08-07 | Add XOR cookies for lr and sp. Stop saving/restoring r12 to/from the jmpbuf. | Philip Guenther |
2016-08-07 | add $OpenBSD$ tags | Jonathan Matthew |
2016-08-06 | sync | Theo de Raadt |
2016-08-06 | reset timeout to null when relooping | Ted Unangst |
2016-08-06 | Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmp | Philip Guenther |
2016-08-06 | Always allocate intrhand with M_WAITOK. | Patrick Wildt |
2016-08-06 | Always allocate intrhand with M_WAITOK. | Patrick Wildt |
2016-08-06 | Implement interrupt controller functionality in the i.MX6 GPIO | Patrick Wildt |
2016-08-06 | Extend the interrupt controller API with a disestablish functionality. | Patrick Wildt |
2016-08-06 | Switch imx over to the generic pinctrl API. | Mark Kettenis |
2016-08-06 | Build ofw_pinctrl.o and ofw_gpio.o on armv7. The latters here from the | Mark Kettenis |
2016-08-06 | Add a generic pinctrl "framework". | Mark Kettenis |
2016-08-06 | Put page tables in normal cachable memory on armv7. Check if the MMU walks | Mark Kettenis |
2016-08-06 | Add more tests for better code coverage: | Theo Buehler |
2016-08-06 | If you see code like this, you know something's quite wrong | Theo Buehler |
2016-08-06 | Add support for IPv6 tunnel endpoints. This currently only works for | Reyk Floeter |
2016-08-06 | Fix multicast mode (destination is a multicast IP): the BCAST and | Reyk Floeter |
2016-08-06 | Rework ampintc's interrupt disestablish code to make it actually do | Patrick Wildt |
2016-08-06 | Dynamically attach intc(4) using the FDT and switch omap/am335x | Jonathan Gray |
2016-08-06 | Disable edma(4). It isn't currently used and is getting in the way of | Jonathan Gray |
2016-08-06 | Add PageGrain bits. | Visa Hankala |
2016-08-06 | Unbreak PSK authentication, broken by previous. | Pascal Stumpf |
2016-08-06 | Log RX errors only when the interface's debug flag is set. | Visa Hankala |
2016-08-06 | remove now unused board specific phy defines | Jonathan Gray |
2016-08-06 | sync | Theo de Raadt |
2016-08-06 | Dynamically attach pluart(4) using the FDT. | Jonathan Gray |
2016-08-06 | Dynamically attach plrtc(4) using the FDT. | Jonathan Gray |
2016-08-06 | virtio no longer attaches to vexpress | Jonathan Gray |
2016-08-06 | Dynamically attach virtio(4) using the FDT. | Jonathan Gray |
2016-08-06 | adjust for fdt changes | Jonathan Gray |
2016-08-06 | Set up the fdt attach args for devices that attach directly to mainbus | Jonathan Gray |
2016-08-05 | Use m_devget(4). From Artturi Alm. | Mark Kettenis |
2016-08-05 | enable the mandoc.db(5) regression suite, code is stable enough now | Ingo Schwarze |
2016-08-05 | Dynamically attach sxidog(4). | Mark Kettenis |
2016-08-05 | adjust expected output after the NAME_HEAD fix in mandocdb.c rev. 1.175 | Ingo Schwarze |
2016-08-05 | a1xintc -> sxiintc; | Jason McIntyre |
2016-08-05 | Remove sxirtc(4) from the tables now that it attaches dynamically. | Mark Kettenis |
2016-08-05 | missing <endian.h> reported by Bapt@iste Daroussin, found on FreeBSD | Ingo Schwarze |
2016-08-05 | Dynamically attach sxirtc(4); another board_id check bites the dust. | Mark Kettenis |
2016-08-05 | Check if we have the required "reg" property. | Mark Kettenis |