summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-04-18Include client name in key logging.Nicholas Marriott
2017-04-18use freezero() instead of explicit_bzero + freeTheo de Raadt
2017-04-18use freezero() instead of 4-line conditional explicit_bzero + freeTheo de Raadt
2017-04-18free(NULL) is ok so use it; from Michael W. BombardieriTheo de Raadt
2017-04-17Restore -kO Nd, -kO Nm, -kO sec, and -kO arch to working order.Ingo Schwarze
2017-04-17Recognize nl_langinfo(CODESET) return values "646" and "" as aliasesIngo Schwarze
2017-04-17implement display of long .Lk URIs to match -TasciiIngo Schwarze
2017-04-17Fix handling of trailing punctuation in .Lk.Ingo Schwarze
2017-04-17Change COMPILER_VERSION tests which limited additional warnings to gcc4Jonathan Gray
2017-04-17Don't bother moving the cursor for empty lines.Nicholas Marriott
2017-04-17Remove a couple of redraw flags that no longer have any effect.Nicholas Marriott
2017-04-16Memory leak, from David CARLIER.Nicholas Marriott
2017-04-16Use EL1 to clear lines when redrawing the leftmost pane, rather thanNicholas Marriott
2017-04-16Move comments into a block and uses {} to unconfuse reading.Theo de Raadt
2017-04-16Statistics for high memory flips in the buffer cacheBob Beck
2017-04-16remove -g from CFLAGS at florian's requestJonathan Gray
2017-04-16Different compilers and versions of compilers have different warnings.Jonathan Gray
2017-04-14Show long .Lk URIs in like an indented display, similar to groff.Ingo Schwarze
2017-04-14Do not make the colon after the .Lk link text italic.Ingo Schwarze
2017-04-12isblank() is ANSI C since C99, no need to provide a replacement.Todd C. Miller
2017-04-12bluhm discovered "script < /dev/null" attempts tty operations in violationTheo de Raadt
2017-04-06a little const here and there to prevent rules from changingTed Unangst
2017-04-06prepenv can take a const ruleTed Unangst
2017-04-05Clamp size to length if snprintf ever indicates overflowTheo de Raadt
2017-04-05Add Home and End for copy mode.Nicholas Marriott
2017-04-05Try again to resolve problems with mistaking sessions for windows: nowNicholas Marriott
2017-04-05Give each client a name. This defaults to the tty name as before butNicholas Marriott
2017-04-05cfg_file can be static.Nicholas Marriott
2017-04-05Change tty_repeat_space to write large sets of spaces together insteadNicholas Marriott
2017-04-05- -Z before -z in options listJason McIntyre
2017-04-05an annoying whitespace glitchTheo de Raadt
2017-04-05Allow nc to save the peer certificate and chain in a pem file specifiedBob Beck
2017-04-04disallow creation (of empty files) in read-only mode; reported byDamien Miller
2017-04-03initialize regmatch_t always, fixes grep -o ""Ted Unangst
2017-04-02The character buffer should be resized using recallocarray()Theo de Raadt
2017-04-02update currency exchange rates;Jason McIntyre
2017-04-02Replace snprintf(NULL, malloc, snprintf.... with the much better asprintf.Theo de Raadt
2017-04-02Make dma range buffer cache pages visible in systat ioBob Beck
2017-03-28Prevent edit'ing a message from corrupting the mailbox. In an mbox fileMartin Natano
2017-03-27simplify the SYNOPSIS as well, just like the option lists;Ingo Schwarze
2017-03-27For some options that are rarely needed in mandoc(1),Ingo Schwarze
2017-03-27Simplify: mention at one place that -fkl override each other,Ingo Schwarze
2017-03-26Change a reallocarray+bzero into recallocarray.Martijn van Duren
2017-03-26One string buffer can use recallocarray() to ensure that the address spaceTheo de Raadt
2017-03-26incorrect renditions of this quote bother meTheo de Raadt
2017-03-25parameter "lines_allocated" is a local pointer and should not be confusedTheo de Raadt
2017-03-25For some options that are rarely needed in apropos(1) and man(1),Ingo Schwarze
2017-03-24Use the right header sizes for reading .aiff and .au files, ok ratchovNicholas Marriott
2017-03-24Write raw strings in one go rather than character at a time.Nicholas Marriott
2017-03-24Show count of search results in copy mode.Nicholas Marriott