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
jcs
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
.Lb libkvm ; OK tedu@
10 months 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
Remove needless includes of netinet6/ip6_var.h header in userland.
2 years ago
kvm_geterr.3
.Lb libkvm ; OK tedu@
10 months ago
kvm_getfiles.3
.Lb libkvm ; OK tedu@
10 months ago
kvm_getloadavg.3
.Lb libkvm ; OK tedu@
10 months 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
.Lb libkvm ; OK tedu@
10 months 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
.Lb libkvm ; OK tedu@
10 months 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
.Lb libkvm ; OK tedu@
10 months 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
remove prototypes with no matching function
2 years ago
kvm_proc.c
Correct display the details of COMMAND using the ps command from the kernel crash dump.
2 years ago
kvm_proc2.c
Adjust code since FILL_KPROC() got another argument since struct tusage accounting was modified. OK dlg@ jca@
2 years ago
kvm_read.3
.Lb libkvm ; OK tedu@
10 months 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
Stop making <machine/pmap.h> include <machine/pte.h>, and fix the very few files which really need <machine/pte.h> guts.
2 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
Make the FILE object opaque. Move the __sFILE definition into libc/hidden/_stdio.h. All programs that refer to the internal structure of the FILE object can't be compiled from now on. std{in,out,err} doesn't refer __sF[] now, but the hidden __sF along with __srget and __swbuf symbols are kept temporarily to make our transition easier. But those symbols will be deleted soon. The shared library versions are bumped for libc and all the other libraries that refer to std{in,out,err}.
8 months ago