Age | Commit message (Expand) | Author |
2014-11-08 | Two improvements to reflow from Balazs Kezes: | Nicholas Marriott |
2014-11-08 | Empty strings should be false too for #{?}, from Marc Finet. | Nicholas Marriott |
2014-11-08 | No need to keep the temporary mappings for the MMU pages for the resume | Mike Larkin |
2014-11-08 | If resuming from sleep (zzz/ZZZ) and the lid is still closed, go back to | Mike Larkin |
2014-11-08 | libtool belongs in comp; noticed by daniel@ | Theo de Raadt |
2014-11-08 | Kill #if 0'ed code for boot args that we don't care about on amd64. | Philip Guenther |
2014-11-07 | Split bcd(6), morse(6), and ppt(6) into three separate manuals | Ingo Schwarze |
2014-11-07 | Wrong comment - NX is handled later (for now), not in locore. No functional | Mike Larkin |
2014-11-07 | Enable xhci(4). Most of the features are here, USB 1.x devices only work | Martin Pieuchot |
2014-11-07 | Document how the Slot States transitions described in section 4.5.3 of | Martin Pieuchot |
2014-11-07 | More OPENSSL_NO_TLSEXT clean up. | Joel Sing |
2014-11-07 | Fixup a few problems with EAP state transition | Mike Belopuhov |
2014-11-07 | Prevent a race when submitting a command by using the appropriate spl | Martin Pieuchot |
2014-11-07 | Run eap_parse on the actual message and only when the length is right | Mike Belopuhov |
2014-11-07 | Repair initiator with PSK auth | Mike Belopuhov |
2014-11-07 | missing outlen in tls_write decl | Ted Unangst |
2014-11-07 | Give Super-Speed hubs a chance to route USB 3.0 transfers. | Martin Pieuchot |
2014-11-07 | Remove the sslv2 option since LibreSSL has no SSLv2 support (however retain | Joel Sing |
2014-11-07 | Document the -servername option for openssl(1) s_client. | Joel Sing |
2014-11-07 | Add libtls to intro(3). | Joel Sing |
2014-11-07 | V should be vi not emacs, also sort. From Theo Buehler. | Nicholas Marriott |
2014-11-07 | add svn, fix sort-order of iscsi. ok ajacoutot@ dcoppa@ phessler@ | Stuart Henderson |
2014-11-07 | Map .rodata and the KVA range corresponding to the ISA hole as NX on amd64 | Mike Larkin |
2014-11-07 | at the end of make obj-clean, run make clean in the right directory | Ingo Schwarze |
2014-11-06 | Let -Tascii \(bu (bullet) output agree with groff; | Ingo Schwarze |
2014-11-06 | fixup argv handling after getopt conversion. oops. | Ted Unangst |
2014-11-06 | -l option to create "modern" 80 column cards | Ted Unangst |
2014-11-06 | basic decode functionality | Ted Unangst |
2014-11-06 | printf debugging worked! figured out the bug (in free()) just after | Ted Unangst |
2014-11-06 | need to calculate correct size before doing the free checks. the biggest | Ted Unangst |
2014-11-06 | Make better use of the value of psectionslen instead of recomputing | Todd C. Miller |
2014-11-06 | resort to printf debugging hints until we can figure this out. ok deraadt | Ted Unangst |
2014-11-06 | TLS is pretty boring without TLS extensions... unifdef OPENSSL_NO_TLSEXT, | Joel Sing |
2014-11-06 | fix mac address selection with unnumbered carpdevs | Henning Brauer |
2014-11-06 | ssl_sock_init() does nothing, so remove it... | Joel Sing |
2014-11-06 | i renamed the mbuf pool. | David Gwynne |
2014-11-06 | Let's just call a rdomain a rdomain. | Martin Pieuchot |
2014-11-06 | Clean up unused header files and docs referring to them. | Anthony J. Bentley |
2014-11-06 | Wrap when copy mode is used for output, from Balazs Kezes. | Nicholas Marriott |
2014-11-06 | Remove old curses support in vi. | Anthony J. Bentley |
2014-11-06 | Add V for select line with vi(1) keys. From Juho Pohjala. | Nicholas Marriott |
2014-11-06 | since domain appending is handled at the daemon level, don't try to do it | Gilles Chehade |
2014-11-06 | mix the rtable into the hash for tcp sequence number generation. | David Gwynne |
2014-11-06 | Cleanup whitespace and add 5 series comments. | Doug Hogan |
2014-11-06 | Add the required includes for the conditional parts of | Jonathan Gray |
2014-11-06 | Remove unneeded netinet6/ip6_divert.h include. | Lawrence Teo |
2014-11-06 | let ramdisks compile | Theo de Raadt |
2014-11-05 | Tidy up mode-mouse check. | Nicholas Marriott |
2014-11-05 | Do not put a space between status-left/status-right and the window list, | Nicholas Marriott |
2014-11-05 | need to move lock up to prevent more than one malloc. ok guenther | Ted Unangst |