summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-07-05Fix spacing and comments, no code change.Alexandre Ratchov
2019-07-05revert header removal that snuck into previousDamien Miller
2019-07-05add a local implementation of BSD realpath() for sftp-server useDamien Miller
2019-07-04note that authentication is required, unless otherwise configured.Ted Unangst
2019-07-04fatal() if getgrnam() cannot find "tty"Theo de Raadt
2019-07-04stat() returns precisely -1 to indicate errorTheo de Raadt
2019-07-04Fix manual openssl(1) crlKinichiro Inoguchi
2019-07-04Fix manual openssl(1) caKinichiro Inoguchi
2019-07-04set ierrs and oerrs titles when changing fails/drops/errs, not ierrs twiceDavid Gwynne
2019-07-03selfinsert() can't be called directly from a startup file or byMark Lumsden
2019-07-03prevent mandoc from segfaulting if /tmp is not writableMarc Espie
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-07-02Command prompt key presses need to avoid the command queue, GitHub issueNicholas Marriott
2019-07-02I totally forgot about the instance where blink-and-insert can beMark Lumsden
2019-07-01delete trailing whitespace and space-tab sequences; no code change;Ingo Schwarze
2019-07-01Check if user tries to go to current directory in dired-goto-file.Mark Lumsden
2019-07-01add dired-goto-fileMark Lumsden
2019-07-01Add a "fill" style attribute to clear the entire format drawing area inNicholas Marriott
2019-07-01update currency exchange rates;Jason McIntyre
2019-06-30Do not double free window if pane fails to start.Nicholas Marriott
2019-06-29fix some more fallout from setting path in setusercontext. restoreTed Unangst
2019-06-29Check if syscalls return -1 instead of any negative or non-zero value.Alexandre Ratchov
2019-06-28Actually, the C standard only guarantees that atexit(3) returns non-zeroIngo Schwarze
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-28asprintf returns -1, not an arbitrary value < 0. Also upon error theTheo de Raadt
2019-06-28mkstemp() returns -1 on failureTheo de Raadt
2019-06-28atexit() returns -1 on failureTheo de Raadt
2019-06-28oops, from asouTheo de Raadt
2019-06-27Partial rewrite of the explanation of environment handling to avoid:Ingo Schwarze
2019-06-27Some asprintf() calls were checked < 0, rather than the precise == -1.Theo de Raadt
2019-06-27minor eol issues;Jason McIntyre
2019-06-27Display an error message if trying to copy or rename a file to itself.Mark Lumsden
2019-06-27Print out message after copying a file.Mark Lumsden
2019-06-27This diff uses the existing filename as the new filename if none isMark Lumsden
2019-06-27Add support for underscore colours with Setulc capability, mostly fromNicholas Marriott
2019-06-27Fix mandoc_normdate() and the way it is used.Ingo Schwarze
2019-06-27Improve "man -h" output.Ingo Schwarze
2019-06-27fix NULL deference (bzero) on error path added in last commit;Damien Miller
2019-06-26Remove unneeded unlink of xauthfile on error path. From Erik Sjölund viaDarren Tucker
2019-06-26Fix a typo in window_pane_find_down (w not wp) and a missing PANE_STATUS_TOP.Nicholas Marriott
2019-06-26Pass keys that aren't 0-9 on to normal key processing when display-panesNicholas Marriott
2019-06-26Add some key and map logging.Mark Lumsden
2019-06-26This diff uses the existing filename as the new filename if none isMark Lumsden
2019-06-26This diff makes blink-and-insert do as the man page says it should do.Mark Lumsden
2019-06-26Log window and pane resizes.Nicholas Marriott
2019-06-26Fix some comments (top/bottom not left/right).Nicholas Marriott
2019-06-26Add #define for the pane status line option position numbers.Nicholas Marriott
2019-06-25Add 'dired-revert' to the dired funmap, the 'g' command already worksMark Lumsden
2019-06-24switch-to-buffer (C-x b) doesn't cancel properly if C-g is pressed.Mark Lumsden
2019-06-24add an example hint that shows how original path can be retainedTed Unangst