summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/procname.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-101-4/+4
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+3
* Track whether a process is a zombie or not yet fully built via flagsguenther2014-07-041-2/+2
* Memory leak in error path and unnecessary assignment, from clang.nicm2014-04-161-2/+2
* Remove the KERN_PROC_CWD the proc_current_path format (which is the onlynicm2013-10-101-16/+1
* We no longer use struct eproc for kinfo_proc in sysctl.h so theremillert2012-12-181-1/+2
* Use pgrp of pty fd not pid of immediate child when recovering currentnicm2012-09-241-4/+6
* Change the way the working directory for new processes is discovered. Ifnicm2011-12-091-2/+15
* Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc nowguenther2011-04-101-9/+9
* Use sysctl() KERN_PROC2 instead of KERN_PROC, as the latter's ABIguenther2009-12-241-20/+12
* Nuke a dead variable found with clang and an unused declaration with lint.nicm2009-08-091-3/+2
* Split the comparison into a function to make this code smaller and morenicm2009-08-031-59/+61
* Go to the next if the current best process is replaced, don't keep comparing itnicm2009-07-261-15/+22
* Also #ifndef nitems here, caught by Thomas Jeunet.nicm2009-06-261-1/+3
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+130