freebsd-dev/lib/libkvm
Kirk McKusick 1f7d250182 Change the proc information returned from the kernel so that it
no longer contains kernel specific data structures, but rather
only scalar values and structures that are already part of the
kernel/user interface, specifically rusage and rtprio. It no
longer contains proc, session, pcred, ucred, procsig, vmspace,
pstats, mtx, sigiolst, klist, callout, pasleep, or mdproc. If
any of these changed in size, ps, w, fstat, gcore, systat, and
top would all stop working. The new structure has over 200 bytes
of unassigned space for future values to be added, yet is nearly
100 bytes smaller per entry than the structure that it replaced.
2000-12-12 07:25:57 +00:00
..
kvm_alpha.c Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb juggling 1999-12-27 07:14:58 +00:00
kvm_amd64.c Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb juggling 1999-12-27 07:14:58 +00:00
kvm_file.c Correct an error message presumably as a result of cut/paste. 2000-02-18 16:39:00 +00:00
kvm_geterr.3 Avoid use of direct troff requests in mdoc(7) manual pages. 2000-11-10 17:46:15 +00:00
kvm_getfiles.3 Avoid use of direct troff requests in mdoc(7) manual pages. 2000-11-10 17:46:15 +00:00
kvm_getloadavg.3 Introduce .Lb macro to libkvm manpages. 2000-04-22 16:10:12 +00:00
kvm_getloadavg.c Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb juggling 1999-12-27 07:14:58 +00:00
kvm_getprocs.3 Avoid use of direct troff requests in mdoc(7) manual pages. 2000-11-10 17:46:15 +00:00
kvm_getswapinfo.3 Introduce .Lb macro to libkvm manpages. 2000-04-22 16:10:12 +00:00
kvm_getswapinfo.c Add `_PATH_DEVZERO'. 2000-12-09 09:35:55 +00:00
kvm_i386.c Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb juggling 1999-12-27 07:14:58 +00:00
kvm_nlist.3 Remove obsolete reference to /var/db/kvm_kernel.db 2000-05-07 02:16:43 +00:00
kvm_open.3 Avoid use of direct troff requests in mdoc(7) manual pages. 2000-11-10 17:46:15 +00:00
kvm_private.h Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb juggling 1999-12-27 07:14:58 +00:00
kvm_proc.c Change the proc information returned from the kernel so that it 2000-12-12 07:25:57 +00:00
kvm_read.3 Introduce .Lb macro to libkvm manpages. 2000-04-22 16:10:12 +00:00
kvm_sparc.c Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb juggling 1999-12-27 07:14:58 +00:00
kvm.3 Introduce .Lb macro to libkvm manpages. 2000-04-22 16:10:12 +00:00
kvm.c Limit the amount of data copied to the error buffer to _POSIX2_LINE_MAX. 2000-08-04 09:23:07 +00:00
kvm.h Change the proc information returned from the kernel so that it 2000-12-12 07:25:57 +00:00
Makefile Replace beforeinstall target with new variables used by .mk system. 2000-01-14 07:57:47 +00:00