summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-02-01update currency exchange rates;Jason McIntyre
2016-02-01Remove unused headers and sort the remainingmestre
2016-01-31Clear RGB flags during selection.Nicholas Marriott
2016-01-31Whoops, need this for the previous reverse trim commit too.Nicholas Marriott
2016-01-31Add RGB escape sequences for capture-pane -e.Nicholas Marriott
2016-01-31Support negative trim values (#{=-10:pane_title}) to trim from the end,Nicholas Marriott
2016-01-31Fix new-session with -t after command flags changes, reported by Michael Grac...Nicholas Marriott
2016-01-30/var/tmp is dead, long live /tmpmartijn
2016-01-30replace tail with basenamemartijn
2016-01-30replace progname variable in gs structure with getprognamemartijn
2016-01-29Remove leftover roaming dead code. ok djm markus.Darren Tucker
2016-01-29Check that byte order is native only if we're using more than oneAlexandre Ratchov
2016-01-29sort includesmmcc
2016-01-29remove unneeded CHAR_BIT macrommcc
2016-01-29Therefor -> Therefore (where appropriate)tb
2016-01-29Support for RGB colour, using the extended cell mechanism to avoidNicholas Marriott
2016-01-29We're not allowed to change audio parameters while the device isAlexandre Ratchov
2016-01-29Display play and record parameters that are not independentAlexandre Ratchov
2016-01-29include packet type of non-data packets in debug3 output;Damien Miller
2016-01-29remove superfluous macrommcc
2016-01-29Revert "account for packets buffered but not yet processed" change as itDarren Tucker
2016-01-29Allow RekeyLimits in excess of 4G up to 2**63 bits (limited by the returnDarren Tucker
2016-01-29Account for packets buffered but not yet processed when computing whether orDarren Tucker
2016-01-28Fix a crash when a server sends a non-standard newline ("\n" instead of "\r\n").martijn
2016-01-28Correct date for Australia Day. From Ian Mcwilliam, ok jmc.Darren Tucker
2016-01-27remove v_estr in favor of warn and warnxmartijn
2016-01-27Replace fprintf+exit with errx. No functional changemartijn
2016-01-27missing fclose(3). (silence cppcheck warnings).Gleydson Soares
2016-01-27change old $FreeBSD version string in comment so it doesn't become anDamien Miller
2016-01-27make the debug messages a bit more useful hereDamien Miller
2016-01-26typosmmcc
2016-01-26ensure the backup file has the same mtime as the original file, this is in lineJasper Lievisse Adriaanse
2016-01-26Remove a fancy macro that calculates the necessary buffer size formmcc
2016-01-25fix exit status on pledge(2) failure.Gleydson Soares
2016-01-25Fix a crash as found by sthen@martijn
2016-01-24make sure of cleaning rbuf with explicit_bzero(3)Gleydson Soares
2016-01-23Zero a stack buffer with explicit_bzero() instead of memset() whenJonathan Gray
2016-01-22- new plymouth day is better known as taranakiJason McIntyre
2016-01-20add a calendar for new zealand; from craig skinnerJason McIntyre
2016-01-20Include sys/time.h for gettimeofday. From sortie at maxsi.org.Darren Tucker
2016-01-20Remove ARG_CHAR_T, a relic from when the code was written K&R style.Anthony J. Bentley
2016-01-19Split out getting the current state from the target search so it can beNicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2016-01-19Bounds check while stripping trailing slashes. From max atSunil Nimmagadda
2016-01-19Update my mail address.Sunil Nimmagadda
2016-01-19Fix bad indents. From max at max-fillinger.netSunil Nimmagadda
2016-01-19Check snprintf(3) return value for overflow instead of manual lengthSunil Nimmagadda
2016-01-19Skip empty entries in $PATH instead of erroneously interpretingSunil Nimmagadda
2016-01-19Remove the lintism PRINTFLIKE1, don't replace it with an attribute so wemmcc
2016-01-18UTF-8 support:Ingo Schwarze