Age | Commit message (Expand) | Author |
2016-11-14 | turn ipstat into a set of percpu counters. | David Gwynne |
2016-11-14 | document counters_inc, counters_add, and counters_pkt. | David Gwynne |
2016-11-14 | add wrappers around common operations on counters. | David Gwynne |
2016-11-14 | M_COUNTERS is a thing | David Gwynne |
2016-11-14 | add a type for counters. | David Gwynne |
2016-11-13 | Improve the description of the hostname information. | Robert Peichaer |
2016-11-13 | Pick up the FS image size, the sector size and the bsize and fsize | Martin Natano |
2016-11-13 | Change the hash version string from $2a$ to $2b$. | Theo Buehler |
2016-11-13 | Fix previous change to X509_STORE_add_{cert,crl} to not free the input | Miod Vallat |
2016-11-13 | update the link for communication devices; the actual document link | Jason McIntyre |
2016-11-13 | Fix typo in comment: it's vm.loadavg, not kern.loadavg. | Theo Buehler |
2016-11-12 | Fix lexicographic order of shell built-ins: trap comes before true. | Theo Buehler |
2016-11-12 | Improve the cleanup error handling to make sure the exit code is | Alexander Hall |
2016-11-12 | minor cleanup; | Jason McIntyre |
2016-11-12 | Apply the right fix for run -b, used the wrong diff before. | Nicholas Marriott |
2016-11-12 | Do not execute commands for a client until it has identified, fixes | Nicholas Marriott |
2016-11-12 | sync | Theo de Raadt |
2016-11-12 | Revert unrelated bits that snuck in previous. | Jeremie Courreges-Anglas |
2016-11-12 | Bump VNDNLEN from 90 to 1024 bytes, to avoid "VNDIOCSET: File name too long" | Jeremie Courreges-Anglas |
2016-11-12 | the referred to EXAMPLES section is now in strncpy(3); | Jason McIntyre |
2016-11-12 | Kill the /usr/include/ssl symlink | Jeremie Courreges-Anglas |
2016-11-11 | Move ofp_validate_header() into ofp_common.c. No functional change. | Reyk Floeter |
2016-11-11 | Export p_cpuid via sysctl for all processes; ok guenther | Mike Belopuhov |
2016-11-11 | Reorder atomic operations dealing with sc_tx_avail | Mike Belopuhov |
2016-11-11 | Remove "workarounds" for the read and write path that were needed to | Reyk Floeter |
2016-11-11 | Remove mutexes protection from the switchctl as they don't seem to be | Rafael Zalamena |
2016-11-11 | Print the route cached at the inp with netstat -P. While there, | Alexander Bluhm |
2016-11-11 | Fix regress after moving ofp.h to sys/net/ | Reyk Floeter |
2016-11-11 | Bump TLS_API due to recent feature additions and changes. | Joel Sing |
2016-11-11 | Change the return value of tls_config_set_protocols() and | Joel Sing |
2016-11-11 | Do not crash with run-shell -b and no window pane available, reported by | Nicholas Marriott |
2016-11-11 | Clean up FFS option handling somewhat; no functional change. | Martin Natano |
2016-11-11 | Optimize for space by default. | Martin Natano |
2016-11-11 | sync | Theo de Raadt |
2016-11-11 | Disable ec assembly for amd64 pending fixes for ssh, and bump | Bob Beck |
2016-11-11 | add copyright and license | Ingo Schwarze |
2016-11-11 | add Copyright and license, | Ingo Schwarze |
2016-11-11 | add Copyright and license | Ingo Schwarze |
2016-11-11 | import ASN1_TYPE_get(3) from OpenSSL, | Ingo Schwarze |
2016-11-10 | Add support for "allwinner,sun9i-a80-apb1-clk" compatible clocks. | Mark Kettenis |
2016-11-10 | Set the reserved field to zero | Mike Belopuhov |
2016-11-10 | Restart the IFQ transmit routine only once per interrupt | Mike Belopuhov |
2016-11-10 | RNDIS data command is always the same and can be reused | Mike Belopuhov |
2016-11-10 | Add support for partial writes in switchwrite so we can use multiple | Rafael Zalamena |
2016-11-10 | Extend documentation a bit. It'll probably need some adjustments soon. | Antoine Jacoutot |
2016-11-10 | missing semicolon at end of rule. yacc doesn't seem to mind, though. | Ted Unangst |
2016-11-10 | minor cleanup; | Jason McIntyre |
2016-11-10 | Use the NdpIndex of the NCM header as the offset of the NCM pointer instead | Gerhard Roth |
2016-11-10 | import from OpenSSL, | Ingo Schwarze |
2016-11-10 | The simple UTF-16 decode routine stopped too early due to wrong calculation | Gerhard Roth |