summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-31about ten different improvements; OK tedu@ espie@ bentley@Ingo Schwarze
2017-05-31Style and spacing nits.Nicholas Marriott
2017-05-31use the standard OpenBSD license for new manual pagesIngo Schwarze
2017-05-31Do not use CVS_LOCK_REPO for committing.Joris Vink
2017-05-31syncTheo Buehler
2017-05-31Shut up a warning.Nicholas Marriott
2017-05-31Plug memleak in rcs_translate_tag() that was causing havoc on large repos.Joris Vink
2017-05-31When unlocking a directory only unlock the given one rather then all repo_locks.Joris Vink
2017-05-31fix indentationJoris Vink
2017-05-31Fix opencvs tag so it does not attempt to to local operations in a remote setup.Joris Vink
2017-05-31Implement support for missed beacon notifications in iwn(4).Stefan Sperling
2017-05-31remove -X, it was just migrated to mandoc -Wstyle; OK wiz@Ingo Schwarze
2017-05-31STYLE message about missing use of Ox/Nx/Fx/Dx; OK jmc@ wiz@Ingo Schwarze
2017-05-31time.h here too.Nicholas Marriott
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