summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-08Add a comment that ntpd MUST NOT use AI_ADDRCONFIG in host_dns()Reyk Floeter
2015-02-08Use AI_ADDRCONFIG when resolv hosts on startup.Reyk Floeter
2015-02-08Only attach cpu-based sensors on the primary cpu, for two reasonsTheo de Raadt
2015-02-08Count dropped SYN packets on the tcpstat. They are dropped due to theYASUOKA Masahiko
2015-02-08-a for -I or -i is gone for good. So adjust manpage.Claudio Jeker
2015-02-08The multicast address printing code has been disabled for 7 years.Claudio Jeker
2015-02-08Just use sysctl_rdstruct() to read out some structs. Only differenceClaudio Jeker
2015-02-08Use the AI_ADDRCONFIG flag in tls_connect(). This tells the resolverReyk Floeter
2015-02-08Hilarious! We are not ready yet for large stack random biases, due toTheo de Raadt
2015-02-08De-static to make ddb hangman harder. OK phessler, henningClaudio Jeker
2015-02-08Rename some of the functions by adding a 6 so they do not conflict withClaudio Jeker
2015-02-08remove the dead code inside #if(def) RED_NOTYETHenning Brauer
2015-02-08Typo "fature" -> "feature"Mike Larkin
2015-02-08add restrict to strtol like functions. ok guentherTed Unangst
2015-02-08Something is subtly wrong with this. On ramdisks, processes run out ofTheo de Raadt
2015-02-08Do extend CFLAGS instead of assigning it so that DEBUG=-g worksClaudio Jeker
2015-02-08move a log_warnx() to a DPRINTF, as it's information intendedBret Lambert
2015-02-08replace hand rolled code to maintain a list of bufs with a fifoDavid Gwynne
2015-02-08Use ebuf[ERRBUFSIZE] instead of ebuf[256] everywhere.Reyk Floeter
2015-02-08pf normalization code was in dire need of style normalization.Henning Brauer
2015-02-08Get rid of a bunch of memset()'s where struct variables and arraysKenneth R Westerback
2015-02-08Give up tracing if RA is corrupted. OK miod@Masao Uebayashi
2015-02-08Style.Masao Uebayashi
2015-02-08Fix cross-build. OK jsing@ miod@ guenther@ deraadt@Masao Uebayashi
2015-02-08spacingReyk Floeter
2015-02-07spacingReyk Floeter
2015-02-07Remove server_load_file() in favor of tls_load_file(3)Reyk Floeter
2015-02-07jmc reminded me that if we document new functions we should link them upDavid Gwynne
2015-02-07use a better example for the USTed Unangst
2015-02-07Added tls_load_file()Reyk Floeter
2015-02-07Add manpage bits for tls_load_file() and tls_accept_socket().Reyk Floeter
2015-02-07Check for \0 in the right place, from J Raynor.Nicholas Marriott
2015-02-07parse debug levels with strtonum, so that debug 1banana doesn't parse.Ted Unangst
2015-02-07typosMiod Vallat
2015-02-07Misplaced #endifMiod Vallat
2015-02-07Add tls_load_file() as a helper to load certificates or encrypted keysReyk Floeter
2015-02-07Add the .orig file to CLEANFILESMiod Vallat
2015-02-07Don't leak addresses in error messages.Miod Vallat
2015-02-07use strtonum() instead of atoi(); ok bluhmTheo de Raadt
2015-02-07Oh well, APM_USER_HIBERNATE_REQ being used in MI code, needs to be definedMiod Vallat
2015-02-07APM_USER_HIBERNATE_REQ here too.Miod Vallat
2015-02-07Fix a logic error when enabling MAC and reset the checksum report bitMartin Pieuchot
2015-02-07Don't panic on unhandled net80211 state transitions in iwm(4).Stefan Sperling
2015-02-07Remove useless variables and use the values directly.Doug Hogan
2015-02-07sync usage(); ok espieJason McIntyre
2015-02-07put -G and it's args back onto one line in SYNOPSIS, to avoid having mandocJason McIntyre
2015-02-07Closing a block validates it, which may end up deleting it,Ingo Schwarze
2015-02-07Update New Mexico area codes (the change happened in 2006).Anthony J. Bentley
2015-02-07Don't support very old versions of Netscape (is there any other kind?).Doug Hogan
2015-02-07document -CMarc Espie