summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-31Need time.h.Nicholas Marriott
2017-05-31Add support for EV_RECEIPT and EV_DISPATCH flagsMike Belopuhov
2017-05-31another place to use ieee80211_min_basic_rate() to select the minimum tx ratePeter Hessler
2017-05-31Use mbuf_queue to properly serialize access to pflow output queue.Visa Hankala
2017-05-31section order;Jason McIntyre
2017-05-31add ieee80211_min_basic_rate() to iwm(4), to select the lowest availablePeter Hessler
2017-05-31Some applications like vi(1) and tmux until 10 minutes or so ago, do notNicholas Marriott
2017-05-31make sure we don't pass a NULL string to vfprintf (triggered by theMarkus Friedl
2017-05-31Man page bits for ext-community which grew a few more subtypes.Claudio Jeker
2017-05-31Update ext community printer to the changes done in bgpd.Claudio Jeker
2017-05-31Oups, that should have not been committed. Revert.Claudio Jeker
2017-05-31Rework the way we do extended communities (mainly in the parser) and updateClaudio Jeker
2017-05-31syncStuart Henderson
2017-05-31install futex(2), ok mpiStuart Henderson
2017-05-31It is not OK to ignore SIGWINCH if SIOCGWINSZ reports the size hasNicholas Marriott
2017-05-31Because we defer actually resizing applications (calling TIOCSWINSZ)Nicholas Marriott
2017-05-31perhaps a few more words about encoding formatTed Unangst
2017-05-31minor tweaks;Jason McIntyre
2017-05-31use SO_ZEROIZE for privsep communication (if available)Markus Friedl
2017-05-31utf8 has an rfcTed Unangst
2017-05-31Deleting a default route proposal is a bit of work and the code gotFlorian Obser
2017-05-31clarify that translations happen immediately on match rules, not generallyHenning Brauer
2017-05-31As pf blocks packets with IPv6 options header, the tests needs anAlexander Bluhm
2017-05-31Block IPv6 packets in pf(4) that have hop-by-hop options header orAlexander Bluhm
2017-05-31The net80211 stack was providing a 'beacon miss timeout' value (in ms)Stefan Sperling
2017-05-31Switch to recallocarray() for a few operations. Both growth and shrinkageTheo de Raadt
2017-05-31These shutdown() SHUT_RDWR are not needed before close()Theo de Raadt
2017-05-31virtio_pci: Support IPL_MPSAFE interrupt handlersStefan Fritsch
2017-05-31new socketoption SO_ZEROIZE: zero out all mbufs sent over socketMarkus Friedl
2017-05-31Look for setrgbf and setrgbb terminfo extensions for RGB colour. This isNicholas Marriott
2017-05-31Add serial console support for efiboot.YASUOKA Masahiko
2017-05-31Add missing function prototype for iwm_rx_bmiss().Stefan Sperling
2017-05-31add a tiny, to be improved, man page for utf8 encoding.Ted Unangst
2017-05-31Disable "machine boot" and "machine comaddr" from efiboot.YASUOKA Masahiko
2017-05-31Implement support for iwm(4) firmware's missed beacon notification.Stefan Sperling
2017-05-31document COMPILER, this is getting to be clean enough to be documentableMarc Espie
2017-05-31Optimize virtio_enqueue_trim() a bit by nuking unneededKenneth R Westerback
2017-05-31clear session keys from memory; ok djm@Markus Friedl
2017-05-31whitespace nitTheo Buehler
2017-05-31Change cp -pR to pax copy mode with -k when copying /etc/skel. This wayTheo Buehler
2017-05-31Drop -t option from ctags call.anton
2017-05-31do not leak address and dfr proposals if an interface goes awayFlorian Obser
2017-05-31we can just use void for functions that always return 0.Ted Unangst
2017-05-31add a workaround for the rebound portjacking hijinks. ok millertTed Unangst
2017-05-31remove DEBUG_IMSG; I have figured out imsg flow by now; no binaryFlorian Obser
2017-05-31make a copy of the first EV_SET argument to prevent multiple evaluation.Ted Unangst
2017-05-31remove now obsolete ctx from ssh_dispatch_run; ok djm@Markus Friedl
2017-05-31Allow replacement of UTF-8 characters in vi mode.anton
2017-05-31ca_revoke() gets called two ways. Directly from ca_opt() with keynameJonathan Gray
2017-05-31tweak previous;Jason McIntyre