summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-06-02log attach position only if log_level >= 0,Alexandre Ratchov
2014-06-02- document SIGINT, because of its zero return valueJason McIntyre
2014-06-01update currency exchange rates;Jason McIntyre
2014-05-31tweak previous;Jason McIntyre
2014-05-30don't assign variables in if() that's not error checkingTed Unangst
2014-05-30modern bourne shells handle ~. Unlikely in makefiles, but still, betterMarc Espie
2014-05-30a little style consistency with error checkingTed Unangst
2014-05-30AF_NATM support was removed before 5.5Philip Guenther
2014-05-29use calloc, from Benjamin BaierTed Unangst
2014-05-28in the compat with more section, document:Jason McIntyre
2014-05-28When invoked as more, make the -i option behave the same as less'sTodd C. Miller
2014-05-28On delete-window, remember the position of dot and mark in the bufferFlorian Obser
2014-05-27paste in an EXAMPLES section, from posix spec;Jason McIntyre
2014-05-27combine the extensions notes;Jason McIntyre
2014-05-27Handle the top bit of xterm(1)-style modifier keys, based on a diff fromNicholas Marriott
2014-05-27Add some formats for pane bounds.Nicholas Marriott
2014-05-27there is no need to xref regex(3) and setbuf(3) in SEE ALSO - re_format(7)Jason McIntyre
2014-05-26tweak the text for -a and function lists;Jason McIntyre
2014-05-26rework the SED FUNCTIONS text;Jason McIntyre
2014-05-26the `P' function was crying out for a comma;Jason McIntyre
2014-05-26posix does not count `!' as a separate function, and neither should we;Jason McIntyre
2014-05-26remove the ugly hack that saw two It macros used to render one item; replaceJason McIntyre
2014-05-25don't use plural "arguments" in SYNOPSIS, since "..." makes itJason McIntyre
2014-05-24when ktrace() return ESRCH, the error is regarding the pid, not the pathnameTheo de Raadt
2014-05-23Use REG_STARTEND to permit searches to work past/across NUL bytes.Philip Guenther
2014-05-23adjust the note in STANDARDS: passing args to the flags is not anJason McIntyre
2014-05-22If we have to realloc() "list" we need to zero out the new entriesTodd C. Miller
2014-05-20Use errc/warnc to simplify code.Philip Guenther
2014-05-19X509_free() the certificate if the server hostname check fails.Jeremie Courreges-Anglas
2014-05-19Explicitely initialize two static variables introduced in the previousJeremie Courreges-Anglas
2014-05-19HTTPS connections may see redirects, so initialize libcrypto and libsslJeremie Courreges-Anglas
2014-05-19Plug a small memory leak: if we pass checkin_init/checkin_updateJeremie Courreges-Anglas
2014-05-19no more -K;Jason McIntyre
2014-05-19kerberos leftoversTed Unangst
2014-05-18use reallocarrayMarc Espie
2014-05-18use reallocarrayMarc Espie
2014-05-18a bit more reallocarray (and kill ecalloc, which isn't used)Marc Espie
2014-05-17fix alloc idioms. watch out for emalloc that's actually a calloc in disguiseMarc Espie
2014-05-17remove unused variableCharles Longeau
2014-05-16save up the failures for the end in the argc == 0.Ted Unangst
2014-05-16a few changes for new code to match local styleTed Unangst
2014-05-16checksum mode can use magic pubkey finder tooTed Unangst
2014-05-16rework -C (perfect candidate for using hash tables, really):Marc Espie
2014-05-15remove unused variableCharles Longeau
2014-05-15fix the band-aid error.Marc Espie
2014-05-14let cpp do some of the workTed Unangst
2014-05-14spell out base64 in error messagesTed Unangst
2014-05-14save some memory by reducing buffer sizesTed Unangst
2014-05-14recode base64 hashes if necessaryTed Unangst
2014-05-14realloc like a boss, so checksum verification doesn't take minutes.Ted Unangst