Age | Commit message (Expand) | Author |
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 |
2015-06-10 | Export new pf "no-route" error counter | Mike Belopuhov |
2015-06-10 | Add missing include. | Martin Pieuchot |
2015-06-10 | FTP as an install method kicked the bucket some time ago. | Jasper Lievisse Adriaanse |
2015-06-09 | Remove unused parameter of load_locale_sub(). No assembly change on i386. | Stefan Sperling |
2015-06-09 | add miniroot; note it's not further documented to prevent having to | Jasper Lievisse Adriaanse |
2015-06-09 | add the edgerouter poe to the edgeroute lite paragraph | Jasper Lievisse Adriaanse |
2015-06-09 | miniroot for octeon; tested on edgerouter lite with local usb storage | Jasper Lievisse Adriaanse |
2015-06-09 | Remove the hack to check if the received pointer has changed in an ifih | Martin Pieuchot |
2015-06-09 | Convert trunk(4) to if_input(). | Martin Pieuchot |
2015-06-09 | plug fd leak found by Todd Mortimer | Joerg Jung |