aboutsummaryrefslogtreecommitdiff
path: root/proc.c
Commit message (Collapse)AuthorAge
* Remove queue.h, from Simon Holesch.Nicholas Marriott2021-03-28
|
* Merge branch 'obsd-master' into masterThomas Adam2021-02-17
|\
| * Add a couple of helper functions, and flush imsgs on exit.nicm2021-02-11
| |
* | Look for libevent2 differently from libevent for platforms with both.Nicholas Marriott2021-01-17
| |
* | Merge branch 'obsd-master'Thomas Adam2020-10-26
|\|
| * SIGQUIT handler needs to be cleared before fork like the others,nicm2020-10-26
| | | | | | | | reported by Simon Andersson.
* | Merge branch 'obsd-master'Thomas Adam2020-08-04
|\|
| * Also ignore SIGQUIT so it can't be used to kill the client when locked.nicm2020-08-04
| |
| * Add a -D flag to ask tmux not to daemonize, useful both for running anicm2020-05-16
| | | | | | | | | | debugger (lldb does not have follow-fork-mode) and for running with a managed supervisor init system. GitHub issue 2190.
* | utf8proc_unicode_version is too new.Nicholas Marriott2020-05-28
| |
* | Maybe this is better.Nicholas Marriott2020-05-22
| |
* | And tweak again.Nicholas Marriott2020-05-22
| |
* | Fix utf8proc version logging.Nicholas Marriott2020-05-22
| |
* | Log ncurses and utf8proc versions.Nicholas Marriott2020-05-22
| |
* | Add a -D flag to ask tmux not to daemonize, useful both for running a debuggerNicholas Marriott2020-05-10
| | | | | | | | | | (lldb does not have follow-fork-mode) and for running with a managed supervisor init system. GitHub issue 2190.
* | Merge branch 'obsd-master'Thomas Adam2020-01-28
|\|
| * Reduce a difference with portable tmux by adding the -V flag andnicm2020-01-28
| | | | | | | | #{version} format; on OpenBSD these just report the OpenBSD version.
* | Merge branch 'obsd-master'Thomas Adam2017-07-14
|\|
| * Because ignore SIGCHLD early, letting signal_del restore it doesn't worknicm2017-07-14
| | | | | | | | | | correctly, so set it explicitly back to default (and the others for good measure).
* | Merge branch 'obsd-master'Thomas Adam2017-07-14
|\|
| * Fix redraw defer code in the presence of multiple clients - the timernicm2017-07-14
| | | | | | | | | | | | | | may be needed for all of them, so don't delete it on the first; and don't skip setting the redraw flag if the timer is already running. Reported by Pol Van Aubel in GitHub issue 1003.
* | Merge branch 'obsd-master'Thomas Adam2017-07-12
|\|
| * Do not need to set up USR2 twice.nicm2017-07-12
| |
* | Merge branch 'obsd-master'Thomas Adam2017-07-12
|\| | | | | | | | | | | | | | | Conflicts: cmd-pipe-pane.c proc.c tmux.c window.c
| * Move signal code into proc.c.nicm2017-07-12
| |
| * proc_send_s now seems unnecessary.nicm2017-07-12
| |
* | Merge branch 'obsd-master'Thomas Adam2017-06-07
|\|
| * Return 1 if name matches not 0, also fix some spaces.nicm2017-06-07
| |
* | Merge branch 'obsd-master'Thomas Adam2017-06-05
|\| | | | | | | | | | | Conflicts: tmux.1 window.c
| * Support SIGUSR2 to stop and start logging for an existing server. Alsonicm2017-06-04
| | | | | | | | | | we currently only have two log levels so just use -v and -vv rather than -v and -vvvv, and clarify the man page entry for -v.
* | Put version in log in portable tmux.Nicholas Marriott2017-01-18
| |
* | One extra empty line not in OpenBSD, and tweak a #define style.Nicholas Marriott2016-10-17
| |
* | getprogname() and setproctitle() on Linux.Nicholas Marriott2016-05-27
| |
* | Merge branch 'obsd-master'Thomas Adam2016-01-19
|\|
| * I no longer use my SourceForge address so replace it.nicm2016-01-19
| |
* | Merge branch 'obsd-master'Thomas Adam2015-12-05
|\|
| * EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-05
| |
* | log_open() isn't conditional on proctitleThomas Adam2015-11-25
| |
* | Remove logfile()Thomas Adam2015-11-25
| |
* | Merge branch 'obsd-master'Thomas Adam2015-11-25
|\| | | | | | | | | | | | | Conflicts: log.c proc.c tmux.c
| * Log some system and libevent information at startup.nicm2015-11-24
| |
| * Make the log stuff a bit tidier with some helper functions.nicm2015-11-24
| |
* | -sys/queue.h in proc.c, and nuke the unnecessary C++ header guards stuff andNicholas Marriott2015-11-24
| | | | | | | | | | sys/cdefs.h in vis.h (it causes problems on some platforms). Reported by someone on GitHub, issue 212.
* | Merge branch 'obsd-master'Thomas Adam2015-11-18
|\|
| * Use __unused rather than rolling our own.nicm2015-11-18
| |
* | Merge branch 'obsd-master'Thomas Adam2015-10-31
|\| | | | | | | | | Conflicts: server.c
| * Don't shift version out of peerid, it is needed later.nicm2015-10-31
| |
* | Merge branch 'obsd-master'Thomas Adam2015-10-29
|\|
| * Break version check into a separate function, and limit version to 8 bits.nicm2015-10-29
| |
* | Merge branch 'obsd-master'Thomas Adam2015-10-27
|/ | | | | | | | | | Conflicts: Makefile client.c server-client.c server.c tmux.c tmux.h