summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-22Sizes for free(9) from David Hill.Martin Pieuchot
2016-08-22Refactor the uio to mbuf code out of sosend and start to make use ofClaudio Jeker
2016-08-22Use the new clock API to get the clock frequency from the device tree and theMark Kettenis
2016-08-22Add code to enable the pll6 clock.Mark Kettenis
2016-08-22fix typosTed Unangst
2016-08-22syncTheo de Raadt
2016-08-22Sorry Andrew and Luke, I'm pretty sure we deleted your IRIX and VMS code.Theo de Raadt
2016-08-22Before pmap7.c rev 1.35 and pmap.h rev 1.44 DMA'able memory with theJonathan Gray
2016-08-21Use generic clock API to enable the module clock.Mark Kettenis
2016-08-21Add support for all the ahb, apb0 and apb1 clock gating devices on sun4i,Mark Kettenis
2016-08-21Implement some fundamental clocks using the new clock framework.Mark Kettenis
2016-08-21Add a minimal clock "framework". Build it on armv7.Mark Kettenis
2016-08-21introduce a union of sockaddr types and eliminate a lot of casts.Ted Unangst
2016-08-21bugfix: when fgetwc(3) fails, fgetwln(3) must fail as well;Ingo Schwarze
2016-08-21Make lease_value() unescape quoted strings. To be fully compliant, weAlexander Hall
2016-08-21tweak previousRobert Peichaer
2016-08-21Fix a pasto in a comment.Mark Kettenis
2016-08-21fix obvious typo in the .Dt section numberIngo Schwarze
2016-08-21There are three callers of update_vattr(). Two of them don't use theMartin Natano
2016-08-21When detecting the console on attach test fa_node and stdout_node not fa_regJonathan Gray
2016-08-21Remove the remains of a workaround to get GIC ranges for exynos.Jonathan Gray
2016-08-21Dynamically attach exuart using the FDT.Jonathan Gray
2016-08-21Change sleep from crazy backoff to one second of sleep between retriesBob Beck
2016-08-20syncTheo de Raadt
2016-08-20Fix indentation.Mark Kettenis
2016-08-20Argh, commit from the wrong tree. Revert previous commit.Mark Kettenis
2016-08-20Fix indentation.Mark Kettenis
2016-08-20Properly initialize the message parser. fix a regression where theEric Faurot
2016-08-20add "armv7" to the Dt line;Jason McIntyre
2016-08-20Sync connect_wait() example with its real usage in ftp(1).Todd C. Miller
2016-08-20Use connect(2) + a connect_wait() function instead of connect_sync(),Todd C. Miller
2016-08-20sximmc(4)Mark Kettenis
2016-08-20Enable sximmc(4).Mark Kettenis
2016-08-20Increase MSGBUFSIZE to 8 pages.Mark Kettenis
2016-08-20Various improvements to make this work better.Mark Kettenis
2016-08-20Add some code to set the SD/MMC clocks.Mark Kettenis
2016-08-20Don't set MSGBUFSIZE here such that the setting in <machine/param.h> takesMark Kettenis
2016-08-20Format string fixes in debug code: need %llx to print 64 bit valuesStefan Kempf
2016-08-20Declare all _asr_* debug functions as hidden.Jeremie Courreges-Anglas
2016-08-20already in v2 according to http://www.tuhs.org/Archive/PDP-11/Distributions/r...Ingo Schwarze
2016-08-20When a mismatching end macro occurs while at least two nested blocksIngo Schwarze
2016-08-20When scanning upwards for a column list to put a .Ta macro in,Ingo Schwarze
2016-08-20Replace bcmmuart(4) with com(4).Mark Kettenis
2016-08-20Tweak timer debug output.Jeremie Courreges-Anglas
2016-08-20Move counters from u_quad_t to uint64_t.Jeremie Courreges-Anglas
2016-08-20fsdb(8) sucks in and is pledged by fsck(8). Since it uses editline(3),Theo Buehler
2016-08-20If a column list starts with implicit rows (that is, rows without .It)Ingo Schwarze
2016-08-20Remove obsolete sxiuart(4) header.Patrick Wildt
2016-08-20sxiuart(4) has been replaced with com(4).Patrick Wildt
2016-08-20shorten pkcs7 text;Jason McIntyre