summaryrefslogtreecommitdiffstats
path: root/procname.c
AgeCommit message (Expand)Author
2022-02-22MAXCOMLEN is no longer needed in these programs, so remove the annotationderaadt
2021-12-07sys/signal.h (or some master include) must happen before sys/proc.h, whichderaadt
2021-12-07Use PATH_MAX (the standard name) rather than MAXPATHLEN (from BSD sys/param.h)deraadt
2020-04-08Restore pane_current_path format from portable tmux, it is no longernicm
2016-10-10Loads more static, except for cmd-*.c and window-*.c.nicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt
2014-07-04Track whether a process is a zombie or not yet fully built via flagsguenther
2014-04-16Memory leak in error path and unnecessary assignment, from clang.nicm
2013-10-10Remove the KERN_PROC_CWD the proc_current_path format (which is the onlynicm
2012-12-18We no longer use struct eproc for kinfo_proc in sysctl.h so theremillert
2012-09-24Use pgrp of pty fd not pid of immediate child when recovering currentNicholas Marriott
2011-12-09Change the way the working directory for new processes is discovered. IfNicholas Marriott
2011-04-10Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc nowPhilip Guenther
2009-12-24Use sysctl() KERN_PROC2 instead of KERN_PROC, as the latter's ABIPhilip Guenther
2009-08-09Nuke a dead variable found with clang and an unused declaration with lint.Nicholas Marriott
2009-08-03Split the comparison into a function to make this code smaller and moreNicholas Marriott
2009-07-26Go to the next if the current best process is replaced, don't keep comparing itNicholas Marriott
2009-06-26Also #ifndef nitems here, caught by Thomas Jeunet.Nicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott