summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/xmalloc.c
AgeCommit message (Expand)Author
2019-11-28Add xrecallocarray.Nicholas Marriott
2019-06-28asprintf returns -1, not an arbitrary value < 0. Also upon error theTheo de Raadt
2016-11-17Key running commands for #() by the unexpanded command, and run themNicholas Marriott
2016-04-04fatalx() not fatal().Nicholas Marriott
2015-11-18Sync the entire xmalloc.[ch] with the other users, but with the additionNicholas Marriott
2015-11-17Merge xmalloc.[ch] files across base, skipping OpenSSH for now.Tobias Stoeckmann
2014-10-20Better format for printf format attributes.Nicholas Marriott
2014-10-20Tidy up some includes.Nicholas Marriott
2014-10-08Add xreallocarray and remove nmemb argument from xrealloc.Nicholas Marriott
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2009-10-26tabs are better; ok nicmTheo de Raadt
2009-10-26Use strlcpy instead of strncpy, pointed out by deraadt.Nicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott