summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2017-03-22simplify description of -S and -w, point from EXIT STATUSIngo Schwarze
2017-03-22Add support for the strikethrough attribute (SGR 9), using the new smxxNicholas Marriott
2017-03-21Use uid_t for UID not u_int.Nicholas Marriott
2017-03-21simplify .Nd; to display manuals, use man(1) instead;Ingo Schwarze
2017-03-21delete documentation of a hack that was removed years agoIngo Schwarze
2017-03-21Fix movement after select-line, from Omar Sandoval.Nicholas Marriott
2017-03-21Fix pane movement by direction (up, down, left, right) whenNicholas Marriott
2017-03-20recallocarray array that has remote dataTheo de Raadt
2017-03-20simplify example. list of ports variables was non-exahustive, which meansTed Unangst
2017-03-20Silently ignore invalid -m input formats rather than erroring out.Ingo Schwarze
2017-03-20openssh-7.5Damien Miller
2017-03-19expand TAO in the correct place; from michael reedJason McIntyre
2017-03-18Correct description of MANPATH, and a few more improvementsIngo Schwarze
2017-03-18Simplify: write HTTP 303 redirects with relative locations.Ingo Schwarze
2017-03-18Bugfix: use SCRIPT_NAME for .Xr hyperlinks.Ingo Schwarze
2017-03-18Use recallocarray for growth of the jobs, just because it is a littleTheo de Raadt
2017-03-17Document man(1) section selection priority,Ingo Schwarze
2017-03-17choose_server() does not always return malloc'd memory so passTodd C. Miller
2017-03-17Fix a couple of argument types.Nicholas Marriott
2017-03-17Add h and l for collapse and expand in choose mode with vi(1) keys, fromNicholas Marriott
2017-03-17Update HISTORY and AUTHORS: we no longer use SQLite.Ingo Schwarze