summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2016-01-15A couple of missing printflike attributes, from Andrey Starodubtsev.Nicholas Marriott
2016-01-15Add support for parsing 'hyper' and 'quad' types, as per RFC4506.Jasper Lievisse Adriaanse
2016-01-14fd leaks; report Qualys Security Advisory team; ok deraadt@Markus Friedl
2016-01-14Check the return value of snprintf() for potential overflow insteadTodd C. Miller
2016-01-14Avoid potential read of one byte before the start of a malloc()edTodd C. Miller
2016-01-14Use _PATH_DEFPATH if no PATH in the environment when invoked as which.Todd C. Miller
2016-01-14add a calendar file for the uk;Jason McIntyre
2016-01-14remove roaming support; ok djm@Markus Friedl
2016-01-14Disable experimental client-side roaming support. Server side wasTheo de Raadt
2016-01-14Display struct event more like other structs: show all members and use cppPhilip Guenther
2016-01-13eliminate fallback from untrusted X11 forwarding to trustedDamien Miller
2016-01-13unify two identical function pairs now that we've removed less's off_tmmcc
2016-01-12use explicit_bzero() more liberally in the buffer code; ok deraadtDamien Miller
2016-01-12remove lint annotationsmmcc
2016-01-12Remove LINUNUM, a needless alias for off_t. Also, remove a redundantmmcc
2016-01-11ajacoutot@ reported seeingtb
2016-01-11:( David BowieStuart Henderson
2016-01-10trailing spaces, fit in 80 columnsAlexandre Ratchov
2016-01-10Random sequences generated by jot -r have been suffering from a dramatictb
2016-01-09Remove superfluous and barely used macro aliases for wctype.h functions.mmcc
2016-01-09decls before code; from Martijn van DurenTheo de Raadt
2016-01-09Make midi->tickets signed (sign is needed for arithmetics even if theAlexandre Ratchov
2016-01-09Check in advance that the socket path is a directory and report theAlexandre Ratchov
2016-01-09Remove trailing '\n' from strings passed to err(1)Alexandre Ratchov
2016-01-09unexpand tabsAlexandre Ratchov
2016-01-09revert previous now that they are found in usbhid.h againJoshua Stein
2016-01-08Handle redirects to _relative_ URIs containing '://', e.g. for archive.org.Stuart Henderson
2016-01-08Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze
2016-01-08redefine 3 UHID_* vars that movedJoshua Stein
2016-01-08Fix changes that last commit undid by mistake, sorry.Alexandre Ratchov
2016-01-08Make code fit in 80 columns, remove trailing spaces & tabs.Alexandre Ratchov
2016-01-08move code to add a midi port in a new mkport() routineAlexandre Ratchov
2016-01-08Prefer warn(3) over perror(3) at the few places where it was used.Ingo Schwarze
2016-01-08Make mkopt() return NULL on failureAlexandre Ratchov