summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-08-28Fix exit value when diffing directories with missing files and the -NTodd C. Miller
2017-08-28Do not forbid targets to specify non-visible panes - the checks forNicholas Marriott
2017-08-28spelling/grammar fixes;Jason McIntyre
2017-08-27Do not allow the current line of screen when the preview is toggled,Nicholas Marriott
2017-08-27Use kind and kri for S-Up/Down as well as kUP and kDN.Nicholas Marriott
2017-08-27Increase the buffer sizes for user prompts to ensure that they won't beDarren Tucker
2017-08-26Fix previous: mmap(2) returns MAP_FAILED on failure, not NULL.Ingo Schwarze
2017-08-26Do not fork and exec cmp(1); instead, simply fstat(2), mmap(2), andIngo Schwarze
2017-08-26No need to fork and exec rm(1) -rf, we know that we have exactlyIngo Schwarze
2017-08-26Don't remove subpaths of /usr/include or /usr/lib from the output ofJonathan Gray
2017-08-24When tty is error or closed, remove client. Reported by Thomas Sattler.Nicholas Marriott
2017-08-23remove spacing after another representation of unary minusIngo Schwarze
2017-08-23remove spacing after unary minusIngo Schwarze
2017-08-23eliminate white space after opening and before closing punctuationIngo Schwarze
2017-08-23Suppress spacing before certain kinds of lists.Ingo Schwarze
2017-08-23Improve ASCII rendering of a few rare character escape sequencesIngo Schwarze
2017-08-23Switch ASCII rendering of the same mathematical symbols and greekIngo Schwarze
2017-08-23Key (v) and flag (-N) to toggle preview in choose modes.Nicholas Marriott
2017-08-23Fix searching when match is at end of line, from Brad Town.Nicholas Marriott
2017-08-23Allow multiple bells even if there is an existing bell (but not activityNicholas Marriott
2017-08-23Run alert hooks based on the options rather than unconditionally, fromNicholas Marriott
2017-08-22Do not treat comma as part of the command modifier.anton
2017-08-22Correct the mandoc.db(5) requirements of man(1) after the deprecationIngo Schwarze
2017-08-22When finding a bogus database entry,Ingo Schwarze
2017-08-22Call isatty(3) prior to ioctl(TIOCEXCL) to check if cu(1) was invoked on aRicardo Mestre
2017-08-22Use a boolean variable to remember the quotation level instead ofAlexander Bluhm
2017-08-21Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(),Theo de Raadt
2017-08-21Same as previous for \r alone.Nicholas Marriott
2017-08-21Do not emit \r\n to move to column 0 if there are margins, because itNicholas Marriott
2017-08-21When executing ssh, use "--" to indicate end of arguments before theTodd C. Miller
2017-08-21When the stdout stream gets broken, there is no point in readingIngo Schwarze
2017-08-21Minor cleanup, joint work with Scott Cheloha <scottcheloha at gmail dot com>:Ingo Schwarze
2017-08-20also crank for 6.2Theo de Raadt
2017-08-19Delete the lie that $PAGER would only be used with -a or -l; the textIngo Schwarze
2017-08-19document -O mdoc; triggered by a question from jmc@ and OK jmc@Ingo Schwarze
2017-08-19Fix example for user-keys.Nicholas Marriott
2017-08-18add a "quiet" flag to exited_cleanly() that supresses errors aboutDamien Miller
2017-08-18Move several subprocess-related functions from various locations toDamien Miller
2017-08-17combine malloc/memset into calloc. from Michael W. BombardieriTed Unangst
2017-08-17delete some not used code. from Michael W. BombardieriTed Unangst
2017-08-17Add monitor-bell window option to match the activity and silenceNicholas Marriott
2017-08-16Add -d flag to display-panes to specify timeout, and make 0 mean noNicholas Marriott
2017-08-16Rename BELL_* values to ALERT_* now they are used by more than bells,Nicholas Marriott
2017-08-15proper fix for previous and add missing quotesJasper Lievisse Adriaanse
2017-08-15Strip out -I/usr/include and -L/usr/lib from the --cflags/--libs output.Jasper Lievisse Adriaanse
2017-08-15remove vax leftoverJasper Lievisse Adriaanse
2017-08-14simplify LABEL extraction; from tb@Jasper Lievisse Adriaanse
2017-08-13Switch to -Werror with clang for libressl.Doug Hogan
2017-08-13Fix arguments that are passed to strip(1). In particular,Visa Hankala
2017-08-12Remove NPN support - the -nextprotoneg options now become no-ops.Joel Sing