summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2016-01-18UTF-8 support:Ingo Schwarze
2016-01-18Allow time differences between two clock_gettime() calls toAlexandre Ratchov
2016-01-18Mention that "sndiod -d" doesn't daemonize and thatAlexandre Ratchov
2016-01-17start removing mp, the pointer to message's nul bytemmcc
2016-01-16Unbreak reading from stdin after recent parse() restructuring.Florian Obser
2016-01-16fix a number of minor issues in the state view:Can Erkin Acar
2016-01-16Add hooks for alerts (bell, silence, activity), from Thomas Adam.Nicholas Marriott
2016-01-15remove needless extern keywords, a vestige of pre-ANSI Cmmcc
2016-01-15Use quotes rather than angle brackets for local header. Fixes buildingmmcc
2016-01-15Clear the environment properly by looping until it is empty rather thanNicholas Marriott