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