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