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