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
/
lib
/
libkvm
/
kvm_proc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move KREAD define to kvm_private.h
millert
2009-06-20
1
-5
/
+2
*
All operation on live kernels uses sysctl interface, there is no reason to
miod
2009-01-21
1
-3
/
+4
*
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2008-06-26
1
-9
/
+2
*
Make context switching much more MI:
art
2007-10-10
1
-4
/
+2
*
Bring back Mickey's UVM anon change. Testing by thib@, beck@ and
pedro
2007-06-18
1
-3
/
+3
*
hide struct process from userland, allow kvm_proc to see it.
espie
2007-04-14
1
-2
/
+3
*
move p_limit and p_cred into struct process
tedu
2007-04-12
1
-4
/
+9
*
Sync with struct proc change.
miod
2006-11-29
1
-3
/
+3
*
Back out the anon change. Apparently it was tested by a few, but most of
deraadt
2006-07-13
1
-3
/
+3
*
from netbsd: make anons dynamically allocated from pool.
mickey
2006-06-21
1
-3
/
+3
*
careful cleanup following advice from lint. be very very very careful
deraadt
2006-03-31
1
-10
/
+10
*
Use queue macros instead of directly accessing fields. ok millert@
otto
2005-10-12
1
-3
/
+3
*
Back out part of last commit; we want to realloc + loop for argv too.
millert
2004-06-24
1
-3
/
+3
*
Allocate 8 pages for process argv, not one. This should really be ARG_MAX
millert
2004-06-24
1
-5
/
+5
*
knf; ok millert
deraadt
2004-06-15
1
-162
/
+100
*
Zero p_schedflags in struct struct kinfo_proc2 for the non-sysctl case.
millert
2004-06-14
1
-5
/
+3
*
temporary tree building workaround until millert shows up
deraadt
2004-06-13
1
-2
/
+4
*
Sync PTRTOINT64 w/ kernel version and remove some unused vars.
millert
2004-01-07
1
-5
/
+3
*
Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that use
millert
2004-01-07
1
-38
/
+333
*
Zero nlist array before using; fixes a bug in the error condition
millert
2003-11-17
1
-3
/
+4
*
Remove some double semicolons (hmm, do two semis equal a maxi?).
millert
2003-08-06
1
-3
/
+3
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-7
/
+3
*
Redo the logic in kvm_arg_sysctl for resizing the buffer.
art
2002-06-20
1
-24
/
+22
*
If possible get arg and env information with sysctl.
art
2002-06-08
1
-2
/
+54
*
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
millert
2002-02-17
1
-10
/
+8
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-6
/
+6
*
Reorder new includes. art@ says ok.
hugh
2001-12-13
1
-3
/
+3
*
Must include machine/pmap.h and machine/vmparam.h here now
art
2001-12-05
1
-2
/
+4
*
Adapt to new uvm/ includes.
art
2001-11-06
1
-4
/
+2
*
No need to pull in vm/vm_param.h in any of these files.
art
2001-11-05
1
-3
/
+2
*
UVM is no longer an option
art
2001-06-27
1
-199
/
+2
*
Convert lseek/{read,write} pairs into pread and pwrite.
art
2001-05-18
1
-18
/
+10
*
Mark kernel threads as system processes. Make ps hide them by default,
niklas
2000-06-18
1
-2
/
+7
*
UVM support + some cleanup
art
1999-06-22
1
-31
/
+136
*
Switch alpha from libkvm.old to libkvm with code from NetBSD.
niklas
1997-02-26
1
-4
/
+4
*
use psstrings sysctl
deraadt
1996-10-23
1
-3
/
+16
*
sync with 0430
deraadt
1996-05-05
1
-0
/
+7
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+832