summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-11-05missing pfd = newp, diagnosed by deraadt@Stuart Henderson
2014-11-05don't deref timeout if null. from theo buehler.Ted Unangst
2014-11-05stop prepending the user id in local enqueuing Received lineGilles Chehade
2014-11-05syncTheo de Raadt
2014-11-05don't use loop variable (i) for not loop things. use a new var.Ted Unangst
2014-11-05use memname to print string of type. stolen from deraadtTed Unangst
2014-11-05also print type when free size is wrongTed Unangst
2014-11-05When clearing /tmp, use "-maxdepth -1" instead of "-type d -prune".Todd C. Miller
2014-11-05Implement yet another workaround for the k1 em(4)'s. This time forClaudio Jeker
2014-11-05edns0 is not currently supported: confirmed by sthen and ericJason McIntyre
2014-11-05Did you ever wonder why loopback's ifas have a destination address?Martin Pieuchot
2014-11-05Kill in_iawithaddr() and use ifa_ifwithaddr() directly.Martin Pieuchot
2014-11-05syncTheo de Raadt
2014-11-05remove uneeded bpf includesJonathan Gray
2014-11-05zap double word;Jason McIntyre
2014-11-05some minor tweaks;Jason McIntyre
2014-11-05No reason to have things like the hibernate allocation area and chunkMike Larkin
2014-11-05Map .rodata RO after boot on amd64. Makefile.amd64 changes from deraadt.Mike Larkin