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