Age | Commit message (Expand) | Author |
2017-05-31 | about ten different improvements; OK tedu@ espie@ bentley@ | Ingo Schwarze |
2017-05-31 | Style and spacing nits. | Nicholas Marriott |
2017-05-31 | use the standard OpenBSD license for new manual pages | Ingo Schwarze |
2017-05-31 | Do not use CVS_LOCK_REPO for committing. | Joris Vink |
2017-05-31 | sync | Theo Buehler |
2017-05-31 | Shut up a warning. | Nicholas Marriott |
2017-05-31 | Plug memleak in rcs_translate_tag() that was causing havoc on large repos. | Joris Vink |
2017-05-31 | When unlocking a directory only unlock the given one rather then all repo_locks. | Joris Vink |
2017-05-31 | fix indentation | Joris Vink |
2017-05-31 | Fix opencvs tag so it does not attempt to to local operations in a remote setup. | Joris Vink |
2017-05-31 | Implement support for missed beacon notifications in iwn(4). | Stefan Sperling |
2017-05-31 | remove -X, it was just migrated to mandoc -Wstyle; OK wiz@ | Ingo Schwarze |
2017-05-31 | STYLE message about missing use of Ox/Nx/Fx/Dx; OK jmc@ wiz@ | Ingo Schwarze |
2017-05-31 | time.h here too. | Nicholas Marriott |
2017-05-31 | Need time.h. | Nicholas Marriott |
2017-05-31 | Add support for EV_RECEIPT and EV_DISPATCH flags | Mike Belopuhov |
2017-05-31 | another place to use ieee80211_min_basic_rate() to select the minimum tx rate | Peter Hessler |
2017-05-31 | Use mbuf_queue to properly serialize access to pflow output queue. | Visa Hankala |
2017-05-31 | section order; | Jason McIntyre |
2017-05-31 | add ieee80211_min_basic_rate() to iwm(4), to select the lowest available | Peter Hessler |
2017-05-31 | Some applications like vi(1) and tmux until 10 minutes or so ago, do not | Nicholas Marriott |
2017-05-31 | make sure we don't pass a NULL string to vfprintf (triggered by the | Markus Friedl |
2017-05-31 | Man page bits for ext-community which grew a few more subtypes. | Claudio Jeker |
2017-05-31 | Update ext community printer to the changes done in bgpd. | Claudio Jeker |
2017-05-31 | Oups, that should have not been committed. Revert. | Claudio Jeker |
2017-05-31 | Rework the way we do extended communities (mainly in the parser) and update | Claudio Jeker |
2017-05-31 | sync | Stuart Henderson |
2017-05-31 | install futex(2), ok mpi | Stuart Henderson |
2017-05-31 | It is not OK to ignore SIGWINCH if SIOCGWINSZ reports the size has | Nicholas Marriott |
2017-05-31 | Because we defer actually resizing applications (calling TIOCSWINSZ) | Nicholas Marriott |
2017-05-31 | perhaps a few more words about encoding format | Ted Unangst |
2017-05-31 | minor tweaks; | Jason McIntyre |
2017-05-31 | use SO_ZEROIZE for privsep communication (if available) | Markus Friedl |
2017-05-31 | utf8 has an rfc | Ted Unangst |
2017-05-31 | Deleting a default route proposal is a bit of work and the code got | Florian Obser |
2017-05-31 | clarify that translations happen immediately on match rules, not generally | Henning Brauer |
2017-05-31 | As pf blocks packets with IPv6 options header, the tests needs an | Alexander Bluhm |
2017-05-31 | Block IPv6 packets in pf(4) that have hop-by-hop options header or | Alexander Bluhm |
2017-05-31 | The net80211 stack was providing a 'beacon miss timeout' value (in ms) | Stefan Sperling |
2017-05-31 | Switch to recallocarray() for a few operations. Both growth and shrinkage | Theo de Raadt |
2017-05-31 | These shutdown() SHUT_RDWR are not needed before close() | Theo de Raadt |
2017-05-31 | virtio_pci: Support IPL_MPSAFE interrupt handlers | Stefan Fritsch |
2017-05-31 | new socketoption SO_ZEROIZE: zero out all mbufs sent over socket | Markus Friedl |
2017-05-31 | Look for setrgbf and setrgbb terminfo extensions for RGB colour. This is | Nicholas Marriott |
2017-05-31 | Add serial console support for efiboot. | YASUOKA Masahiko |
2017-05-31 | Add missing function prototype for iwm_rx_bmiss(). | Stefan Sperling |
2017-05-31 | add a tiny, to be improved, man page for utf8 encoding. | Ted Unangst |
2017-05-31 | Disable "machine boot" and "machine comaddr" from efiboot. | YASUOKA Masahiko |
2017-05-31 | Implement support for iwm(4) firmware's missed beacon notification. | Stefan Sperling |
2017-05-31 | document COMPILER, this is getting to be clean enough to be documentable | Marc Espie |