tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libkvm
/
at
fan
35 files
Makefile
Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols. Use hidden aliases for internal invocations of exported symbols to avoid PLT.
8 years ago
Symbols.map
Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols. Use hidden aliases for internal invocations of exported symbols to avoid PLT.
8 years ago
kvm.3
Add missing kvm_dump(3) and kvm_getfiles(3) under SEE ALSO for completeness
5 years ago
kvm.c
MAXCOMLEN is no longer needed in these programs, so remove the annotation from sys/param.h include lines, or remove the include lines entirely if it this was the least requirement. ok millert
4 years ago
kvm_alpha.c
Reduce use of sys/param.h, or annotate the reason why it is needed (pretty much MAXCOMLEN for struct process or struct core), and remove sys/vnode.h where not needed
4 years ago
kvm_amd64.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
kvm_arm.c
sys/core.h is not needed by these files, therefore sys/param.h isn't needed for MAXCOMLEN either
4 years ago
kvm_arm64.c
sys/core.h is not needed by these files, therefore sys/param.h isn't needed for MAXCOMLEN either
4 years ago
kvm_cd9660.c
annotate what symbols are used from sys/param.h lines, or delete them if not required. when deleting, add sys/signal.h or other lines which were not being pulled in
4 years ago
kvm_dump.3
Leo Weppelman agreed to rescind clause 3 and 4 in NetBSD kvm_dump.3 rev 1.15 kcore.h rev 1.3
3 years ago
kvm_file.h
Mark internal symbols as hidden. This removes symbols from the ABI, albeit ones no one should be using, so major bump the shlib.
12 years ago
kvm_file2.c
MAXCOMLEN is no longer needed in these programs, so remove the annotation from sys/param.h include lines, or remove the include lines entirely if it this was the least requirement. ok millert
4 years ago
kvm_geterr.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
kvm_getfiles.3
Add ERRORS section (requested by bluhm@). While there, move start of RETURN VALUES section upper, where it belongs more.
10 years ago
kvm_getloadavg.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
kvm_getloadavg.c
annotate what symbols are used from sys/param.h lines, or delete them if not required. when deleting, add sys/signal.h or other lines which were not being pulled in
4 years ago
kvm_getprocs.3
No specific called "exec(3)", so move primary manpage to a name which does exist -- execv(3). Still call this a family but without "Nm". Adjust Xr in various pages to refer to the precise function used rather than the family, in most cases the semantics of execve(2) are being referenced, so change the Xr. ok jmc
6 years ago
kvm_hppa.c
Reduce use of sys/param.h, or annotate the reason why it is needed (pretty much MAXCOMLEN for struct process or struct core), and remove sys/vnode.h where not needed
4 years ago
kvm_i386.c
Reduce use of sys/param.h, or annotate the reason why it is needed (pretty much MAXCOMLEN for struct process or struct core), and remove sys/vnode.h where not needed
4 years ago
kvm_m88k.c
sys/core.h is not needed by these files, therefore sys/param.h isn't needed for MAXCOMLEN either
4 years ago
kvm_mips64.c
Reduce use of sys/param.h, or annotate the reason why it is needed (pretty much MAXCOMLEN for struct process or struct core), and remove sys/vnode.h where not needed
4 years ago
kvm_nlist.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
kvm_ntfs.c
annotate what symbols are used from sys/param.h lines, or delete them if not required. when deleting, add sys/signal.h or other lines which were not being pulled in
4 years ago
kvm_open.3
The swapfile argument is also const char *.
11 years ago
kvm_powerpc.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
kvm_powerpc64.c
sys/core.h is not needed by these files, therefore sys/param.h isn't needed for MAXCOMLEN either
4 years ago
kvm_private.h
A few fixes for kvm_getargv(3)/kvm_getenv(3):
8 years ago
kvm_proc.c
MAXCOMLEN is no longer needed in these programs, so remove the annotation from sys/param.h include lines, or remove the include lines entirely if it this was the least requirement. ok millert
4 years ago
kvm_proc2.c
MAXCOMLEN is no longer needed in these programs, so remove the annotation from sys/param.h include lines, or remove the include lines entirely if it this was the least requirement. ok millert
4 years ago
kvm_read.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
kvm_riscv64.c
sys/core.h is not needed by these files, therefore sys/param.h isn't needed for MAXCOMLEN either
4 years ago
kvm_sh.c
sys/core.h is not needed by these files, therefore sys/param.h isn't needed for MAXCOMLEN either
4 years ago
kvm_sparc64.c
sys/core.h is not needed by these files, therefore sys/param.h isn't needed for MAXCOMLEN either
4 years ago
kvm_udf.c
annotate what symbols are used from sys/param.h lines, or delete them if not required. when deleting, add sys/signal.h or other lines which were not being pulled in
4 years ago
shlib_version
Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols. Use hidden aliases for internal invocations of exported symbols to avoid PLT.
8 years ago