summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-07Correct the note about RAID supportMike Belopuhov
2015-05-07Update environment when switching sessions as well as attaching, from SiNicholas Marriott
2015-05-07Do not let the -m option or MANPATH with leading, trailing, or doubleIngo Schwarze
2015-05-07Style spacing nits.Nicholas Marriott
2015-05-07Include the timestamp TCP option in keep alive packets as well.Mike Belopuhov
2015-05-07Pass a thread pointer instead of its file descriptor table to getvnode(9).Martin Pieuchot
2015-05-07array.h can be local to window-choose.c now.Nicholas Marriott
2015-05-07Use a TAILQ not array for find-window.Nicholas Marriott
2015-05-07Simplify environ_push so it doesn't need the ARRAY_* functions.Nicholas Marriott
2015-05-07If status line is at the top, the offset needs to be adjusted whenNicholas Marriott
2015-05-07remove badly indented printf and it's preceeding testJonathan Gray
2015-05-07fix indentationJonathan Gray
2015-05-07fix indentation of a lineJonathan Gray
2015-05-07add missing braces to code under #ifdef TRM_DEBUG0Jonathan Gray
2015-05-07remove a surplus tabJonathan Gray
2015-05-07add missing bracesJonathan Gray
2015-05-06Remove ARRAY_* from history and expand completion to complete a) layoutNicholas Marriott
2015-05-06fix a fd leak in an error path in code under #ifdef DEBUGJonathan Gray
2015-05-06regenJonathan Gray
2015-05-06#include <sys/event.h> was removed from init_sysent.c but notJonathan Gray
2015-05-06Pass a thread pointer instead of its file descriptor table to getsock(9).Martin Pieuchot
2015-05-06use res_hnok() to valid domain part in valid_domain()Gilles Chehade
2015-05-06Add a format window_linked which is 1 if a window has been linkedNicholas Marriott
2015-05-06Document that priority 1 is reserved for kernel use.Martin Pieuchot
2015-05-06Display thread IDs instead of the name of the process's owner when "-H"Martin Pieuchot
2015-05-06Turn cursor off during redraw, pointed out by George Nachman.Nicholas Marriott
2015-05-06Clarify pseudo-terminal request behaviour and use "pseudo-terminal"Darren Tucker
2015-05-06Blacklist DH-GEX for specific PuTTY versions known to send non-RFC4419Darren Tucker
2015-05-06make SWAP_KEY_GET symmetrical with SWAP_KEY_PUT by having it callDavid Gwynne
2015-05-06put mpi's atomics back in, but with the return value of add (and therefore su...David Gwynne
2015-05-06Add missing braces so this will correctly fall back to the "name"Jonathan Gray
2015-05-06add missing bracesJonathan Gray
2015-05-06Use | when combining flags not +. Luckily in this case 1 + 2 == 1 | 2.Jonathan Gray
2015-05-06Fix a memory leak in _dl_load_dep_libs()Jonathan Gray
2015-05-05Eliminate rabid semicolonChris Cappuccio
2015-05-05no need to swizzle load/store addresses for 32bit values on big endian systemsJonathan Matthew
2015-05-05Updated fifotest.outTodd C. Miller
2015-05-05fifofs now respects the flags a descriptor was opened with.Todd C. Miller
2015-05-05Now that we have a_fflag in struct vop_poll_args we can handleTodd C. Miller
2015-05-05AI_ADDRCONFIG: skip loopback addresses, not loopback interfaces.Jeremie Courreges-Anglas
2015-05-05Move the AI_ADDRCONFIG setup to its own function.Jeremie Courreges-Anglas
2015-05-05Remove man page links for crypto(9) key operations; reminded by jmc@Mike Belopuhov
2015-05-05Less magic numberAlexandr Shadchin
2015-05-05Make argument name consistent and use .Fn rather than .Nm in section 3.Ingo Schwarze
2015-05-05add missing braces in _aucat_wmsg()Jonathan Gray
2015-05-05Remove references to APIs that don't exist anymore.Mike Belopuhov
2015-05-05Implement If-Modified-Since.Florian Obser
2015-05-05WinSCP doesn't implement RFC4419 DH-GEX so flag it so we don't offer thatDarren Tucker
2015-05-05Huawei MU609 from Cristián Edwards.Martin Pieuchot
2015-05-05regenMartin Pieuchot