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