summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-04-242*len -> use xreallocarray()Theo de Raadt
2015-04-24rename xrealloc() to xreallocarray() since it follows that form.Theo de Raadt
2015-04-23Unify mdoc_deroff() and man_deroff() into a common function deroff().Ingo Schwarze
2015-04-23Get rid of two empty wrapper functions. No functional change.Ingo Schwarze
2015-04-23use reallocarray instead of calloc; avoid the zero before infillTheo de Raadt
2015-04-23Two small fixes for sshd -T: ListenAddress'es are added to a list head soDarren Tucker
2015-04-23Check for and reject missing arguments for VersionAddendum and ForceCommand.Darren Tucker
2015-04-22Expand SLIST macro of unix pcb members before printing the pointer.Alexander Bluhm
2015-04-22Make session_has return a flag, returning the first winlink found is aNicholas Marriott
2015-04-22Change the windows array into an RB tree and fix some places where weNicholas Marriott
2015-04-22window_index is only used in one place (window_destroy) so inline it there.Nicholas Marriott
2015-04-22unknown certificate extensions are non-fatal, so don't fatalDamien Miller
2015-04-21Look up indexes as number before name, makes more sense if windows areNicholas Marriott
2015-04-21Always format real layout even when zoomed.Nicholas Marriott
2015-04-21Do not die on USR1 if any of the socket parent directories areNicholas Marriott
2015-04-21Simplify error messages when socket connect fails, suggested by "Karthik K".Nicholas Marriott
2015-04-21The free callback could end up being fired before the done callbackNicholas Marriott
2015-04-21Fix moving windows to nonexistent indexes when renumber-windows isNicholas Marriott
2015-04-21Avoid a use after free when the target node is deleted during validation.Ingo Schwarze
2015-04-21Bind mouse dragging so that it is passed through to applications if theyNicholas Marriott
2015-04-21Don't eat the mouse event that triggers a drag end because we may wantNicholas Marriott
2015-04-21Put mouse_any_flag back, don't know where it went to (still in man page).Nicholas Marriott
2015-04-21Pass mouse events through to commands for if-shell.Nicholas Marriott
2015-04-21cmd_mouse_pane can return NULL, check for that.Nicholas Marriott
2015-04-21Back in January, Kaspars at Bankovskis dot net reported that the wc(1)Ingo Schwarze
2015-04-21Add back a backslash removed in rev 1.42 so KEX_SERVER_ENCRYPT willJonathan Gray
2015-04-21init both fds passed to pipe as -1 instead of initing one twiceJonathan Gray
2015-04-20Remove unused-but-set variables, from Thomas Adam.Nicholas Marriott
2015-04-20Support for multiple key tables to commands to be bound to sequences ofNicholas Marriott
2015-04-20Style nit - unnecessary brackets.Nicholas Marriott
2015-04-20Fix previous: Don't let man(1) warn twice about non-existant names.Ingo Schwarze
2015-04-20Avoid out-of-bounds read access before the beginning of theIngo Schwarze
2015-04-20Make jump-to-backward/jump-to-forward repeatable withNicholas Marriott
2015-04-20Use a more sensible buffer size for flags string.Nicholas Marriott
2015-04-19tweak previous;Jason McIntyre
2015-04-19Honour renumber-windows when unlinking a window, from Thomas Adam.Nicholas Marriott
2015-04-19Rewrite of tmux mouse support which was a mess. Instead of havingNicholas Marriott
2015-04-19Support setting the default window and pane background colours (windowNicholas Marriott
2015-04-19More than one data field may follow T} on the same input line.Ingo Schwarze
2015-04-19If an explicit line break request (.br or .sp) occurs within an .HP block,Ingo Schwarze
2015-04-19If apropos(1) finds no match, print "nothing appropriate" to stderrIngo Schwarze
2015-04-19Unify trickier node handling functions.Ingo Schwarze
2015-04-19Merge conflictsJames Turner
2015-04-19Unify some node handling functions that use TOKEN_NONE.Ingo Schwarze
2015-04-19Decouple the token code for "no request or macro" from the individualIngo Schwarze
2015-04-19Unify node handling functions:Ingo Schwarze
2015-04-19Don't lock the file for "vi -R" or "view". OK deraadt@Todd C. Miller
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-04-18Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),Ingo Schwarze
2015-04-18Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}().Ingo Schwarze