index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
tmux
/
procname.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Loads more static, except for cmd-*.c and window-*.c.
nicm
2016-10-10
1
-4
/
+4
*
I no longer use my SourceForge address so replace it.
nicm
2016-01-19
1
-2
/
+2
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+3
*
Track whether a process is a zombie or not yet fully built via flags
guenther
2014-07-04
1
-2
/
+2
*
Memory leak in error path and unnecessary assignment, from clang.
nicm
2014-04-16
1
-2
/
+2
*
Remove the KERN_PROC_CWD the proc_current_path format (which is the only
nicm
2013-10-10
1
-16
/
+1
*
We no longer use struct eproc for kinfo_proc in sysctl.h so there
millert
2012-12-18
1
-1
/
+2
*
Use pgrp of pty fd not pid of immediate child when recovering current
nicm
2012-09-24
1
-4
/
+6
*
Change the way the working directory for new processes is discovered. If
nicm
2011-12-09
1
-2
/
+15
*
Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now
guenther
2011-04-10
1
-9
/
+9
*
Use sysctl() KERN_PROC2 instead of KERN_PROC, as the latter's ABI
guenther
2009-12-24
1
-20
/
+12
*
Nuke a dead variable found with clang and an unused declaration with lint.
nicm
2009-08-09
1
-3
/
+2
*
Split the comparison into a function to make this code smaller and more
nicm
2009-08-03
1
-59
/
+61
*
Go to the next if the current best process is replaced, don't keep comparing it
nicm
2009-07-26
1
-15
/
+22
*
Also #ifndef nitems here, caught by Thomas Jeunet.
nicm
2009-06-26
1
-1
/
+3
*
Import tmux, a terminal multiplexor allowing (among other things) a single
nicm
2009-06-01
1
-0
/
+130