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