Age | Commit message (Expand) | Author |
2015-11-26 | Cleanup in the opposite order as initialization, inline privdrop() | Alexandre Ratchov |
2015-11-26 | No point in trying to go on when elementary database operations | Ingo Schwarze |
2015-11-25 | fix latest: don't set d->path as we just allocated it | Alexandre Ratchov |
2015-11-25 | Allocate device names in the heap, so they can be generated. | Alexandre Ratchov |
2015-11-25 | spacing | Alexandre Ratchov |
2015-11-25 | Don't print error if none to print. | Nicholas Marriott |
2015-11-24 | Make environ_set va_args and use it to tidy up some calls. Also add a | Nicholas Marriott |
2015-11-24 | Shell command from -c doesn't have to be global, pass it as an argument. | Nicholas Marriott |
2015-11-24 | Do lock failures slightly better, return a special value so we don't | Nicholas Marriott |
2015-11-24 | Actually show something (even if it not that helpful) if the server | Nicholas Marriott |
2015-11-24 | Document socket_path format. | Nicholas Marriott |
2015-11-24 | Tidy the code that works out the socket path, and just use the full path | Nicholas Marriott |
2015-11-24 | Remove malloc_options DEBUG bit. | Nicholas Marriott |
2015-11-24 | Switch a fprintf to a fatal, and wrap some long lines. | Nicholas Marriott |
2015-11-24 | Remove the -I part of show-messages which isn't really that useful; the | Nicholas Marriott |
2015-11-24 | All kill-session -C to clear alerts in all windows, suggested by Aaron | Nicholas Marriott |
2015-11-24 | Log some system and libevent information at startup. | Nicholas Marriott |
2015-11-24 | Show libevent version in showmsgs -I. | Nicholas Marriott |
2015-11-24 | Make the log stuff a bit tidier with some helper functions. | Nicholas Marriott |
2015-11-24 | Fix usage of detach-client. | Nicholas Marriott |
2015-11-24 | fix an error in the text; from donald allen | Jason McIntyre |
2015-11-24 | Update the other documentation to match the new filec default. | Anthony J. Bentley |
2015-11-24 | remove unused test when handling of -U option | Alexandre Ratchov |
2015-11-24 | Turn on filename tab completion in vi by default. | Anthony J. Bentley |
2015-11-24 | Don't allow options in table without scope set. | Nicholas Marriott |
2015-11-24 | Don't support repeated connections - avoids pledge problems | Bob Beck |
2015-11-24 | missing pledge "getpw" | Theo de Raadt |
2015-11-23 | Partly revert previous, it is harmless to keep support for UTF-8 mouse | Nicholas Marriott |
2015-11-23 | Remove support for the UTF-8 mouse extension. This was a briefly used, | Nicholas Marriott |
2015-11-23 | define port_log even without -DDEBUG | Alexandre Ratchov |
2015-11-23 | Update less(1) and lesskey(1) manuals for LESSCHARSET removal | tb |
2015-11-23 | Remove unused -M option (2+ years get used to it is enough) | Alexandre Ratchov |
2015-11-23 | If the clock is ticking because of a MMC start message, then stop | Alexandre Ratchov |
2015-11-23 | Remove bug-less email address. From Michael Reed, thanks! | tb |
2015-11-23 | Save and restore umask when creating /tmp/aucat/ to ensure the | Alexandre Ratchov |
2015-11-23 | use device numbers stored in the dev structure rather than | Alexandre Ratchov |
2015-11-23 | - fix printing of non-ascii chars in error message | Otto Moerbeek |
2015-11-23 | Insert new ports at the head of the list and stop assuming its | Alexandre Ratchov |
2015-11-23 | Don't shadow a function argument. | Nicholas Marriott |
2015-11-23 | Most of these functions can be static. | Nicholas Marriott |
2015-11-23 | Missing prototype. | Nicholas Marriott |
2015-11-23 | A couple more prototypes without arguments. | Nicholas Marriott |
2015-11-23 | Just use the default CDIAGFLAGS rather than defining our own. | Nicholas Marriott |
2015-11-23 | Fix function type arguments. | Nicholas Marriott |
2015-11-23 | $OpenBSD$ | Nicholas Marriott |
2015-11-23 | Remove cscope references in documentation. | Anthony J. Bentley |
2015-11-23 | less builds its programs one level lower, so we need a Makefile.inc here | Ted Unangst |
2015-11-23 | calling ioctl() requires include sys/ioctl.h | Ted Unangst |
2015-11-23 | rename variable 'sun' to allow building on Solaris | Brent Cook |
2015-11-22 | remove the init files that we don't build. if they are ever needed for | Ted Unangst |