index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
procname.c
Commit message (
Expand
)
Author
Age
*
Restore pane_current_path format from portable tmux, it is no longer
nicm
2020-04-08
*
Loads more static, except for cmd-*.c and window-*.c.
nicm
2016-10-10
*
I no longer use my SourceForge address so replace it.
nicm
2016-01-19
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
*
Track whether a process is a zombie or not yet fully built via flags
guenther
2014-07-04
*
Memory leak in error path and unnecessary assignment, from clang.
nicm
2014-04-16
*
Remove the KERN_PROC_CWD the proc_current_path format (which is the only
nicm
2013-10-10
*
We no longer use struct eproc for kinfo_proc in sysctl.h so there
millert
2012-12-18
*
Use pgrp of pty fd not pid of immediate child when recovering current
Nicholas Marriott
2012-09-24
*
Change the way the working directory for new processes is discovered. If
Nicholas Marriott
2011-12-09
*
Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now
Philip Guenther
2011-04-10
*
Use sysctl() KERN_PROC2 instead of KERN_PROC, as the latter's ABI
Philip Guenther
2009-12-24
*
Nuke a dead variable found with clang and an unused declaration with lint.
Nicholas Marriott
2009-08-09
*
Split the comparison into a function to make this code smaller and more
Nicholas Marriott
2009-08-03
*
Go to the next if the current best process is replaced, don't keep comparing it
Nicholas Marriott
2009-07-26
*
Also #ifndef nitems here, caught by Thomas Jeunet.
Nicholas Marriott
2009-06-26
*
Import tmux, a terminal multiplexor allowing (among other things) a single
Nicholas Marriott
2009-06-01