deraadt
|
6ba7d08d6c
|
kvm_openfiles() should take int flag, not unsigned
|
19 years ago |
deraadt
|
a51e10d144
|
KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsigned
int instead of int; millert ok
|
20 years ago |
espie
|
2ccf9e8a28
|
Remove unnecessary typedef usage.
u_char -> unsigned char
u_short -> unsigned short
u_long -> unsigned long
u_int -> unsigned int
okay millert@
|
21 years ago |
millert
|
3bdc00b537
|
Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that use
the KERN_PROC2 sysctl. Based on changes from NetBSD but uses our
own kvm_arg_sysctl().
|
21 years ago |
avsm
|
3f2bee58c7
|
add __bounded__ attributes for userland headers; enabled with -Wbounded
ok deraadt@
|
21 years ago |
avsm
|
b75b1238ee
|
backout the __bounded__ attributes for a while; requested by deraadt@
|
21 years ago |
avsm
|
3ab653a0d9
|
Mark various standard library functions with the __bounded__ attribute.
You must have an up-to-date gcc for this!
deraadt@ ok
|
21 years ago |
millert
|
cc6797b16c
|
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
|
21 years ago |
art
|
5839a65488
|
Add a flag - KVM_NO_FILES which tells kvm_openfiles to not
open any files, just return an kvm handle that we can use to some
of the functions.
|
22 years ago |
millert
|
b68c09e067
|
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.
|
23 years ago |
niklas
|
2a0bf72166
|
Well, as we are heading for a release people are encouraged to rebuild their
entire trees for testing anyway, I might as well do this intrusive touching
of include files now. Added openBSD tags.
|
27 years ago |
deraadt
|
3d0a701e00
|
from netbsd: Add kvm_dump* prototypes
|
29 years ago |
deraadt
|
47b73ff83c
|
initial import of NetBSD tree
|
29 years ago |