Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add xrecallocarray. | nicm | 2019-11-28 |
| | |||
* | asprintf returns -1, not an arbitrary value < 0. Also upon error the | deraadt | 2019-06-28 |
| | | | | | | | (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 | nicm | 2016-11-17 |
| | | | | | again if the expanded form changes (otherwise at most once per second as usual). Fixes issues reported by Gregory Pakosz. | ||
* | fatalx() not fatal(). | nicm | 2016-04-04 |
| | |||
* | Sync the entire xmalloc.[ch] with the other users, but with the addition | nicm | 2015-11-18 |
| | | | | of xrealloc, xvasprintf, xvsnprintf. | ||
* | Merge xmalloc.[ch] files across base, skipping OpenSSH for now. | tobias | 2015-11-17 |
| | | | | ok nicm | ||
* | Better format for printf format attributes. | nicm | 2014-10-20 |
| | |||
* | Tidy up some includes. | nicm | 2014-10-20 |
| | |||
* | Add xreallocarray and remove nmemb argument from xrealloc. | nicm | 2014-10-08 |
| | |||
* | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott | 2012-07-10 |
| | |||
* | tabs are better; ok nicm | Theo Deraadt | 2009-10-26 |
| | |||
* | Use strlcpy instead of strncpy, pointed out by deraadt. | Nicholas Marriott | 2009-10-26 |
| | |||
* | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott | 2009-06-01 |
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 |