summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-08-05a1xintc(4) -> sxiintc(4)Mark Kettenis
2016-08-05We don't want drivers with numbers in their names.Mark Kettenis
2016-08-05Replace inappropriate use of CP15_CNTPCT with CP_DCCIMVAC.Mark Kettenis
2016-08-05Switch the sunxi platform over to the new interrupt establish API. ThisMark Kettenis
2016-08-05Switch pending event clearing to an atomic swap operationMike Belopuhov
2016-08-05Switch pending event clearing to an atomic swap operationMike Belopuhov
2016-08-05Fixup incorrect EAGAIN handlingMike Belopuhov
2016-08-05Read events array offset must be calculated in bytesMike Belopuhov
2016-08-05Remove incorrect optimization: ring data portion size is not power of 2Mike Belopuhov
2016-08-05Do not *printf %s NULLTheo de Raadt
2016-08-05fix a typo that prevented names from .Dt from getting priority overIngo Schwarze
2016-08-05* Properly distinguish commands (.Ic) and command modifiers (.Cm).Ingo Schwarze
2016-08-05syncTheo de Raadt
2016-08-05Obvious minor fixes:Ingo Schwarze
2016-08-05use a larger chunk for getentropy() and save some for next time.Ted Unangst
2016-08-05Don't leak the option data of non-DHCPINFORM messages received onKenneth R Westerback
2016-08-05All four arguments can be omitted by specifying a dash.Theo Buehler
2016-08-05If reps and steps were omitted, while begin and end were specified,Theo Buehler
2016-08-05If "%%" appears in the format string, skip it properly.Theo Buehler
2016-08-05Unmask the timer output signal for real.Mark Kettenis
2016-08-05enable dddd regression testTheo Buehler
2016-08-05Initialize reps, begin, end, steps to their defaults.Theo Buehler
2016-08-05Drop a pointless link carrier check from the RX path.Visa Hankala
2016-08-05Using a macro to save 4 chars is mere obfuscation.Jeremie Courreges-Anglas
2016-08-05Kill an unused macroJeremie Courreges-Anglas
2016-08-05imxahci(4) needs ahci.cMark Kettenis
2016-08-05Add a -u switch to always log route insertions/deletions.Jeremie Courreges-Anglas
2016-08-05Trigger link state update only on media status updatesMike Belopuhov
2016-08-05Fixup the condition that prevented heartbeat & co. from attachingMike Belopuhov
2016-08-05Use tighter pledge(2) restrictions.Jeremie Courreges-Anglas
2016-08-05Rework logging.Jeremie Courreges-Anglas
2016-08-05Switch from select(2) to poll(2); ok millert@Jeremie Courreges-Anglas
2016-08-05shorten the openssl dsa text;Jason McIntyre
2016-08-05grammar fix;Jason McIntyre