Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add xrecallocarray. | 2019-11-28 | 1 | -1/+15 | |
| | |||||
* | asprintf returns -1, not an arbitrary value < 0. Also upon error the | 2019-06-28 | 1 | -2/+2 | |
| | | | | | | | (very sloppy specification) leaves an undefined value in *ret, so it is wrong to inspect it, the error condition is enough. discussed a little with nicm, and then much more with millert until we were exasperated | ||||
* | Key running commands for #() by the unexpanded command, and run them | 2016-11-17 | 1 | -1/+11 | |
| | | | | | again if the expanded form changes (otherwise at most once per second as usual). Fixes issues reported by Gregory Pakosz. | ||||
* | fatalx() not fatal(). | 2016-04-04 | 1 | -12/+12 | |
| | |||||
* | Sync the entire xmalloc.[ch] with the other users, but with the addition | 2015-11-18 | 1 | -69/+65 | |
| | | | | of xrealloc, xvasprintf, xvsnprintf. | ||||
* | Merge xmalloc.[ch] files across base, skipping OpenSSH for now. | 2015-11-17 | 1 | -28/+21 | |
| | | | | ok nicm | ||||
* | Better format for printf format attributes. | 2014-10-20 | 1 | -3/+3 | |
| | |||||
* | Tidy up some includes. | 2014-10-20 | 1 | -4/+2 | |
| | |||||
* | Add xreallocarray and remove nmemb argument from xrealloc. | 2014-10-08 | 1 | -3/+16 | |
| | |||||
* | xfree is not particularly helpful, remove it. From Thomas Adam. | 2012-07-10 | 1 | -9/+1 | |
| | |||||
* | tabs are better; ok nicm | 2009-10-26 | 1 | -32/+32 | |
| | |||||
* | Use strlcpy instead of strncpy, pointed out by deraadt. | 2009-10-26 | 1 | -3/+4 | |
| | |||||
* | Import tmux, a terminal multiplexor allowing (among other things) a single | 2009-06-01 | 1 | -0/+144 | |
terminal to be switched between several different windows and programs displayed on one terminal be detached from one terminal and moved to another. ok deraadt pirofti |