Age | Commit message (Expand) | Author |
2015-06-13 | Convert xfree to free. From Fritjof Bornebusch. ok deraadt | Nicholas Marriott |
2015-06-13 | add miniroot to MDEXT | Jasper Lievisse Adriaanse |
2015-06-13 | in glob() initialize the glob_t before the first failure check. | Theo de Raadt |
2015-06-13 | Add more encodings of options for the armv7 barrier instructions and | Jonathan Gray |
2015-06-13 | Split up the logic in CBB_flush to separately handle the lengths. | Doug Hogan |
2015-06-13 | Explain the ASN.1 restriction that requires extra logic for encoding. | Doug Hogan |
2015-06-13 | When initial capacity is 0, always use NULL buffer. | Doug Hogan |
2015-06-13 | Add comments about how the CBS constants are constructed. | Doug Hogan |
2015-06-13 | Reject long-form tags in CBS_peek_asn1_tag. | Doug Hogan |
2015-06-13 | Fix bad indenting in LibreSSL. | Doug Hogan |
2015-06-13 | When investigating an uninitialised variable in the armv7 resettodr() | Jonathan Gray |
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat |
2015-06-13 | Remove unneeded sys/sysctl.h on linux. | Brent Cook |
2015-06-12 | Add a missing .An macro. | Ingo Schwarze |
2015-06-12 | Close the lock pipe before dupping /dev/null to stdio. | Alexander Bluhm |
2015-06-12 | Allow rule ID filter to be specified for show states output | Mike Belopuhov |
2015-06-12 | Only match devices with a valid configuration. | Martin Pieuchot |
2015-06-12 | Remove superfluous splnet() protection. | Martin Pieuchot |
2015-06-12 | To match relayd's style, use an explicit enum with prefixed names for | Reyk Floeter |
2015-06-12 | Perform a copy with a memmove for potentially overlapping regions. | Mike Belopuhov |
2015-06-12 | Actually trigger iwm_init_task() from iwm_watchdog() as intended to give | Stefan Sperling |
2015-06-12 | Fix rtwn(4) wifi LED support. Tested with rtwn(4) device in Thinkpad X220. | Stefan Sperling |
2015-06-12 | Reuse SYSENTRY_HIDDEN() in SYSENTRY(); no functional changes. | Masao Uebayashi |
2015-06-12 | Kill trailing blank; no text change. | Ingo Schwarze |
2015-06-12 | If fork fails, print an error message before exit. | Alexander Bluhm |
2015-06-11 | Remove hzto(9) manual pages and references; OK dlg | Mike Belopuhov |
2015-06-11 | local user can cause smtpd to fail by sending invalid imsg to control sock | Gilles Chehade |
2015-06-11 | The correct semantic is to check msgbuf_write() for <= 0, not just < 0. | Reyk Floeter |
2015-06-11 | Use "compliant" header guards by avoiding the reserved '_' namespace. | Reyk Floeter |
2015-06-11 | sync | Theo de Raadt |
2015-06-11 | Fix CVE-2012-3509, an integer overflow in libiberty, leading to | Alexander Bluhm |
2015-06-11 | In the copyout family of functions, if the address is out of range | Theo de Raadt |
2003-11-24 | And the includes are taken from GCC 2.95.pre3 test3 | Marc Espie |
2015-06-11 | Remove hzto(9) manual pages and references; OK dlg | Mike Belopuhov |
2015-06-11 | Move hzto(9) to the attic; OK dlg | Mike Belopuhov |
2015-06-11 | Avoid an infinite loop that can occur when verifying a message with an | Joel Sing |
2015-06-11 | Convert from hzto(9) to tvtohz(9); OK dlg | Mike Belopuhov |
2015-06-11 | Move away from using hzto(9); OK dlg | Mike Belopuhov |
2015-06-11 | Avoid a potential out-of-bounds read in X509_cmp_time(), due to missing | Joel Sing |
2015-06-11 | Avoid an infinite loop that can be triggered by parsing an ASN.1 | Joel Sing |
2015-06-11 | Don't do manual whitespace adjustments inside semantic macros, | Ingo Schwarze |
2015-06-11 | convert sc_sendq into an mbuf_list, and use ph_cookie rather than rcvif to | Jonathan Matthew |
2015-06-11 | Avoid double-free in error path by cribbing the HASBUF flag | Bret Lambert |
2015-06-11 | remove uneeded pci includes | Jonathan Gray |
2015-06-10 | breath->breadth | Stuart Henderson |
2015-06-10 | Typos: equalivant, fucntion, libary. | Miod Vallat |
2015-06-10 | Don't claim the autri(4) driver supports big-ending, signed 8-bit, | Alexandre Ratchov |
2015-06-10 | Use first 4 channels of the board. The previous channel setting | Alexandre Ratchov |
2015-06-10 | Do not set "rcvif", if_input() does it for us. | Martin Pieuchot |
2015-06-10 | wp->tty is a char [] not a char * so it can't be NULL. From Thomas Adam. | Nicholas Marriott |