Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use sysctl() KERN_PROC2 instead of KERN_PROC, as the latter's ABI | Philip Guenther | 2009-12-24 |
| | | | | | | is sensitive to changes in struct proc. fixes for warnings and ok nicm@ | ||
* | 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 |
| | | | | understandable. | ||
* | Go to the next if the current best process is replaced, don't keep comparing it | Nicholas Marriott | 2009-07-26 |
| | | | | with itself. Also fix process name comparison. | ||
* | 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 |
terminal to be switched between several different windows and programs displayed on one terminal be detached from one terminal and moved to another. ok deraadt pirofti |